Skip to content

Commit

Permalink
Merge pull request #14 from kokspflanze/patch
Browse files Browse the repository at this point in the history
doctrine/inflector support for orm2.7
  • Loading branch information
TomHAnderson committed Jul 31, 2020
2 parents e23368e + d1c789b commit f252aa8
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 98 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -17,8 +17,8 @@
"php": "^7.2",
"ext-ctype": "*",
"doctrine/collections": "^1.6.5",
"doctrine/persistence": "^2.0.0",
"doctrine/inflector": "^2.0.3",
"doctrine/persistence": "^1.3.7 || ^2.0.0",
"doctrine/inflector": "^1.4.3 || ^2.0.3",
"laminas/laminas-hydrator": "^3.0.2",
"laminas/laminas-stdlib": "^3.2.1"
},
Expand Down

0 comments on commit f252aa8

Please sign in to comment.