Autourisation d'une version php > 7.3
... | ... | @@ -9,7 +9,7 @@ |
} | ||
], | ||
"require": { | ||
"php": "7.3.*", | ||
"php": ">=7.3", | ||
"ext-pdo": "*", | ||
"unicaen/app": "dev-laminas_migration", | ||
"doctrine/dbal": "^2.9", | ||
... | ... |
Please register or sign in to comment
... | ... | @@ -9,7 +9,7 @@ |
} | ||
], | ||
"require": { | ||
"php": "7.3.*", | ||
"php": ">=7.3", | ||
"ext-pdo": "*", | ||
"unicaen/app": "dev-laminas_migration", | ||
"doctrine/dbal": "^2.9", | ||
... | ... |