Skip to content

Commit

Permalink
Bumps dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Aug 22, 2024
1 parent 67b1d69 commit 6a1eb8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
],
"require": {
"php": "^8.1.0",
"guzzlehttp/guzzle": "^7.8.1",
"laravel/framework": "^9.46.0|^10.34.2|^11.0",
"guzzlehttp/guzzle": "^7.9.2",
"laravel/framework": "^9.46.0|^10.34.2|^11.21",
"openai-php/client": "^v0.10.1"
},
"require-dev": {
"laravel/pint": "^1.13.6",
"pestphp/pest": "^2.27.0",
"pestphp/pest-plugin-arch": "^2.4.1",
"phpstan/phpstan": "^1.10.47",
"symfony/var-dumper": "^6.4.0|^7.0.1"
"laravel/pint": "^1.17.2",
"pestphp/pest": "^2.35.1",
"pestphp/pest-plugin-arch": "^2.7.0",
"phpstan/phpstan": "^1.11.11",
"symfony/var-dumper": "^6.4.0|^7.1.3"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 1 addition & 3 deletions src/Testing/OpenAIFake.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

use OpenAI\Testing\ClientFake;

class OpenAIFake extends ClientFake
{
}
class OpenAIFake extends ClientFake {}

0 comments on commit 6a1eb8a

Please sign in to comment.