Skip to content

Commit da78bdb

Browse files
authored
Laravel 10.x support (#359)
1 parent 620c42f commit da78bdb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
"php": "^8.0.0|^8.1.0",
2020
"ext-json": "*",
2121
"doctrine/dbal": "^3.1",
22-
"illuminate/bus": "^8.11|^9.0",
23-
"illuminate/console": "^8.11|^9.0",
24-
"illuminate/contracts": "^8.11|^9.0",
25-
"illuminate/database": "^8.11|^9.0",
26-
"illuminate/events": "^8.11|^9.0",
27-
"illuminate/notifications": "^8.11|^9.0",
22+
"illuminate/bus": "^8.11|^9.0|^10.0",
23+
"illuminate/console": "^8.11|^9.0|^10.0",
24+
"illuminate/contracts": "^8.11|^9.0|^10.0",
25+
"illuminate/database": "^8.11|^9.0|^10.0",
26+
"illuminate/events": "^8.11|^9.0|^10.0",
27+
"illuminate/notifications": "^8.11|^9.0|^10.0",
2828
"laravelcollective/html": "^6.0"
2929
},
3030
"require-dev": {
3131
"mockery/mockery": "^1.0",
32-
"orchestra/database": "^6.0|^7.0",
33-
"orchestra/testbench" : "^6.0|^7.0",
32+
"orchestra/database": "^6.0|^7.0|^8.0",
33+
"orchestra/testbench" : "^6.0|^7.0|^8.0",
3434
"phpunit/phpunit": "^9.0"
3535
},
3636
"suggest": {

0 commit comments

Comments
 (0)