Skip to content
Snippets Groups Projects
Commit 2e45c716 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Composer : possibilité de passer à PHP 8

parent f9be76f3
No related branches found
No related tags found
No related merge requests found
Pipeline #15956 passed
......@@ -9,11 +9,13 @@
],
"require": {
"php": ">=7.3",
"laminas/laminas-test": "^3.0",
"laminas/laminas-dependency-plugin": "^2.1"
},
"require-dev": {
"laminas/laminas-test": "^4.2",
"phpunit/phpunit": "^5.6",
"phpspec/prophecy": "^1.6",
"doctrine/orm": "^2.6",
"laminas/laminas-dependency-plugin": "^2.1"
"doctrine/orm": "^2.6"
},
"autoload": {
"psr-0": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment