forked from joegreen88/spawn-point
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 780 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "smrtr/spawn-point",
"description": "A featherweight dispatch process enabling rapid development.",
"type": "library",
"license": "MIT",
"keywords": [
"spawn",
"haltorouter",
"httpfoundation"
],
"bin": ["bin/spawn"],
"authors": [
{
"name": "Joe Green",
"email": "joe.green@smrtr.co.uk",
"homepage": "http://smrtr.co.uk",
"role": "developer"
}
],
"require": {
"hearstuk/zf1-component-config": "~1.1",
"symfony/http-foundation": "~2.3",
"symfony/console": "~2.3",
"symfony/process": "~2.5",
"smrtr/haltorouter": "~1.4"
},
"autoload": {
"psr-0": {
"": "src/"
}
}
}