From 857ea85670439e63d8fd414a1737cfeb83e3705c Mon Sep 17 00:00:00 2001 From: Bertrand GAUTHIER <bertrand.gauthier@unicaen.fr> Date: Thu, 26 Jan 2023 16:43:30 +0100 Subject: [PATCH] PHP 8 requis --- CHANGELOG.md | 4 ++++ composer.json | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc9746..f4896ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG ========= +6.0.0 +----- +- PHP 8 requis. + 5.0.0 ----- - Migration vers Bootstrap 5 (front-end). diff --git a/composer.json b/composer.json index 8f76e05..9910882 100755 --- a/composer.json +++ b/composer.json @@ -8,8 +8,9 @@ } ], "require": { - "unicaen/app": "^5.0 || dev-ll-php8-bs5", - "unicaen/bjy-authorize": "^4.0 || dev-ll-php8-bs5", + "php": "^8.0", + "unicaen/app": "^6.0", + "unicaen/bjy-authorize": "^5.0", "jasig/phpcas": "1.5.*", "ramsey/uuid": "^3.0" }, -- GitLab