Skip to content

Commit c2ed0c9

Browse files
WilburJZHAOWilbur Zhao
and
Wilbur Zhao
authored
Add Laravel 8 support (#22)
* Add Laravel 6 support * Add Laravel 7 support * Add Laravel 8 support Co-authored-by: Wilbur Zhao <wilbur.zhao@vertogroup.com.au>
1 parent 8b4370a commit c2ed0c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
},
4242
"require": {
4343
"php": "^5.6|^7.0",
44-
"illuminate/database": "~5.2|~5.3|~5.4|~5.5|~5.6|~5.7",
45-
"illuminate/support": "~5.2|~5.3|~5.4|~5.5|~5.6|~5.7"
44+
"illuminate/database": "^5.2|^6.0|^7.0|^8.0",
45+
"illuminate/support": "^5.2|^6.0|^7.0|^8.0"
4646
},
4747
"require-dev": {
4848
"friendsofphp/php-cs-fixer": "^2.10",

0 commit comments

Comments
 (0)