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:
|
||||
global:
|
||||
- COMPOSER_ROOT_VERSION="4.0.x-dev"
|
||||
- COMPOSER_ROOT_VERSION="2.0.x-dev"
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "silverstripe/environmentcheck",
|
||||
"description": "Provides an API for building environment tests",
|
||||
"license": "BSD-3-Clause",
|
||||
"type": "silverstripe-module",
|
||||
"type": "silverstripe-vendormodule",
|
||||
"keywords": ["silverstripe", "testing", "environment", "check"],
|
||||
"authors": [
|
||||
{
|
||||
@ -15,10 +15,10 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"silverstripe/framework": "^4.0@dev"
|
||||
"silverstripe/framework": "^4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"silverstripe/versioned": "^1.0@dev",
|
||||
"silverstripe/versioned": "^1.0",
|
||||
"phpunit/phpunit": "^5.7",
|
||||
"squizlabs/php_codesniffer": "^3.0"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user