Skip to content

Commit ccd9ad1

Browse files
authored
Allow Laravel 8
1 parent 11471ce commit ccd9ad1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@
2222
],
2323
"require": {
2424
"php": "^7.1",
25-
"illuminate/support": "^7.0",
25+
"illuminate/support": "^7.0|^8.0",
2626
"laravel/helpers": "^1.1"
2727
},
2828
"require-dev": {
29-
"orchestra/testbench": "^4.0",
30-
"phpunit/phpunit": "^8.0",
29+
"orchestra/testbench": "^4.0|^5.0|^6.0",
3130
"spatie/laravel-translatable": "^4.2"
3231
},
3332
"autoload": {

0 commit comments

Comments
 (0)