Skip to content

Commit dc11146

Browse files
Support Laravel 5.3
1 parent 12e378d commit dc11146

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
],
2020
"require": {
2121
"php": ">=5.5.9",
22-
"illuminate/auth": "5.1.*|5.2.*",
23-
"illuminate/config": "5.1.*|5.2.*",
24-
"illuminate/contracts": "5.1.*|5.2.*",
25-
"illuminate/support": "5.1.*|5.2.*",
26-
"illuminate/http": "5.1.*|5.2.*",
22+
"illuminate/auth": "~5.1",
23+
"illuminate/config": "~5.1",
24+
"illuminate/contracts": "~5.1",
25+
"illuminate/support": "~5.1",
26+
"illuminate/http": "~5.1",
2727
"laravel-doctrine/orm": "1.0.*|1.1.*|1.2.*"
2828
},
2929
"suggest": {

0 commit comments

Comments
 (0)