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
This commit is contained in:
Lenaick
2026-02-26 10:36:32 +01:00
committed by GitHub
parent d4821b7edc
commit fc967c06ce
961 changed files with 12298 additions and 7130 deletions

View File

@@ -10,9 +10,9 @@
}
],
"autoload": {
"psr-0": {
"": "src/"
}
"classmap": [
"src/"
]
},
"include-path": [
"src/"
@@ -23,6 +23,7 @@
},
"type": "library",
"require": {
"php": ">=5.4",
"pear/console_getopt": "~1.4",
"pear/pear_exception": "~1.0"
},