Skip to content

Commit a14027c

Browse files
feat(CDH-457): symfony upgrade; (#56)
* feat(CDH-457): symfony upgrade; * feat(CDH-457): upgrade Dockerfile php version;
1 parent d902123 commit a14027c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
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",

docker/dev/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0-cli-alpine3.16
1+
FROM php:8.3-cli-alpine3.19
22

33
ARG HOST_USER_ID
44

0 commit comments

Comments
 (0)