Skip to content

Commit a021619

Browse files
committed
AC-13728::Update the packages based lowest dependecy to support php 8.4
1 parent 0ef7e6e commit a021619

File tree

2 files changed

+228
-308
lines changed

2 files changed

+228
-308
lines changed

composer.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@
1111
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0",
1212
"ext-json": "*",
1313
"laminas/laminas-stdlib": "^3.18",
14-
"nikic/php-parser": "^4.15",
14+
"nikic/php-parser": "^4.19",
1515
"phpstan/phpdoc-parser": "^0.5.5",
16-
"sabre/xml": "~2.2.3",
17-
"symfony/console": "~6.4.0",
16+
"sabre/xml": "~4.0.5",
17+
"symfony/console": "~6.4.17",
18+
"symfony/string": "~6.4.15",
1819
"tomzx/php-semver-checker": "^0.16.0",
19-
"wikimedia/less.php": "^5.0"
20+
"wikimedia/less.php": "^5.1"
2021
},
2122
"require-dev": {
2223
"ext-dom": "*",
23-
"phpunit/phpunit": "^10.5",
24+
"phpunit/phpunit": "~10.5.28",
25+
"sebastian/cli-parser": "^2.0.1",
2426
"squizlabs/php_codesniffer": "~3.6.0"
2527
},
2628
"autoload": {

0 commit comments

Comments
 (0)