Compatibilité PHP 7
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-12 10:04:08 +00:00
parent de205f9870
commit 4e2db2f71c
4 changed files with 17 additions and 9 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=8.2"
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "*",
@@ -24,4 +24,4 @@
"scripts": {
"test": "phpunit"
}
}
}