mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 17:05:40 +02:00
Convert to vendor module
This commit is contained in:
parent
ab610bb55e
commit
0e84848c3d
@ -2,7 +2,7 @@ language: php
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- COMPOSER_ROOT_VERSION="4.0.x-dev"
|
- COMPOSER_ROOT_VERSION="2.0.x-dev"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "silverstripe/environmentcheck",
|
"name": "silverstripe/environmentcheck",
|
||||||
"description": "Provides an API for building environment tests",
|
"description": "Provides an API for building environment tests",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"type": "silverstripe-module",
|
"type": "silverstripe-vendormodule",
|
||||||
"keywords": ["silverstripe", "testing", "environment", "check"],
|
"keywords": ["silverstripe", "testing", "environment", "check"],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
@ -15,10 +15,10 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"silverstripe/framework": "^4.0@dev"
|
"silverstripe/framework": "^4.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"silverstripe/versioned": "^1.0@dev",
|
"silverstripe/versioned": "^1.0",
|
||||||
"phpunit/phpunit": "^5.7",
|
"phpunit/phpunit": "^5.7",
|
||||||
"squizlabs/php_codesniffer": "^3.0"
|
"squizlabs/php_codesniffer": "^3.0"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user