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": {
|
2015-08-17 12:43:28 +02:00
|
|
|
"php": ">=5.3.3,<7",
|
2017-07-28 14:21:29 +02:00
|
|
|
"composer/installers": "~1.0",
|
|
|
|
"mustangostang/spyc": "^0.6.2"
|
2012-11-08 17:00:24 +01:00
|
|
|
},
|
2014-04-17 15:14:51 +02:00
|
|
|
"require-dev": {
|
2017-11-17 12:48:24 +01:00
|
|
|
"phpunit/phpunit": "^3 || ^4 || ^5"
|
2014-04-17 15:14:51 +02:00
|
|
|
},
|
2012-11-08 17:00:24 +01:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-05-19 06:08:47 +02:00
|
|
|
"3.x-dev": "3.5.x-dev"
|
2012-11-08 17:00:24 +01:00
|
|
|
}
|
2012-11-22 23:51:28 +01:00
|
|
|
},
|
2012-11-09 19:16:16 +01:00
|
|
|
"autoload": {
|
2017-10-25 18:04:44 +02:00
|
|
|
"psr-0": {
|
|
|
|
"SilverStripe\\": "src/",
|
|
|
|
"Zend_": "thirdparty/Zend/"
|
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"tests/behat/features/bootstrap",
|
|
|
|
"admin/code", "api", "cache", "cli", "control", "core", "dev", "email", "filesystem",
|
|
|
|
"forms", "i18n", "model", "oembed", "parsers", "search", "security", "tasks", "view",
|
|
|
|
"thirdparty/php-peg", "thirdparty/simpletest", "thirdparty/zend_translate_railsyaml"
|
|
|
|
],
|
|
|
|
"exclude-from-classmap": ["view/SSTemplateParser.php.inc", "dev/phpunit/PhpUnitWrapper.php"]
|
2015-07-01 15:30:57 +02:00
|
|
|
}
|
2013-04-30 18:08:50 +02:00
|
|
|
}
|