From 6da48aa935f3f0bd142837486a6e2c2a46545ce5 Mon Sep 17 00:00:00 2001 From: Kris Date: Sat, 12 Sep 2020 22:22:56 +0200 Subject: [PATCH 1/2] Updated packages and phpunit config --- composer.json | 6 +++--- phpunit.xml | 30 +++++++++++------------------- 2 files changed, 14 insertions(+), 22 deletions(-) diff --git a/composer.json b/composer.json index ea1f3d4..425b67c 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ } ], "require": { - "tightenco/collect": "^7.11", - "guzzlehttp/guzzle": "^6.3" + "tightenco/collect": "^8.0", + "guzzlehttp/guzzle": "^7.0" }, "autoload": { "psr-4": { @@ -36,6 +36,6 @@ ] }, "require-dev": { - "phpunit/phpunit": "^6.5" + "phpunit/phpunit": "^9.0" } } diff --git a/phpunit.xml b/phpunit.xml index a1b3ab0..92061d1 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,21 +1,13 @@ - - - - ./tests/Unit - - - - - ./app - - + + + + ./app + + + + + ./tests/Unit + + From de04347c460e06940dceef46a3f2054898eb9d35 Mon Sep 17 00:00:00 2001 From: Kris Date: Sat, 12 Sep 2020 22:29:43 +0200 Subject: [PATCH 2/2] Updated PHP Version of travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7edd3f1..ff89d35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: php php: - - '7.2' + - '7.3' before_script: - composer install script: phpunit \ No newline at end of file