We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef7e6e commit a021619Copy full SHA for a021619
composer.json
@@ -11,16 +11,18 @@
11
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0",
12
"ext-json": "*",
13
"laminas/laminas-stdlib": "^3.18",
14
- "nikic/php-parser": "^4.15",
+ "nikic/php-parser": "^4.19",
15
"phpstan/phpdoc-parser": "^0.5.5",
16
- "sabre/xml": "~2.2.3",
17
- "symfony/console": "~6.4.0",
+ "sabre/xml": "~4.0.5",
+ "symfony/console": "~6.4.17",
18
+ "symfony/string": "~6.4.15",
19
"tomzx/php-semver-checker": "^0.16.0",
- "wikimedia/less.php": "^5.0"
20
+ "wikimedia/less.php": "^5.1"
21
},
22
"require-dev": {
23
"ext-dom": "*",
- "phpunit/phpunit": "^10.5",
24
+ "phpunit/phpunit": "~10.5.28",
25
+ "sebastian/cli-parser": "^2.0.1",
26
"squizlabs/php_codesniffer": "~3.6.0"
27
28
"autoload": {
0 commit comments