Skip to content

Commit 98f5b4b

Browse files
authored
Merge pull request #47 from pavel-grom/laravel_6_compability
laravel 6/laravel-doctrine/orm 1.5 compabillity fix
2 parents c2b53fb + 8d8fa16 commit 98f5b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"illuminate/contracts": "^6.0",
2525
"illuminate/support": "^6.0",
2626
"illuminate/http": "^6.0",
27-
"laravel-doctrine/orm": "~1.0"
27+
"laravel-doctrine/orm": "1.5.*"
2828
},
2929
"suggest": {
3030
"gedmo/doctrine-extensions": "Behavioral Doctrine2 extensions (^2.4)",

0 commit comments

Comments
 (0)