winter/composer.json

55 lines
1.4 KiB
JSON
Raw Normal View History

2013-12-27 21:22:42 +11:00
{
"name": "october/october",
"description": "October CMS",
"homepage": "http://octobercms.com",
"keywords": ["october", "cms", "octobercms", "laravel"],
2013-12-27 21:27:05 +11:00
"authors": [
{
"name": "Alexey Bobkov",
2014-05-14 23:21:18 +10:00
"email": "aleksey.bobkov@gmail.com",
"role": "Co-founder"
2013-12-27 21:27:05 +11:00
},
{
"name": "Samuel Georges",
2014-05-14 23:21:18 +10:00
"email": "daftspunky@gmail.com",
"role": "Co-founder"
2013-12-27 21:27:05 +11:00
}
],
2014-05-14 23:21:18 +10:00
"support": {
"issues": "https://github.com/octobercms/october/issues",
"forum": "http://octobercms.com/forum/",
"docs": "http://octobercms.com/docs/",
"irc": "irc://irc.freenode.net/october",
"source": "https://github.com/octobercms/october"
},
2013-12-27 21:22:42 +11:00
"require": {
2014-05-16 15:53:00 +10:00
"php": ">=5.4",
2015-03-02 12:23:13 +11:00
"october/rain": "~1.0",
2014-07-28 23:55:46 +01:00
"october/system": "~1.0",
"october/backend": "~1.0",
"october/cms": "~1.0",
2015-03-02 12:23:13 +11:00
"laravel/framework": "5.0.*",
"illuminate/html": "5.0.*"
2013-12-27 21:22:42 +11:00
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpunit/phpunit-selenium": ">=1.2"
},
2014-07-28 23:55:46 +01:00
"autoload-dev": {
2013-12-27 21:22:42 +11:00
"classmap": [
"tests/TestCase.php",
"tests/UiTestCase.php"
2014-05-08 20:41:17 +10:00
]
2013-12-27 21:22:42 +11:00
},
2014-11-21 17:39:51 +11:00
"scripts": {
2013-12-27 21:22:42 +11:00
"post-create-project-cmd": [
"php artisan key:generate"
]
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev",
"prefer-stable": true
2013-12-27 21:22:42 +11:00
}