-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.json
37 lines (37 loc) · 903 Bytes
/
composer.json
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
33
34
35
36
37
{
"name": "mackstar/spout",
"description":"A BEAR.Sunday based CMS",
"license": "MIT",
"keywords":[
"PHP",
"CMS"
],
"authors":[
{
"name": "Richard McIntyre"
}
],
"require":{
"bear/package": "~0.13",
"danielstjules/stringy": "~1.0",
"robmorgan/phinx": "~0.5",
"imagine/imagine": "~0.5",
"zendframework/zend-validator": "~2.3.9",
"aptoma/twig-markdown": "~0.2",
"michelf/php-markdown": "~1.3",
"cocur/slugify": "~1.4",
"ramsey/uuid": "~2.8"
},
"require-dev":{
"phpspec/prophecy": "~1.2",
"bear/dev-package":"~0.2",
"facebook/xhprof":"dev-master"
},
"autoload":{
"psr-4":{
"Mackstar\\Spout\\": "src/",
"Mackstar\\Spout\\Test\\": "tests/src/"
}
},
"bin": ["bin/spout"]
}