mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
34 lines
671 B
JSON
34 lines
671 B
JSON
{
|
|
"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": {
|
|
"php": ">=5.3.3,<7",
|
|
"composer/installers": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/PHPUnit": "~3.7"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"3.x-dev": "3.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": ["tests/behat/features/bootstrap"]
|
|
}
|
|
}
|