drop support for php 8.0

This commit is contained in:
danilopolani
2022-04-01 18:05:04 +02:00
parent ffb20c9956
commit 10ff36480a
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"nunomaduro/collision": "^5.11.0|^6.0.0",
"pestphp/pest-plugin": "^1.0.0",
"phpunit/phpunit": "10.0.x-dev"