mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "silverstripe/framework",
|
|
"type": "silverstripe-module",
|
|
"description": "The SilverStripe framework",
|
|
"homepage": "http://silverstripe.org",
|
|
"license": "BSD-3-Clause",
|
|
"keywords": ["silverstripe", "framework"],
|
|
"authors": [
|
|
{
|
|
"name": "SilverStripe",
|
|
"homepage": "http://silverstripe.com"
|
|
},
|
|
{
|
|
"name": "The SilverStripe Community",
|
|
"homepage": "http://silverstripe.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.5.0",
|
|
"composer/installers": "~1.0",
|
|
"monolog/monolog": "~1.11",
|
|
"league/flysystem": "~1.0.12",
|
|
"symfony/yaml": "~2.7",
|
|
"embed/embed": "^2.6"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/PHPUnit": "~4.8",
|
|
"silverstripe/behat-extension": "^2.1.0",
|
|
"silverstripe/serve": "dev-master",
|
|
"silverstripe/testsession": "^2.0.0-alpha3",
|
|
"se/selenium-server-standalone": "2.41.0"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SilverStripe\\Admin\\": "admin/code/",
|
|
"SilverStripe\\Assets\\": "Assets/",
|
|
"SilverStripe\\Control\\": "Control/",
|
|
"SilverStripe\\Core\\": "Core/",
|
|
"SilverStripe\\Dev\\": "Dev/",
|
|
"SilverStripe\\Forms\\": "Forms/",
|
|
"SilverStripe\\i18n\\": "i18n/",
|
|
"SilverStripe\\Logging\\": "Logging/",
|
|
"SilverStripe\\ORM\\": "ORM/",
|
|
"SilverStripe\\Security\\": "Security/",
|
|
"SilverStripe\\View\\": "View/"
|
|
},
|
|
"files": ["Core/Constants.php"],
|
|
"classmap": ["tests/behat/features/bootstrap"]
|
|
},
|
|
"include-path": [
|
|
"thirdparty/"
|
|
],
|
|
"min-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|