File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 "require" : {
1414 "php" : " ^8.0" ,
1515 "ext-json" : " *" ,
16- "flix-tech/avro-php" : " ^3.0| ^4.0| ^5.0" ,
16+ "flix-tech/avro-php" : " ^3.0 || ^4.0 || ^5.0" ,
1717 "jobcloud/php-kafka-schema-registry-client" : " ^2.0" ,
1818 "kriswallsmith/buzz" : " ^1.2" ,
1919 "nyholm/psr7" : " ^1.4" ,
2020 "pimple/pimple" : " ^3.2" ,
21- "symfony/console" : " ^5.1|^6 .0"
21+ "symfony/console" : " ^5.1 || ^6.0 || ^7 .0"
2222 },
2323 "require-dev" : {
24- "infection/infection" : " ^0.26 " ,
24+ "infection/infection" : " ^0.29 " ,
2525 "phpstan/phpstan" : " ^1.9" ,
2626 "phpunit/phpunit" : " ^9.5" ,
2727 "rregeer/phpunit-coverage-check" : " ^0.3.1" ,
Original file line number Diff line number Diff line change 1- FROM php:8.0 -cli-alpine3.16
1+ FROM php:8.3 -cli-alpine3.19
22
33ARG HOST_USER_ID
44
You can’t perform that action at this time.
0 commit comments