sapalymahabat/composer.json

71 lines
2.1 KiB
JSON

{
"name": "october/october",
"description": "October CMS",
"homepage": "https://octobercms.com",
"type": "project",
"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": {
"paid": "https://octobercms.com/premium-support",
"issues": "https://github.com/octobercms/october/issues",
"forum": "https://octobercms.com/forum/",
"docs": "https://octobercms.com/docs/",
"source": "https://github.com/octobercms/october"
},
"require": {
"php": ">=7.0.8",
"october/rain": "1.0.*",
"october/system": "1.0.*",
"october/backend": "1.0.*",
"october/cms": "1.0.*",
"laravel/framework": "~5.5.40",
"lovata/oc-toolbox-plugin": "^1.34",
"lovata/oc-shopaholic-plugin": "^1.30"
},
"require-dev": {
"fzaninotto/faker": "~1.7",
"phpunit/phpunit": "~6.5",
"phpunit/phpunit-selenium": "~1.2",
"meyfa/phpunit-assert-gd": "1.1.0",
"squizlabs/php_codesniffer": "3.*",
"php-parallel-lint/php-parallel-lint": "^1.0",
"kharanenka/laravel-scope-active": "1.0.*"
},
"autoload-dev": {
"classmap": [
"tests/concerns/InteractsWithAuthentication.php",
"tests/fixtures/backend/models/UserFixture.php",
"tests/TestCase.php",
"tests/UiTestCase.php",
"tests/PluginTestCase.php"
]
},
"scripts": {
"post-create-project-cmd": [
"php artisan key:generate",
"php artisan package:discover"
],
"post-update-cmd": [
"php artisan october:util set build",
"php artisan package:discover"
]
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev",
"prefer-stable": true
}