Skip to content

Commit 6a1afa9

Browse files
committed
Update dependencies in composer.json
Removed 'nikic/php-parser' from the list of project dependencies. Also expanded the version compatibility for 'phpunit/phpunit' to include the '^11.0' version range.
1 parent 07635b8 commit 6a1afa9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"ekino/phpstan-banned-code": "^1.0",
6969
"infection/infection": "^0.27|^0.28",
7070
"matthiasnoback/symfony-config-test": "^5.0",
71-
"nikic/php-parser": "^4.18",
7271
"paragonie/sodium_compat": "^1.20",
7372
"php-parallel-lint/php-parallel-lint": "^1.3",
7473
"phpbench/phpbench": "^1.2",
@@ -77,7 +76,7 @@
7776
"phpstan/phpstan-deprecation-rules": "^1.0",
7877
"phpstan/phpstan-phpunit": "^1.1",
7978
"phpstan/phpstan-strict-rules": "^1.4",
80-
"phpunit/phpunit": "^10.5.10",
79+
"phpunit/phpunit": "^10.5.10|^11.0",
8180
"qossmic/deptrac-shim": "^1.0",
8281
"rector/rector": "^1.0",
8382
"roave/security-advisories": "dev-latest",

0 commit comments

Comments
 (0)