Re-introduce support for PHP ^8.0 (instead of only 8.1.x and 8.2.x)

This commit is contained in:
Jérôme Gamez
2022-11-25 19:02:11 +01:00
parent a5e62affe0
commit 2861280adc
2 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "^8.0",
"psr/clock": "^1.0"
},
"require-dev": {