Skip to content

Commit

Permalink
Restricting TDBM to 5.0.x releases
Browse files Browse the repository at this point in the history
  • Loading branch information
moufmouf committed Mar 15, 2019
1 parent bb91af9 commit ce46fe8
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 @@ -22,7 +22,7 @@
],
"require" : {
"php" : ">=7.1",
"thecodingmachine/tdbm" : "^5.0",
"thecodingmachine/tdbm" : "~5.0.0",
"doctrine/doctrine-bundle": "^1.9",
"doctrine/orm": "*"
},
Expand Down

0 comments on commit ce46fe8

Please sign in to comment.