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

PHP 7.3 requis

parent 89055cb4
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
"name": "unicaen/ldap",
"description": "Module Ldap des applications Unicaen",
"require": {
"php": "^5.6 || ^7.0",
"php": "7.3.*",
"zendframework/zend-config": "^3.2",
"zendframework/zend-i18n": "^2.9",
"zendframework/zend-ldap": "^2.10",
......@@ -14,7 +14,7 @@
},
"require-dev": {
"phpunit/phpunit": ">=3.7",
"zendframework/zend-test": ">=2.2"
"zendframework/zend-test": "^3.2"
},
"autoload": {
"psr-0": {
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment