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-10-22 11:10:19 +02:00
|
|
|
"php": ">=5.5.0",
|
2015-07-24 00:53:41 +02:00
|
|
|
"composer/installers": "~1.0",
|
2015-09-03 07:46:08 +02:00
|
|
|
"monolog/monolog": "~1.11",
|
2015-08-07 21:07:36 +02:00
|
|
|
"league/flysystem": "~1.0.12",
|
|
|
|
"symfony/yaml": "~2.7"
|
2012-11-08 17:00:24 +01:00
|
|
|
},
|
2014-04-17 15:14:51 +02:00
|
|
|
"require-dev": {
|
2016-01-25 16:17:57 +01:00
|
|
|
"phpunit/PHPUnit": "~4.8"
|
2014-04-17 15:14:51 +02:00
|
|
|
},
|
2012-11-08 17:00:24 +01:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-11-20 05:15:02 +01:00
|
|
|
"dev-master": "4.0.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": {
|
2015-08-17 14:12:41 +02:00
|
|
|
"classmap": ["tests/behat/features/bootstrap"]
|
2015-07-01 15:30:57 +02:00
|
|
|
}
|
2013-04-30 18:08:50 +02:00
|
|
|
}
|