Skip to content

Commit

Permalink
Stop declaring doctrine/orm 3.x compatibility
Browse files Browse the repository at this point in the history
ORM 3.x support is broken currently
  • Loading branch information
ostrolucky committed Feb 12, 2022
1 parent 5c086cb commit 688e079
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 @@ -42,7 +42,7 @@
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
"doctrine/orm": "^2.9 || ^3.0",
"doctrine/orm": "^2.9",
"friendsofphp/proxy-manager-lts": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.3 || ^10.0",
"psalm/plugin-phpunit": "^0.16.1",
Expand All @@ -66,7 +66,7 @@
}
},
"conflict": {
"doctrine/orm": "<2.9",
"doctrine/orm": "<2.9|>=3.0",
"twig/twig": "<1.34|>=2.0,<2.4"
},
"suggest": {
Expand Down

0 comments on commit 688e079

Please sign in to comment.