Laravel 9 support (#944)
This commit is contained in:
parent
fd2070fc3d
commit
e009061759
|
|
@ -34,15 +34,15 @@
|
||||||
"evenement/evenement": "^2.0|^3.0",
|
"evenement/evenement": "^2.0|^3.0",
|
||||||
"facade/ignition-contracts": "^1.0",
|
"facade/ignition-contracts": "^1.0",
|
||||||
"guzzlehttp/psr7": "^1.7|^2.0",
|
"guzzlehttp/psr7": "^1.7|^2.0",
|
||||||
"illuminate/broadcasting": "^6.3|^7.0|^8.0",
|
"illuminate/broadcasting": "^6.3|^7.0|^8.0|^9.0",
|
||||||
"illuminate/console": "^6.3|^7.0|^8.0",
|
"illuminate/console": "^6.3|^7.0|^8.0|^9.0",
|
||||||
"illuminate/http": "^6.3|^7.0|^8.0",
|
"illuminate/http": "^6.3|^7.0|^8.0|^9.0",
|
||||||
"illuminate/queue": "^6.3|^7.0|^8.0",
|
"illuminate/queue": "^6.3|^7.0|^8.0|^9.0",
|
||||||
"illuminate/routing": "^6.3|^7.0|^8.0",
|
"illuminate/routing": "^6.3|^7.0|^8.0|^9.0",
|
||||||
"illuminate/support": "^6.3|^7.0|^8.0",
|
"illuminate/support": "^6.3|^7.0|^8.0|^9.0",
|
||||||
"pusher/pusher-php-server": "^3.0|^4.0|^5.0|^6.0|^7.0",
|
"pusher/pusher-php-server": "^3.0|^4.0|^5.0|^6.0|^7.0",
|
||||||
"react/promise": "^2.8",
|
"react/promise": "^2.8",
|
||||||
"symfony/http-kernel": "^4.4|^5.4",
|
"symfony/http-kernel": "^4.4|^5.4|^6.0",
|
||||||
"symfony/psr-http-message-bridge": "^1.1|^2.0"
|
"symfony/psr-http-message-bridge": "^1.1|^2.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue