Skip to content

Commit 6aa8109

Browse files
committed
chore: bumps dependencies
1 parent f6e4f7a commit 6aa8109

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

composer.json

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,28 @@
88
{
99
"name": "Jérôme Tamarelle",
1010
"email": "[email protected]"
11+
},
12+
{
13+
"name": "Nuno Maduro",
14+
"email": "[email protected]"
1115
}
1216
],
1317
"require": {
1418
"php": "^8.1.0",
15-
"nyholm/psr7": "^1.8.0",
16-
"openai-php/client": "^v0.8.0",
17-
"psr/http-client": "^1.0.2",
19+
"nyholm/psr7": "^1.8.1",
20+
"openai-php/client": "^0.8.0",
21+
"psr/http-client": "^1.0.3",
1822
"psr/http-factory": "^1.0.2",
19-
"symfony/config": "^5.4.21|^6.2.7",
20-
"symfony/dependency-injection": "^5.4.21|^6.2.10",
21-
"symfony/http-client": "^5.4.21|^6.2.10",
22-
"symfony/http-kernel": "^5.4.21|^6.2.10"
23+
"symfony/config": "^5.4.21|^6.3.8",
24+
"symfony/dependency-injection": "^5.4.21|^6.3.8",
25+
"symfony/http-client": "^5.4.21|^6.3.8",
26+
"symfony/http-kernel": "^5.4.21|^6.3.8"
2327
},
2428
"require-dev": {
25-
"laravel/pint": "^1.10.0",
26-
"phpstan/phpstan": "^1.10.14",
29+
"laravel/pint": "^1.13.6",
30+
"phpstan/phpstan": "^1.10.44",
2731
"rector/rector": "^0.14.8",
28-
"symfony/phpunit-bridge": "^6.2.10"
32+
"symfony/phpunit-bridge": "^6.3.8"
2933
},
3034
"autoload": {
3135
"psr-4": {

0 commit comments

Comments
 (0)