Skip to content

Commit

Permalink
Bump dependencies for Laravel 11 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Mar 3, 2024
1 parent 1f6ed9b commit d6b6f8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"require": {
"php": ">=7.2",
"ext-json": "*",
"illuminate/queue": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0|^10.0",
"illuminate/support": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0|^10.0",
"illuminate/queue": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0|^10.0 | ^11.0",
"illuminate/support": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0|^10.0 | ^11.0",
"google/cloud-pubsub": "^1.1",
"ramsey/uuid": "^2.0|^3.0|^4.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0"
"phpunit/phpunit": "^8.0|^9.0 | ^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d6b6f8d

Please sign in to comment.