Skip to content

Commit bcc317d

Browse files
authored
Merge pull request #619 from jasonmccreary/patch-1
Update constraints to match Laravel 6 releases
2 parents 2f181ab + 5f419d4 commit bcc317d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
],
2020
"require": {
2121
"php": ">=7.2",
22-
"illuminate/http": "6.0.*",
23-
"illuminate/routing": "6.0.*",
24-
"illuminate/session": "6.0.*",
25-
"illuminate/support": "6.0.*",
26-
"illuminate/view": "6.0.*"
22+
"illuminate/http": "^6.0",
23+
"illuminate/routing": "^6.0",
24+
"illuminate/session": "^6.0",
25+
"illuminate/support": "^6.0",
26+
"illuminate/view": "^6.0"
2727
},
2828
"require-dev": {
29-
"illuminate/database": "6.0.*",
29+
"illuminate/database": "^6.0",
3030
"mockery/mockery": "~1.0",
3131
"phpunit/phpunit": "~7.1"
3232
},

0 commit comments

Comments
 (0)