From 0e84848c3db1771a807479bc1a557b32494dd04d Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Fri, 10 Nov 2017 09:25:17 +1300 Subject: [PATCH] Convert to vendor module --- .travis.yml | 2 +- composer.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 844008d..70fc8c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: php env: global: - - COMPOSER_ROOT_VERSION="4.0.x-dev" + - COMPOSER_ROOT_VERSION="2.0.x-dev" matrix: include: diff --git a/composer.json b/composer.json index 4d5cf7b..9e375b1 100644 --- a/composer.json +++ b/composer.json @@ -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" },