Skip to content

Commit d46796f

Browse files
committed
Update min symfony version to ^7.0.0
1 parent 6aa8109 commit d46796f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^8.1.0",
18+
"php": "^8.2.0",
1919
"nyholm/psr7": "^1.8.1",
2020
"openai-php/client": "^0.8.0",
2121
"psr/http-client": "^1.0.3",
2222
"psr/http-factory": "^1.0.2",
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"
23+
"symfony/config": "^7.0.0",
24+
"symfony/dependency-injection": "^7.0.0",
25+
"symfony/http-client": "^7.0.0",
26+
"symfony/http-kernel": "^7.0.0"
2727
},
2828
"require-dev": {
2929
"laravel/pint": "^1.13.6",
3030
"phpstan/phpstan": "^1.10.44",
3131
"rector/rector": "^0.14.8",
32-
"symfony/phpunit-bridge": "^6.3.8"
32+
"symfony/phpunit-bridge": "^7.0.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)