Skip to content

Commit

Permalink
Fix doctrine testing
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x authored and Pavel Janda committed Feb 11, 2022
1 parent 3620f31 commit 6fffc31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@
},
"require-dev": {
"dibi/dibi": "^3.0.0 || ^4.0.0",
"doctrine/cache": "^1.11",
"doctrine/orm": "^2.6.12",
"doctrine/cache": "^1.11.0",
"doctrine/orm": "^2.11.1",
"doctrine/annotations": "^1.12.1",
"elasticsearch/elasticsearch": "^7.1",
"contributte/code-rules": "^1.1.0",
"mockery/mockery": "^1.3.3",
Expand Down

0 comments on commit 6fffc31

Please sign in to comment.