Skip to content

Commit 82fd3d7

Browse files
author
Andreas Aagaard
committed
# Added Laravel 8 support
1 parent 8854787 commit 82fd3d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
}
3131
],
3232
"require": {
33-
"php": "^7.2",
34-
"illuminate/config": "^6.0|^7.0",
35-
"illuminate/database": "^6.0|^7.0",
36-
"illuminate/support": "^6.0|^7.0"
33+
"php": "^7.3",
34+
"illuminate/config": "^6.0|^7.0|^8.0",
35+
"illuminate/database": "^6.0|^7.0|^8.0",
36+
"illuminate/support": "^6.0|^7.0|^8.0"
3737
},
3838
"require-dev": {
3939
"ext-json": "*",
40-
"orchestra/testbench": "^4.0|^5.0",
40+
"orchestra/testbench": "^5.0|^6.0",
4141
"phpunit/phpunit": "^8.0|^9.0"
4242
},
4343
"autoload": {

0 commit comments

Comments
 (0)