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

PHP 8 requis

parent c48ba232
No related branches found
No related tags found
No related merge requests found
CHANGELOG CHANGELOG
========= =========
6.0.0 (28/02/2023)
------------------
- PHP 8 requis.
4.0.2 (01/04/2022) 4.0.2 (01/04/2022)
------------------ ------------------
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "unicaen/ldap", "name": "unicaen/ldap",
"description": "Module Ldap des applications Unicaen", "description": "Module Ldap des applications Unicaen",
"require": { "require": {
"php": "^7.3 || ^8.0", "php": "^8.0",
"ext-ldap": "*", "ext-ldap": "*",
"laminas/laminas-config": "^3.7", "laminas/laminas-config": "^3.7",
"laminas/laminas-i18n": "^2.17", "laminas/laminas-i18n": "^2.17",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment