Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mozex committed Dec 20, 2024
1 parent 0bc27bd commit 1805d40
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
],
"require": {
"php": "^8.1.0",
"guzzlehttp/guzzle": "^7.8.1",
"laravel/framework": "^9.46.0|^10.34.2|^11.0",
"mozex/anthropic-php": "^v1.0.2"
"guzzlehttp/guzzle": "^7.9.2",
"laravel/framework": "^9.46.0|^10.34.2|^11.23.5",
"mozex/anthropic-php": "^v1.0.3"
},
"require-dev": {
"laravel/pint": "^1.16.1",
"pestphp/pest": "^2.34.7",
"pestphp/pest-plugin-arch": "^2.7",
"phpstan/phpstan": "^1.11.2",
"laravel/pint": "^1.17.3",
"pestphp/pest": "^2.35.1|^3.0.0",
"pestphp/pest-plugin-arch": "^2.7.0|^3.0.0",
"phpstan/phpstan": "^1.12.4",
"spatie/ray": "^1.41",
"symfony/var-dumper": "^6.4.0|^7.0.1"
"symfony/var-dumper": "^6.4.0|^7.1.4"
},
"autoload": {
"psr-4": {
Expand All @@ -44,6 +44,7 @@
}
},
"extra": {
"COV": "0.10.2",
"laravel": {
"providers": [
"Anthropic\\Laravel\\ServiceProvider"
Expand All @@ -52,7 +53,6 @@
},
"scripts": {
"lint": "pint -v",
"refactor": "rector --debug",
"test:lint": "pint --test -v",
"test:types": "phpstan analyse --ansi",
"test:unit": "pest --colors=always",
Expand Down

0 comments on commit 1805d40

Please sign in to comment.