mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
d7c937710a
Conflicts: .travis.yml composer.json
33 lines
675 B
JSON
33 lines
675 B
JSON
{
|
|
"name": "silverstripe/cms",
|
|
"type": "silverstripe-module",
|
|
"description": "The SilverStripe Content Management System",
|
|
"homepage": "http://silverstripe.org",
|
|
"license": "BSD-3-Clause",
|
|
"keywords": ["silverstripe", "cms"],
|
|
"authors": [
|
|
{
|
|
"name": "SilverStripe",
|
|
"homepage": "http://silverstripe.com"
|
|
},
|
|
{
|
|
"name": "The SilverStripe Community",
|
|
"homepage": "http://silverstripe.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"composer/installers": "*",
|
|
"silverstripe/framework": "3.2.x-dev",
|
|
"silverstripe/reports": "*"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": ["tests/behat/"]
|
|
}
|
|
}
|