Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 9ab87be

Browse files
committed
Add Laravel 10.x support
1 parent 50f8a1e commit 9ab87be

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"cboden/ratchet": "^0.4.1",
2828
"facade/ignition-contracts": "^1.0",
2929
"guzzlehttp/psr7": "^1.7|^2.0",
30-
"illuminate/broadcasting": "^6.0|^7.0|^8.0|^9.0",
31-
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
32-
"illuminate/http": "^6.0|^7.0|^8.0|^9.0",
33-
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0",
34-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
30+
"illuminate/broadcasting": "^6.0|^7.0|^8.0|^9.0|^10.0",
31+
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
32+
"illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0",
33+
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0",
34+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
3535
"pusher/pusher-php-server": "^3.0|^4.0|^5.0|^6.0|^7.0",
3636
"react/dns": "^1.1",
3737
"react/http": "^1.1",
@@ -40,8 +40,8 @@
4040
},
4141
"require-dev": {
4242
"mockery/mockery": "^1.3.3",
43-
"orchestra/testbench": "^4.0|^5.0|^6.0",
44-
"phpunit/phpunit": "^8.0|^9.0"
43+
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
44+
"phpunit/phpunit": "^8.0|^9.0|^10.0"
4545
},
4646
"autoload": {
4747
"psr-4": {

0 commit comments

Comments
 (0)