mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
8dd644d25d
Namespace all templates Move difflib and BBCodeParser2 to thirdparty Remove deprecated API marked for removal in 4.0
59 lines
1.5 KiB
JSON
59 lines
1.5 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"
|
|
},
|
|
"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/"
|
|
]
|
|
}
|