mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
0c8e813029
^- inspired by keios/oc-plugin-testsuite package
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "october/october",
|
|
"description": "October CMS",
|
|
"homepage": "http://octobercms.com",
|
|
"keywords": ["october", "cms", "octobercms", "laravel"],
|
|
"license": "MIT",
|
|
"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",
|
|
"october/rain": "~1.0",
|
|
"october/system": "~1.0",
|
|
"october/backend": "~1.0",
|
|
"october/cms": "~1.0",
|
|
"laravel/framework": "5.0.*",
|
|
"illuminate/html": "5.0.*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0",
|
|
"phpunit/phpunit-selenium": ">=1.2"
|
|
},
|
|
"autoload-dev": {
|
|
"classmap": [
|
|
"tests/TestCase.php",
|
|
"tests/UiTestCase.php",
|
|
"tests/PluginTestCase.php"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"post-create-project-cmd": [
|
|
"php artisan key:generate"
|
|
]
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|