2012-11-01 15:57:00 +01:00
|
|
|
{
|
|
|
|
"name": "silverstripe/framework",
|
|
|
|
"description": "The SilverStripe Framework",
|
|
|
|
"type": "silverstripe-module",
|
|
|
|
"keywords": ["silverstripe", "framework"],
|
|
|
|
"homepage": "http://silverstripe.org",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "SilverStripe",
|
|
|
|
"homepage": "http://silverstripe.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "The SilverStripe Community",
|
|
|
|
"homepage": "http://silverstripe.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.2.4",
|
2013-08-07 14:51:45 +02:00
|
|
|
"composer/installers": "*"
|
2014-04-17 15:14:51 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2014-05-05 16:30:05 +02:00
|
|
|
"phpunit/PHPUnit": "~3.7@stable"
|
2012-11-01 15:57:00 +01:00
|
|
|
}
|
2013-04-30 18:08:50 +02:00
|
|
|
}
|