forked from forkcms/forkcms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 947 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
{
"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",
"facebook/php-sdk": "3.2.*",
"tijsverkoyen/akismet": "1.1.*",
"tijsverkoyen/css-to-inline-styles": "1.2.*",
"matthiasmullie/minify": "1.1.*",
"symfony/dependency-injection": "2.3.*",
"symfony/http-kernel": "2.3.*",
"symfony/config": "2.3.*",
"symfony/yaml": "2.3.*",
"symfony/filesystem": "2.3.*",
"symfony/finder": "2.3.*",
"spoon/library": "1.3.*",
"symfony/monolog-bundle": "2.3.*"
},
"support": {
"irc": "irc://irc.freenode.org/forkcms",
"issues": "https://github.com/forkcms/forkcms/issues"
},
"scripts": {
"post-update-cmd": "cd tools && ./remove_cache"
}
}