Skip to content

Commit

Permalink
Allow PHP ^8 and PHPUnit ^9.4 (#91)
Browse files Browse the repository at this point in the history
* Allow PHP ^8 and PHPUnit ^9.4

* Update composer.json

* Update composer.json

* Update composer.json

* Update composer.json

Co-authored-by: Max Leonov <[email protected]>
  • Loading branch information
Michael Wikberg and maxbanton committed Nov 17, 2020
1 parent 601e88d commit 55445da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@
"source": "https://github.com/maxbanton/cwh"
},
"require": {
"php": "^7.2",
"php": "^7.2 || ^8",
"monolog/monolog": "^2.0",
"aws/aws-sdk-php": "^3.18"
},
"require-dev": {
"maxbanton/dd": "^2.0",
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "^8.5 || ^9.4",
"squizlabs/php_codesniffer": "^3.5"
},
"suggest": {
Expand Down

0 comments on commit 55445da

Please sign in to comment.