mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
3a5a0a00f8
Add gitignore
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "october/october",
|
|
"description": "October CMS",
|
|
"homepage": "http://octobercms.com",
|
|
"keywords": ["october", "cms", "octobercms", "laravel"],
|
|
"authors": [
|
|
{
|
|
"name": "Alexey Bobkov",
|
|
"email": "aleksey.bobkov@gmail.com",
|
|
"role": "Co-founder"
|
|
},
|
|
{
|
|
"name": "Samuel Georges",
|
|
"email": "daftspunky@gmail.com",
|
|
"role": "Co-founder"
|
|
}
|
|
],
|
|
"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"
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"laravel/framework": "4.1.*",
|
|
"october/system": "dev-master",
|
|
"october/backend": "dev-master",
|
|
"october/cms": "dev-master",
|
|
"october/rain": "dev-master"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"tests/TestCase.php"
|
|
]
|
|
},
|
|
"___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"
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|