Skip to content

Commit 0e1a8c1

Browse files
authored
Merge pull request #3 from gnahotelsolutions/laravel_8_support
Add support for Laravel 8
2 parents 0f6d12d + 1b40972 commit 0e1a8c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
],
2323
"require": {
2424
"php": "^7.2",
25-
"illuminate/support": "^6.5|^7.0"
25+
"illuminate/support": "^6.5|^7.0|^8.0"
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "^4.0|^5.0",
29-
"phpunit/phpunit": "^8.0"
28+
"orchestra/testbench": "^4.0|^5.0|^6.0",
29+
"phpunit/phpunit": "^8.0|^9.0"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)