diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ab937..29b24a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `npm-stats-api` will be documented in this file +## 2.0.1 - 2020-12-11 + +- allow PHP 8 + ## 2.0.0 - 2020-09-10 - Require PHP >= 7.2 diff --git a/composer.json b/composer.json index 7082e4d..3b4a9aa 100644 --- a/composer.json +++ b/composer.json @@ -19,11 +19,11 @@ } ], "require": { - "php": "^7.2", + "php": "^8.0|^7.2", "guzzlehttp/guzzle": "^7.0" }, "require-dev": { - "phpunit/phpunit": "^8.0.0" + "phpunit/phpunit": "^9.4" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index aa192b0..22da30c 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,29 +1,13 @@ - - - - tests - - - - - src/ - - - - - - - - - - \ No newline at end of file + + + + src/ + + + + + tests + + +