Skip to content

Commit

Permalink
Update dependencies in composer.json
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Spomky committed Apr 9, 2024
1 parent 07635b8 commit 6a1afa9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"ekino/phpstan-banned-code": "^1.0",
"infection/infection": "^0.27|^0.28",
"matthiasnoback/symfony-config-test": "^5.0",
"nikic/php-parser": "^4.18",
"paragonie/sodium_compat": "^1.20",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpbench/phpbench": "^1.2",
Expand All @@ -77,7 +76,7 @@
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.4",
"phpunit/phpunit": "^10.5.10",
"phpunit/phpunit": "^10.5.10|^11.0",
"qossmic/deptrac-shim": "^1.0",
"rector/rector": "^1.0",
"roave/security-advisories": "dev-latest",
Expand Down

0 comments on commit 6a1afa9

Please sign in to comment.