Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Apr 3, 2024
1 parent ea17a03 commit 48b420b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
],
"require": {
"php": "^8.2",
"guzzlehttp/guzzle": "^7.4",
"guzzlehttp/guzzle": "^7.8.1",
"illuminate/cache": "^10.0|^11.0",
"illuminate/contracts": "^10.0|^11.0",
"illuminate/http": "^10.0|^11.0",
"spatie/laravel-package-tools": "^1.11"
"spatie/laravel-package-tools": "^1.16.4"
},
"require-dev": {
"nunomaduro/collision": "^6.0|^7.0|^8.9",
"larastan/larastan": "^2.0.1",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^2.22",
"pestphp/pest-plugin-laravel": "^2.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"spatie/laravel-ray": "^1.29"
"nunomaduro/collision": "^6.0|^7.10|^8.9",
"larastan/larastan": "^2.9.2",
"orchestra/testbench": "^8.22.2|^9.0",
"pestphp/pest": "^2.34.6",
"pestphp/pest-plugin-laravel": "^2.3",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"spatie/laravel-ray": "^1.36"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 48b420b

Please sign in to comment.