From 3074ad87cf43cc983f9146b047b71dd3b92260ab Mon Sep 17 00:00:00 2001 From: Patrick Kerrigan Date: Mon, 4 Dec 2017 16:10:13 +0000 Subject: [PATCH] Attempt to fix failing build --- .travis.yml | 6 ++++-- composer.json | 10 ---------- composer.lock | 4 ++-- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa594c2..9723a1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,10 @@ php: - 5.5 - 5.6 - 7.0 + - 7.1 + - 7.2 - hhvm - nightly -install: composer install --dev -script: vendor/phpunit/phpunit/phpunit --coverage-clover build/logs/clover.xml test \ No newline at end of file +install: composer install +script: vendor/phpunit/phpunit/phpunit --coverage-clover build/logs/clover.xml test diff --git a/composer.json b/composer.json index 56815b8..139f284 100644 --- a/composer.json +++ b/composer.json @@ -17,16 +17,6 @@ "email": "support@clearbooks.co.uk" } ], - "repositories": [ - { - "type": "vcs", - "url": "git@github.com:clearbooks/dilex.git" - }, - { - "type": "composer", - "url": "https://carefulcoder.co.uk/composer" - } - ], "autoload": { "psr-4": { "Clearbooks\\Dilex\\": "src/" diff --git a/composer.lock b/composer.lock index 489c20d..74277d9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "5c4dd8329f572234a767e287995c1bc0", + "content-hash": "158c63cc8caeb39e8d133d556813dd79", "packages": [ { "name": "clearbooks/dilex", @@ -849,7 +849,7 @@ "version": "dev-master", "source": { "type": "git", - "url": "git@github.com:tomverran/di-container-mock.git", + "url": "https://github.com/tomverran/di-container-mock.git", "reference": "fa47a598391790a0b03d0853cb6f3c0ed5e4ef4b" }, "require": {