Skip to content

Commit 0bff80d

Browse files
Laravel 5.7
1 parent 49ff3a4 commit 0bff80d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@
1818
"require": {
1919
"php": ">=7.0",
2020
"doctrine/orm": "2.5.*|2.6.*",
21-
"illuminate/auth": "5.5.*|5.6.*",
22-
"illuminate/console": "5.5.*|5.6.*",
23-
"illuminate/container": "5.5.*|5.6.*",
24-
"illuminate/contracts": "5.5.*|5.6.*",
25-
"illuminate/pagination": "5.5.*|5.6.*",
26-
"illuminate/routing": "5.5.*|5.6.*",
27-
"illuminate/support": "5.5.*|5.6.*",
28-
"illuminate/validation": "5.5.*|5.6.*",
21+
"illuminate/auth": "5.5.*|5.6.*|5.7.*",
22+
"illuminate/console": "5.5.*|5.6.*|5.7.*",
23+
"illuminate/container": "5.5.*|5.6.*|5.7.*",
24+
"illuminate/contracts": "5.5.*|5.6.*|5.7.*",
25+
"illuminate/pagination": "5.5.*|5.6.*|5.7.*",
26+
"illuminate/routing": "5.5.*|5.6.*|5.7.*",
27+
"illuminate/support": "5.5.*|5.6.*|5.7.*",
28+
"illuminate/validation": "5.5.*|5.6.*|5.7.*",
2929
"illuminate/view": "5.5.*|5.6.*",
3030
"symfony/serializer": "^2.7|~3.0|~4.0"
3131
},
3232
"require-dev": {
3333
"phpunit/phpunit": "~5.0",
34-
"mockery/mockery": "1.0.0-alpha1",
34+
"mockery/mockery": "^1.0",
3535
"barryvdh/laravel-debugbar": "~2.0",
3636
"itsgoingd/clockwork": "~1.9",
3737
"illuminate/log": "5.5.*|5.6.*",
38-
"illuminate/notifications": "5.5.*|5.6.*",
39-
"illuminate/queue": "5.5.*|5.6.*"
38+
"illuminate/notifications": "5.5.*|5.6.*|5.7.*",
39+
"illuminate/queue": "5.5.*|5.6.*|5.7.*"
4040
},
4141
"autoload": {
4242
"psr-4": {

0 commit comments

Comments
 (0)