File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1414 dependency-version : [prefer-stable]
1515 include :
1616 - { php: 8.2, symfony: 6.4.*, dependency-version: prefer-lowest }
17+ - { php: 8.4, symfony: 8.0.*, dependency-version: prefer-stable }
1718
1819 env :
1920 SYMFONY_REQUIRE : ${{ matrix.symfony-version }}
Original file line number Diff line number Diff line change 2020 "openai-php/client" : " ^0.16.0" ,
2121 "psr/http-client" : " ^1.0.3" ,
2222 "psr/http-factory" : " ^1.1.0" ,
23- "symfony/config" : " ^6.4|^7.3" ,
24- "symfony/dependency-injection" : " ^6.4|^7.3" ,
25- "symfony/http-client" : " ^6.4|^7.3" ,
26- "symfony/http-kernel" : " ^6.4|^7.3"
23+ "symfony/config" : " ^6.4|^7.3|^8.0 " ,
24+ "symfony/dependency-injection" : " ^6.4|^7.3|^8.0 " ,
25+ "symfony/http-client" : " ^6.4|^7.3|^8.0 " ,
26+ "symfony/http-kernel" : " ^6.4|^7.3|^8.0 "
2727 },
2828 "require-dev" : {
2929 "laravel/pint" : " ^1.24.0" ,
3030 "phpstan/phpstan" : " ^2.1.22" ,
3131 "rector/rector" : " ^2.1.5" ,
32- "symfony/phpunit-bridge" : " ^6.4.25|^7.3" ,
33- "symfony/framework-bundle" : " ^6.4|^7.3"
32+ "symfony/phpunit-bridge" : " ^6.4.25|^7.3|^8.0 " ,
33+ "symfony/framework-bundle" : " ^6.4|^7.3|^8.0 "
3434 },
3535 "autoload" : {
3636 "psr-4" : {
You can’t perform that action at this time.
0 commit comments