Skip to content

Commit 6d9c3cf

Browse files
authored
Laravel 8 support (#21)
1 parent 6842365 commit 6d9c3cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"require": {
1717
"php": ">=7.2",
1818
"doctrine/dbal": "^2.10",
19-
"illuminate/support": "^5.8|^6.0|^7.0",
20-
"illuminate/contracts": "^5.8|^6.0|^7.0",
21-
"illuminate/database": "^5.8|^6.0|^7.0",
22-
"illuminate/queue": "^5.8|^6.0|^7.0",
23-
"illuminate/events": "^5.8|^6.0|^7.0"
19+
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
20+
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0",
21+
"illuminate/database": "^5.8|^6.0|^7.0|^8.0",
22+
"illuminate/queue": "^5.8|^6.0|^7.0|^8.0",
23+
"illuminate/events": "^5.8|^6.0|^7.0|^8.0"
2424
},
2525
"require-dev": {
2626
"mockery/mockery": "^1.3.1",
27-
"phpunit/phpunit": "^8.5"
27+
"phpunit/phpunit": "^8.5|^9.5"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)