Skip to content

Commit

Permalink
Update dev dependencies in composer.json
Browse files Browse the repository at this point in the history
Replaced `doctrine/collections` with `doctrine/doctrine-bundle` and adjusted version constraints for `doctrine/orm`. This ensures compatibility with the latest development tools and aligns with current package recommendations.
  • Loading branch information
Spomky committed Jan 4, 2025
1 parent a5a786b commit dbaeac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"require-dev": {
"doctrine/dbal": "^3.8|^4.0",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/orm": "^2.16|^3.0",
"doctrine/orm": "^3.2",
"doctrine/persistence": "^3.1",
"ekino/phpstan-banned-code": "^1.0",
"infection/infection": "^0.27 || ^0.29",
Expand Down

0 comments on commit dbaeac9

Please sign in to comment.