Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Jun 11, 2024
1 parent 2c1133a commit 1f054cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
},
"require-dev" : {
"livewire/livewire": "^2.11|^3.3.5",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/broadcasting" : "^9.0|^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"illuminate/broadcasting" : "^10.0|^11.0",
"openai-php/client": "^0.10.1",
"illuminate/cache" : "^9.52|^10.0|^11.0",
"illuminate/cache" : "^10.0|^11.0",
"laravel/pint" : "^1.0",
"pestphp/pest" : "^2.20",
"phpstan/phpstan" : "^1.11",
"psr/simple-cache-implementation" : "*",
"psr/simple-cache-implementation" : "^3.0",
"spatie/ray" : "^1.28",
"symfony/cache" : "^5.4|^6.0|^7.0",
"symfony/process" : "^5.4|^6.0|^7.0",
Expand Down

0 comments on commit 1f054cb

Please sign in to comment.