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

Commit e009061

Browse files
authored
Laravel 9 support (#944)
1 parent fd2070f commit e009061

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
@@ -34,15 +34,15 @@
3434
"evenement/evenement": "^2.0|^3.0",
3535
"facade/ignition-contracts": "^1.0",
3636
"guzzlehttp/psr7": "^1.7|^2.0",
37-
"illuminate/broadcasting": "^6.3|^7.0|^8.0",
38-
"illuminate/console": "^6.3|^7.0|^8.0",
39-
"illuminate/http": "^6.3|^7.0|^8.0",
40-
"illuminate/queue": "^6.3|^7.0|^8.0",
41-
"illuminate/routing": "^6.3|^7.0|^8.0",
42-
"illuminate/support": "^6.3|^7.0|^8.0",
37+
"illuminate/broadcasting": "^6.3|^7.0|^8.0|^9.0",
38+
"illuminate/console": "^6.3|^7.0|^8.0|^9.0",
39+
"illuminate/http": "^6.3|^7.0|^8.0|^9.0",
40+
"illuminate/queue": "^6.3|^7.0|^8.0|^9.0",
41+
"illuminate/routing": "^6.3|^7.0|^8.0|^9.0",
42+
"illuminate/support": "^6.3|^7.0|^8.0|^9.0",
4343
"pusher/pusher-php-server": "^3.0|^4.0|^5.0|^6.0|^7.0",
4444
"react/promise": "^2.8",
45-
"symfony/http-kernel": "^4.4|^5.4",
45+
"symfony/http-kernel": "^4.4|^5.4|^6.0",
4646
"symfony/psr-http-message-bridge": "^1.1|^2.0"
4747
},
4848
"require-dev": {

0 commit comments

Comments
 (0)