From b6d4da66c1b5afba7282614f89279669e3c0c48c Mon Sep 17 00:00:00 2001 From: Yo Date: Sun, 21 Apr 2019 11:02:37 +0200 Subject: [PATCH 1/2] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 75f1e67..a7937ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,3 +35,4 @@ cache: branches: except: - /.*\-dev$/ + - /.*\-patch(\-\d+)?$/ From fd3d1f6be93cc3133c42cafc2f794ac9aebacbc9 Mon Sep 17 00:00:00 2001 From: Yo Date: Sun, 21 Apr 2019 11:04:09 +0200 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ce1b2f8..0f114ed 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "ext-json": "*", "behat/behat": "~3.0", "squizlabs/php_codesniffer": "3.*", - "phpunit/phpunit": "^6.0 || ^7.0 || ^8.0", + "phpunit/phpunit": "^7.0 || ^8.0", "yoanm/php-unit-extended": "~1.0" } }