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

Commit

Permalink
Laravel 9 support (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegotibi authored Feb 12, 2022
1 parent fd2070f commit e009061
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"evenement/evenement": "^2.0|^3.0",
"facade/ignition-contracts": "^1.0",
"guzzlehttp/psr7": "^1.7|^2.0",
"illuminate/broadcasting": "^6.3|^7.0|^8.0",
"illuminate/console": "^6.3|^7.0|^8.0",
"illuminate/http": "^6.3|^7.0|^8.0",
"illuminate/queue": "^6.3|^7.0|^8.0",
"illuminate/routing": "^6.3|^7.0|^8.0",
"illuminate/support": "^6.3|^7.0|^8.0",
"illuminate/broadcasting": "^6.3|^7.0|^8.0|^9.0",
"illuminate/console": "^6.3|^7.0|^8.0|^9.0",
"illuminate/http": "^6.3|^7.0|^8.0|^9.0",
"illuminate/queue": "^6.3|^7.0|^8.0|^9.0",
"illuminate/routing": "^6.3|^7.0|^8.0|^9.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",
"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"
},
"require-dev": {
Expand Down

0 comments on commit e009061

Please sign in to comment.