Skip to content

Commit

Permalink
chore: php >= 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed May 8, 2023
1 parent c632a78 commit 2b46f5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
}
],
"require": {
"php": ">= 8.0"
"php": ">= 8.1"
},
"require-dev": {
"ext-pcov": "*",
"drupol/php-conventions": "^5",
"phpbench/phpbench": "^1.2",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/php-code-coverage": "^9.2 || ^10",
"phpunit/phpunit": "^9.6 || ^10"
"phpunit/php-code-coverage": "^10",
"phpunit/phpunit": "^10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2b46f5f

Please sign in to comment.