Skip to content

Commit

Permalink
Fixes #31 to update psr/log and phpunit to support PHP 8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Madison committed Apr 27, 2022
1 parent a8b6d11 commit 2f0e317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -18,10 +18,10 @@
"require": {
"ext-curl": "*",
"php": ">=7.2",
"psr/log": "^1.0"
"psr/log": "^1.0 | ^2.0"
},
"require-dev": {
"phpunit/phpunit": "8.3.*",
"phpunit/phpunit": "8.3.* | ^9",
"squizlabs/php_codesniffer": "3.4.*",
"php-coveralls/php-coveralls": "^2.4"
},
Expand Down

0 comments on commit 2f0e317

Please sign in to comment.