Skip to content

Commit

Permalink
chore: bumps dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Nov 24, 2023
1 parent f6e4f7a commit 6aa8109
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,28 @@
{
"name": "Jérôme Tamarelle",
"email": "[email protected]"
},
{
"name": "Nuno Maduro",
"email": "[email protected]"
}
],
"require": {
"php": "^8.1.0",
"nyholm/psr7": "^1.8.0",
"openai-php/client": "^v0.8.0",
"psr/http-client": "^1.0.2",
"nyholm/psr7": "^1.8.1",
"openai-php/client": "^0.8.0",
"psr/http-client": "^1.0.3",
"psr/http-factory": "^1.0.2",
"symfony/config": "^5.4.21|^6.2.7",
"symfony/dependency-injection": "^5.4.21|^6.2.10",
"symfony/http-client": "^5.4.21|^6.2.10",
"symfony/http-kernel": "^5.4.21|^6.2.10"
"symfony/config": "^5.4.21|^6.3.8",
"symfony/dependency-injection": "^5.4.21|^6.3.8",
"symfony/http-client": "^5.4.21|^6.3.8",
"symfony/http-kernel": "^5.4.21|^6.3.8"
},
"require-dev": {
"laravel/pint": "^1.10.0",
"phpstan/phpstan": "^1.10.14",
"laravel/pint": "^1.13.6",
"phpstan/phpstan": "^1.10.44",
"rector/rector": "^0.14.8",
"symfony/phpunit-bridge": "^6.2.10"
"symfony/phpunit-bridge": "^6.3.8"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6aa8109

Please sign in to comment.