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": {
|
2017-04-03 21:05:25 +01:00
|
|
|
"php": ">= 5.3.3, <7.2",
|
2017-07-28 13:21:29 +01:00
|
|
|
"composer/installers": "~1.0",
|
|
|
|
"mustangostang/spyc": "^0.6.2"
|
2012-11-08 17:00:24 +01:00
|
|
|
},
|
2014-04-17 14:14:51 +01:00
|
|
|
"require-dev": {
|
2015-07-01 14:30:57 +01:00
|
|
|
"phpunit/PHPUnit": "~3.7"
|
2014-04-17 14:14:51 +01:00
|
|
|
},
|
2012-11-08 17:00:24 +01:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-11-14 10:07:34 +13:00
|
|
|
"3.x-dev": "3.6.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": {
|
2016-05-19 16:08:47 +12:00
|
|
|
"classmap": ["tests/behat/features/bootstrap"]
|
2015-07-01 14:30:57 +01:00
|
|
|
}
|
2013-04-30 19:08:50 +03:00
|
|
|
}
|