Skip to content

Commit 828b8ce

Browse files
committed
Bump composer dependencies
1 parent 8b7ac78 commit 828b8ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/container": "5.7.*",
21-
"illuminate/database": "^5.7",
22-
"illuminate/log": "5.7.*",
23-
"illuminate/routing": "5.7.*",
24-
"illuminate/support": "5.7.*",
20+
"illuminate/container": "^5.8",
21+
"illuminate/database": "^5.8",
22+
"illuminate/log": "^5.8",
23+
"illuminate/routing": "^5.8",
24+
"illuminate/support": "^5.8",
2525
"willdurand/email-reply-parser": "^2.8",
2626
"zbateson/mail-mime-parser": "^1.1"
2727
},
2828
"require-dev": {
2929
"mockery/mockery": "^1.2",
30-
"orchestra/testbench": "3.7.*",
30+
"orchestra/testbench": "^3.8",
3131
"phpunit/phpunit": "^7.0",
3232
"zendframework/zend-mail": "^2.10"
3333
},

0 commit comments

Comments
 (0)