Skip to content

Commit 54089c0

Browse files
authored
Merge pull request #66 from janlam7/doctrine-29
Conflict with doctrine 2.9.0 and 2.9.1; generates incompatible code
2 parents b39de1d + ff5de28 commit 54089c0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"hostnet/phpcs-tool": "^8.3.21",
2323
"phpunit/phpunit": "^8.5.0"
2424
},
25+
"conflict": {
26+
"doctrine/orm": "2.9.0|2.9.1"
27+
},
2528
"autoload": {
2629
"psr-4": {
2730
"Hostnet\\Component\\AccessorGenerator\\": "src/"

0 commit comments

Comments
 (0)