Skip to content

Commit

Permalink
Bump min. supported doctrine/persistence version
Browse files Browse the repository at this point in the history
Fixes lowest dependencies build
  • Loading branch information
ostrolucky committed Jan 31, 2025
1 parent 85b2567 commit 4c59dbc
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 @@ -31,7 +31,7 @@
"require": {
"php": "^8.1",
"doctrine/dbal": "^3.7.0 || ^4.0",
"doctrine/persistence": "^2.2 || ^3 || ^4",
"doctrine/persistence": "^3.1 || ^4",
"doctrine/sql-formatter": "^1.0.1",
"symfony/cache": "^6.4 || ^7.0",
"symfony/config": "^6.4 || ^7.0",
Expand Down

0 comments on commit 4c59dbc

Please sign in to comment.