Skip to content

Commit

Permalink
Merge pull request #218 from jamesrweb/patch-1
Browse files Browse the repository at this point in the history
Allow PHP 8 usage
  • Loading branch information
l0gicgate committed Apr 26, 2021
2 parents da045e8 + 02d4e59 commit e392765
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 @@ -22,7 +22,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"ext-json": "*",
"monolog/monolog": "^2.2",
"php-di/php-di": "^6.3",
Expand All @@ -33,7 +33,7 @@
"jangregor/phpstan-prophecy": "^0.8.1",
"phpstan/extension-installer": "^1.1.0",
"phpstan/phpstan": "^0.12.80",
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "^8.0 || ^9.0"
},
"config": {
"process-timeout": 0,
Expand Down

0 comments on commit e392765

Please sign in to comment.