Skip to content

Commit a8af67d

Browse files
committed
declare laravel 6.x compatibility
1 parent 0e48364 commit a8af67d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.idea
22
_docs/cache
3-
laravel-default
3+
vendor

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": "^7.1.3",
13-
"laravel/framework": "5.6.*|5.7.*|5.8.*"
13+
"laravel/framework": "5.6.*|5.7.*|5.8.*|6.*"
1414
},
1515
"autoload": {
1616
"psr-4": {

0 commit comments

Comments
 (0)