From ba6e1f0a34bab4a0350a7cd41c0df6768ab702ff Mon Sep 17 00:00:00 2001 From: Erayd Date: Fri, 2 Jun 2017 21:58:46 +1200 Subject: [PATCH 1/2] Remove dev-time dependency on phpdocumentor due to resolution headaches --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c42f2178..9dc00051 100644 --- a/composer.json +++ b/composer.json @@ -41,9 +41,8 @@ }, "require-dev": { "json-schema/JSON-Schema-Test-Suite": "1.2.0", - "phpunit/phpunit": "^4.8.22", "friendsofphp/php-cs-fixer": "^2.1", - "phpdocumentor/phpdocumentor": "^2.7" + "phpunit/phpunit": "^4.8.22" }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" } From 079aec7115b699cfa9d90bf4e3778a7ee265151a Mon Sep 17 00:00:00 2001 From: Erayd Date: Fri, 2 Jun 2017 21:59:48 +1200 Subject: [PATCH 2/2] Switch distro for hhvm testing to trusty (precise now unsupported) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0bb23a4a..069d8bec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ matrix: - php: 7.1 - php: 'nightly' - php: hhvm + dist: trusty allow_failures: - php: 'nightly'