Merge pull request #638 from IceToast/development

Fix composer php version
This commit is contained in:
Dennis 2023-01-19 18:30:37 +01:00 committed by GitHub
commit 450213ae66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
"php": "^8.0|^7.4",
"php": "^8.1",
"ext-intl": "*",
"biscolab/laravel-recaptcha": "^5.4",
"doctrine/dbal": "^3.1",
@ -45,7 +45,10 @@
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "8.1"
}
},
"extra": {
"laravel": {