Drop PHP 7.4 and 8.0

This commit is contained in:
Yassine Guedidi
2024-01-12 23:57:43 +01:00
parent d082def664
commit 530bc71924
8 changed files with 26 additions and 32 deletions

37
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": "a85056bec7fa90b9be4aa16c34464c0e",
"content-hash": "43714ebbc439115fe5d67daf0b90e758",
"packages": [
{
"name": "babdev/pagerfanta-bundle",
@ -4929,29 +4929,29 @@
},
{
"name": "laminas/laminas-code",
"version": "4.7.1",
"version": "4.16.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-code.git",
"reference": "91aabc066d5620428120800c0eafc0411e441a62"
"reference": "1793e78dad4108b594084d05d1fb818b85b110af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/91aabc066d5620428120800c0eafc0411e441a62",
"reference": "91aabc066d5620428120800c0eafc0411e441a62",
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/1793e78dad4108b594084d05d1fb818b85b110af",
"reference": "1793e78dad4108b594084d05d1fb818b85b110af",
"shasum": ""
},
"require": {
"php": ">=7.4, <8.2"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
},
"require-dev": {
"doctrine/annotations": "^1.13.2",
"doctrine/annotations": "^2.0.1",
"ext-phar": "*",
"laminas/laminas-coding-standard": "^2.3.0",
"laminas/laminas-stdlib": "^3.6.1",
"phpunit/phpunit": "^9.5.10",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.13.1"
"laminas/laminas-coding-standard": "^3.0.0",
"laminas/laminas-stdlib": "^3.18.0",
"phpunit/phpunit": "^10.5.37",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.15.0"
},
"suggest": {
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
@ -4959,9 +4959,6 @@
},
"type": "library",
"autoload": {
"files": [
"polyfill/ReflectionEnumPolyfill.php"
],
"psr-4": {
"Laminas\\Code\\": "src/"
}
@ -4991,7 +4988,7 @@
"type": "community_bridge"
}
],
"time": "2022-11-21T01:32:31+00:00"
"time": "2024-11-20T13:15:13+00:00"
},
{
"name": "lcobucci/clock",
@ -19880,7 +19877,7 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=7.4",
"php": ">=8.2",
"ext-ctype": "*",
"ext-curl": "*",
"ext-dom": "*",
@ -19900,9 +19897,9 @@
"ext-tokenizer": "*",
"ext-xml": "*"
},
"platform-dev": [],
"platform-dev": {},
"platform-overrides": {
"php": "7.4.29"
"php": "8.2.27"
},
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.6.0"
}