Skip to content

Commit

Permalink
fix: Fix Doctrine/ORM minimum compatibility (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Nov 13, 2024
1 parent 1467729 commit ab0d455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ AliceDataFixtures
Supports:

* Symfony 6.4+
* Doctrine ORM 2.5+
* Doctrine ORM 2.20+
* Doctrine ODM 2.0+
* Doctrine PHPCR 2.0+
* Eloquent 8.12+
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"symfony/phpunit-bridge": "^5.3.8 || ^6.4"
},
"conflict": {
"doctrine/orm": "<2.6.3",
"doctrine/data-fixtures": "<1.7.0",
"doctrine/orm": "<2.20",
"doctrine/phpcr-odm": "<2.0.0",
"doctrine/dbal": "<3.0",
"doctrine/persistence": "<2.0",
Expand Down

0 comments on commit ab0d455

Please sign in to comment.