-
- Downloads
Allow php 8
... | ... | @@ -3,7 +3,7 @@ |
"type": "symfony-bundle", | ||
"license": "AGPL-3.0-or-later", | ||
"require": { | ||
"php": "^7.3", | ||
"php": "^7.3 || ^8.0", | ||
"ext-fileinfo": "*", | ||
"ext-json": "*", | ||
"api-platform/core": "^2.6.3", | ||
... | ... |
Please register or sign in to comment