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

PHP 8 requis

parent 33fdc3cf
No related branches found
No related tags found
No related merge requests found
Pipeline #17943 passed
CHANGELOG CHANGELOG
========= =========
6.0.0
-----
- PHP 8 requis.
5.0.0 5.0.0
----- -----
- Migration vers Bootstrap 5 (front-end). - Migration vers Bootstrap 5 (front-end).
......
...@@ -8,8 +8,9 @@ ...@@ -8,8 +8,9 @@
} }
], ],
"require": { "require": {
"unicaen/app": "^5.0 || dev-ll-php8-bs5", "php": "^8.0",
"unicaen/bjy-authorize": "^4.0 || dev-ll-php8-bs5", "unicaen/app": "^6.0",
"unicaen/bjy-authorize": "^5.0",
"jasig/phpcas": "1.5.*", "jasig/phpcas": "1.5.*",
"ramsey/uuid": "^3.0" "ramsey/uuid": "^3.0"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment