mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge remote branch 'origin/master' into translation-staging
This commit is contained in:
commit
76d26a75e2
22
composer.json
Normal file
22
composer.json
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"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.2",
|
||||||
|
"composer/installers": "*"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user