mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge remote branch 'origin/master' into translation-staging
This commit is contained in:
commit
311a6d3eef
23
composer.json
Normal file
23
composer.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"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": "self.version"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user