Skip to content

Commit b3e56be

Browse files
author
Adrian Sacchi
committed
Add support for Laravel 8
1 parent 68431a9 commit b3e56be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
],
2222
"require": {
2323
"php": "^7.2",
24-
"illuminate/contracts": "~70",
25-
"illuminate/support": "~7.0",
26-
"illuminate/database": "~7.0"
24+
"illuminate/contracts": "~8.0",
25+
"illuminate/support": "~8.0",
26+
"illuminate/database": "~8.0"
2727
},
2828
"require-dev": {
2929
"orchestra/testbench": "^4.0",
30-
"phpunit/phpunit": "~7.0|^8.0"
30+
"phpunit/phpunit": "^7.0|^8.0|^9.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)