Upgrade PHP dependency to >=8.2

Upgrade done to match Docker image and use of PHP 8.2 features in the code.
This commit is contained in:
Gauthier POGAM--LE MONTAGNER 2023-06-11 16:35:05 +02:00
parent af3a34960a
commit ac48e96698
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.0",
"php": ">=8.2",
"ext-ctype": "*",
"ext-curl": "*",
"ext-fileinfo": "*",

4
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "196b27106b1ef94c278cb19c1f2855d9",
"content-hash": "cc0efd0a2b23a676075034e9b181ccbd",
"packages": [
{
"name": "api-platform/core",
@ -14667,7 +14667,7 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=8.0",
"php": ">=8.2",
"ext-ctype": "*",
"ext-curl": "*",
"ext-fileinfo": "*",