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",
|
|
|
|
"email": "aleksey.bobkov@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Samuel Georges",
|
|
|
|
"email": "daftspunky@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
2013-12-27 21:22:42 +11:00
|
|
|
"require": {
|
|
|
|
"php": ">=5.4.0",
|
|
|
|
"laravel/framework": "4.1.*",
|
2014-05-08 21:17:08 +10:00
|
|
|
"october/system": "dev-master",
|
|
|
|
"october/backend": "dev-master",
|
|
|
|
"october/cms": "dev-master",
|
2014-05-08 20:41:17 +10:00
|
|
|
"october/rain": "1.*"
|
2013-12-27 21:22:42 +11:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"mockery/mockery": "dev-master"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"tests/TestCase.php"
|
2014-05-08 20:41:17 +10:00
|
|
|
]
|
2013-12-27 21:22:42 +11:00
|
|
|
},
|
|
|
|
"___scripts": {
|
|
|
|
"post-install-cmd": [
|
|
|
|
"php artisan optimize"
|
|
|
|
],
|
|
|
|
"pre-update-cmd": [
|
|
|
|
"php artisan clear-compiled"
|
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
|
|
|
"php artisan optimize"
|
|
|
|
],
|
|
|
|
"post-create-project-cmd": [
|
|
|
|
"php artisan key:generate"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"preferred-install": "dist"
|
|
|
|
},
|
2014-05-08 21:17:08 +10:00
|
|
|
"minimum-stability": "dev"
|
2013-12-27 21:22:42 +11:00
|
|
|
}
|