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 98366f0 commit a5a786b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
},
"require-dev": {
"doctrine/dbal": "^3.8|^4.0",
"doctrine/collections": "2.2.2",
"doctrine/orm": "^2.16.2|^3.0",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/orm": "^2.16|^3.0",
"doctrine/persistence": "^3.1",
"ekino/phpstan-banned-code": "^1.0",
"infection/infection": "^0.27 || ^0.29",
Expand Down

0 comments on commit a5a786b

Please sign in to comment.