Convert to vendor module

This commit is contained in:
Robbie Averill 2017-11-10 09:25:17 +13:00
parent ab610bb55e
commit 0e84848c3d
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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"
}, },