Skip to content

Commit fc967c0

Browse files
authored
N°8834 - Add compatibility with PHP 8.4 (#819)
* N°8834 - Add compatibility with PHP 8.4 * Rollback of scssphp/scssphp version upgrade due to compilation error
1 parent d4821b7 commit fc967c0

File tree

961 files changed

+12269
-7101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

961 files changed

+12269
-7101
lines changed

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@
44
"type": "project",
55
"license": "AGPL-3.0-only",
66
"require": {
7-
"php": ">=8.1.0 <8.4.0",
7+
"php": ">=8.1.0 <8.5.0",
88
"ext-ctype": "*",
99
"ext-dom": "*",
1010
"ext-gd": "*",
1111
"ext-iconv": "*",
1212
"ext-json": "*",
1313
"ext-mysqli": "*",
1414
"ext-soap": "*",
15-
"apereo/phpcas": "~1.6.0",
16-
"firebase/php-jwt": "^6.4.0",
15+
"apereo/phpcas": "dev-master",
1716
"guzzlehttp/guzzle": "^7.5.1",
1817
"league/oauth2-google": "^4.0.1",
1918
"nikic/php-parser": "^4.14.0",
@@ -40,6 +39,12 @@
4039
"symfony/stopwatch": "~6.4.0",
4140
"symfony/web-profiler-bundle": "~6.4.0"
4241
},
42+
"repositories": [
43+
{
44+
"type": "vcs",
45+
"url": "https://github.com/EsupPortail/phpCAS"
46+
}
47+
],
4348
"suggest": {
4449
"ext-libsodium": "Required to use the AttributeEncryptedString.",
4550
"ext-openssl": "Can be used as a polyfill if libsodium is not installed",

0 commit comments

Comments
 (0)