silverstripe-framework/composer.json

59 lines
1.5 KiB
JSON
Raw Normal View History

2012-11-01 17:28:51 +01:00
{
"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"
},
"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/"
},
"psr-0": {
"HTML_": "thirdparty/HTML_BBCodeParser2"
},
"files": ["Core/Constants.php"],
"classmap": ["tests/behat/features/bootstrap"]
},
"include-path": [
"thirdparty/",
"thirdparty/HTML_BBCodeParser2/"
]
}