mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
79 lines
2.1 KiB
JSON
79 lines
2.1 KiB
JSON
{
|
|
"name": "october/october",
|
|
"description": "October CMS",
|
|
"homepage": "https://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"
|
|
},
|
|
{
|
|
"name": "Luke Towers",
|
|
"email": "octobercms@luketowers.ca",
|
|
"homepage": "https://luketowers.ca",
|
|
"role": "Maintainer"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/octobercms/october/issues",
|
|
"forum": "https://octobercms.com/forum/",
|
|
"docs": "https://octobercms.com/docs/",
|
|
"irc": "irc://irc.freenode.net/october",
|
|
"source": "https://github.com/octobercms/october"
|
|
},
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"ext-mbstring": "*",
|
|
"ext-openssl": "*",
|
|
"october/rain": "~1.0",
|
|
"october/system": "~1.0",
|
|
"october/backend": "~1.0",
|
|
"october/cms": "~1.0",
|
|
"laravel/framework": "5.5.*",
|
|
"wikimedia/composer-merge-plugin": "dev-master"
|
|
},
|
|
"require-dev": {
|
|
"fzaninotto/faker": "~1.7",
|
|
"phpunit/phpunit": "~5.7",
|
|
"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"
|
|
],
|
|
"post-update-cmd": [
|
|
"php artisan october:util set build"
|
|
]
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"extra": {
|
|
"merge-plugin": {
|
|
"include": [
|
|
"plugins/*/*/composer.json"
|
|
],
|
|
"recurse": true,
|
|
"replace": false,
|
|
"merge-dev": false
|
|
}
|
|
}
|
|
}
|