Skip to content

Commit

Permalink
Merge pull request #26 from victorwelling/master
Browse files Browse the repository at this point in the history
Fixes issue with PHPUnit and PHP 8
  • Loading branch information
victorwelling authored Jun 11, 2021
2 parents 7e30fe2 + 4ed0db2 commit 6ea1ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
},
"require": {
"php": "^7.2 || ^8.0",
"psr/container": "^1.0",
"psr/container": "^1.0 || ^2.0.1",
"psr/http-message": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/log": "^1.1",
"twig/twig": "^2.12.0 || ^3.0.0"
},
"require-dev": {
"phpunit/phpunit": "^8.1"
"phpunit/phpunit": "^8.5.16"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6ea1ae9

Please sign in to comment.