forked from sumocoders/forkcms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (42 loc) · 1.31 KB
/
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
38
39
40
41
42
43
{
"name": "forkcms/forkcms",
"description": "Fork is an open source CMS that will rock your world.",
"keywords": ["cms"],
"homepage": "http://www.fork-cms.com/",
"license": "MIT",
"require": {
"php": ">=5.3.2",
"tijsverkoyen/akismet": "1.1.*",
"tijsverkoyen/css-to-inline-styles": "1.5.*",
"matthiasmullie/minify": "~1.3",
"symfony/symfony": "2.3.*",
"symfony/assetic-bundle": "~2.3",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "2.3.*",
"spoon/library": "~2.0.0",
"behat/transliterator": "~1.0",
"google/apiclient": "~1.1.2",
"flippa-official/errbit-php": "@dev",
"sumocoders/sumo-fork-class": "dev-master"
},
"require-dev": {
"jdorn/sql-formatter": "1.2.17",
"phpunit/phpunit": "~4.5"
},
"config": {
"bin-dir": "bin"
},
"support": {
"irc": "irc://irc.freenode.org/forkcms",
"issues": "https://github.com/forkcms/forkcms/issues"
},
"scripts": {
"post-install-cmd": "php app/console assetic:dump . && cd tools && bash ./remove_cache",
"post-update-cmd": "php app/console assetic:dump . && cd tools && bash ./remove_cache"
},
"autoload": {
"psr-0": {
"": "src/"
}
}
}