mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 15:05:40 +00:00
New : Added composer.json
Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website. Please add more fields according to requirements. For more information please visit at http://extension.openbees.org/instructions/
This commit is contained in:
parent
b20867aa77
commit
2ba2772c52
16
composer.json
Normal file
16
composer.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "silverstripe-labs/environmentcheck",
|
||||
"description": "This module adds an API for running environment checks to your API.",
|
||||
"type": "silverstripe-module",
|
||||
"keywords": ["silverstripe-labs", "environmentcheck"],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sam Minnée",
|
||||
"email": "sam@silverstripe.com"
|
||||
}
|
||||
],
|
||||
"require":
|
||||
{
|
||||
"silverstripe/framework": "2.4.*"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user