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": {
|
2013-10-23 10:10:42 +02:00
|
|
|
"php": ">=5.3.3",
|
2012-11-01 17:28:51 +01:00
|
|
|
"composer/installers": "*"
|
2012-11-08 17:00:24 +01:00
|
|
|
},
|
2014-04-17 15:14:51 +02:00
|
|
|
"require-dev": {
|
2014-05-05 16:30:05 +02:00
|
|
|
"phpunit/PHPUnit": "~3.7@stable"
|
2014-04-17 15:14:51 +02:00
|
|
|
},
|
2012-11-08 17:00:24 +01:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2012-12-11 18:02:58 +01:00
|
|
|
"dev-master": "3.2.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": {
|
|
|
|
"classmap": ["tests/behat/features/bootstrap"]
|
2014-03-12 22:17:35 +01:00
|
|
|
},
|
|
|
|
"minimum-stability": "dev"
|
2013-04-30 18:08:50 +02:00
|
|
|
}
|