Skip to content

Commit 55445da

Browse files
Michael Wikbergmaxbanton
andauthored
Allow PHP ^8 and PHPUnit ^9.4 (#91)
* 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]>
1 parent 601e88d commit 55445da

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@
2121
"source": "https://github.com/maxbanton/cwh"
2222
},
2323
"require": {
24-
"php": "^7.2",
24+
"php": "^7.2 || ^8",
2525
"monolog/monolog": "^2.0",
2626
"aws/aws-sdk-php": "^3.18"
2727
},
2828
"require-dev": {
29-
"maxbanton/dd": "^2.0",
30-
"phpunit/phpunit": "^8.5",
29+
"phpunit/phpunit": "^8.5 || ^9.4",
3130
"squizlabs/php_codesniffer": "^3.5"
3231
},
3332
"suggest": {

0 commit comments

Comments
 (0)