mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 15:05:40 +00:00
Added composer config
This commit is contained in:
parent
b20867aa77
commit
135126ac2e
17
composer.json
Normal file
17
composer.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"name": "silverstripe/environmentcheck",
|
||||||
|
"description": "Provides an API for building environment tests",
|
||||||
|
"type": "silverstripe-module",
|
||||||
|
"keywords": ["silverstripe", "testing", "environment", "environmentcheck"],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Sam Minnee",
|
||||||
|
"email": "sam@silverstripe.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
"require":
|
||||||
|
{
|
||||||
|
"silverstripe/framework": "3.*"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user