We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 327cff9 + ed7cbf7 commit 68caec9Copy full SHA for 68caec9
composer.json
@@ -19,14 +19,14 @@
19
],
20
"require": {
21
"php": ">=7.1.3",
22
- "illuminate/http": "5.6.*",
23
- "illuminate/routing": "5.6.*",
24
- "illuminate/session": "5.6.*",
25
- "illuminate/support": "5.6.*",
26
- "illuminate/view": "5.6.*"
+ "illuminate/http": "5.7.*",
+ "illuminate/routing": "5.7.*",
+ "illuminate/session": "5.7.*",
+ "illuminate/support": "5.7.*",
+ "illuminate/view": "5.7.*"
27
},
28
"require-dev": {
29
- "illuminate/database": "5.6.*",
+ "illuminate/database": "5.7.*",
30
"mockery/mockery": "~1.0",
31
"phpunit/phpunit": "~5.4"
32
@@ -40,7 +40,7 @@
40
41
"extra": {
42
"branch-alias": {
43
- "dev-master": "5.6-dev"
+ "dev-master": "5.7-dev"
44
45
"laravel": {
46
"providers": [
0 commit comments