diff --git a/.travis.yml b/.travis.yml index acb7af3..2d19ca7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: php php: - - 7.2 - 7.3 - 7.4 - 8.0 diff --git a/composer.json b/composer.json index 6d22670..a096f33 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ } ], "require": { - "php": ">=7.2", - "phpunit/phpunit": "^8.0", + "php": ">=7.3", + "phpunit/phpunit": "^9.0", "ext-gd": "*" }, "require-dev": { diff --git a/phpunit.xml b/phpunit.xml index b8d39fc..c144d59 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,14 +1,19 @@ - - - - tests/ - - - - - src - - + + + + tests/ + + + + + + src + +