mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Added composer.json
This commit is contained in:
parent
9e595db7f3
commit
59680b52e2
22
composer.json
Normal file
22
composer.json
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"name": "silverstripe/framework",
|
||||||
|
"description": "The SilverStripe Framework",
|
||||||
|
"type": "silverstripe-module",
|
||||||
|
"keywords": ["silverstripe", "framework"],
|
||||||
|
"homepage": "http://silverstripe.org",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "SilverStripe",
|
||||||
|
"homepage": "http://silverstripe.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "The SilverStripe Community",
|
||||||
|
"homepage": "http://silverstripe.org"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.2.4",
|
||||||
|
"composer/installers": "*"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user