Skip to content

Commit 3349f6e

Browse files
committed
update illuminate version
1 parent 4531871 commit 3349f6e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Homestead.yaml
44
Homestead.json
55
.env
66
**/.DS_Store
7+
.idea/*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": ["laravel", "database", "import", "artisan"],
66
"license": "MIT",
77
"require": {
8-
"illuminate/support": "^5"
8+
"illuminate/support": "^5 || ^6"
99
},
1010
"authors": [
1111
{

0 commit comments

Comments
 (0)