Skip to content

Commit

Permalink
Added doctrine orm module ^4.0 to support php 8
Browse files Browse the repository at this point in the history
Added ^4.0 to support php 8
  • Loading branch information
alexz707 authored Dec 2, 2021
1 parent 7edc4d9 commit 57c57ff
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 @@ -27,7 +27,7 @@
"require": {
"php": ">=7.3",
"lm-commons/lmc-user": "^3.3.3",
"doctrine/doctrine-orm-module": "^3.0"
"doctrine/doctrine-orm-module": "^4.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "^1.0.0",
Expand Down

0 comments on commit 57c57ff

Please sign in to comment.