Skip to content

Commit 31ddd09

Browse files
authoredSep 5, 2019
Merge pull request #28 from stechstudio/Laravel-6-Update
Laravel 6 Update
2 parents 3148d1e + ac291ba commit 31ddd09

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

Diff for: ‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.idea/
2+
composer.lock
3+
vendor/

Diff for: ‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"email": "rob@stechstudio.com"
2626
}
2727
],
28-
"minimum-stability": "dev",
28+
"minimum-stability": "stable",
2929
"require": {
30-
"illuminate/support": "^5.2"
30+
"illuminate/support": "^5.0|^6.0"
3131
},
3232
"extra": {
3333
"laravel": {

0 commit comments

Comments
 (0)