We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7ac78 commit 828b8ceCopy full SHA for 828b8ce
composer.json
@@ -17,17 +17,17 @@
17
],
18
"require": {
19
"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.*",
+ "illuminate/container": "^5.8",
+ "illuminate/database": "^5.8",
+ "illuminate/log": "^5.8",
+ "illuminate/routing": "^5.8",
+ "illuminate/support": "^5.8",
25
"willdurand/email-reply-parser": "^2.8",
26
"zbateson/mail-mime-parser": "^1.1"
27
},
28
"require-dev": {
29
"mockery/mockery": "^1.2",
30
- "orchestra/testbench": "3.7.*",
+ "orchestra/testbench": "^3.8",
31
"phpunit/phpunit": "^7.0",
32
"zendframework/zend-mail": "^2.10"
33
0 commit comments