fix dependency of PHP for attributes

This commit is contained in:
Beu 2023-06-25 20:04:07 +02:00
parent 32c6d5b170
commit eb1ddce377
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
} }
}, },
"require": { "require": {
"php": ">=7.4.0", "php": ">=8.0",
"league/oauth2-client": "^2.6", "league/oauth2-client": "^2.6",
"knpuniversity/oauth2-client-bundle": "^2.11" "knpuniversity/oauth2-client-bundle": "^2.11"
} }