Skip to content

Commit 43d144a

Browse files
Amoifrclaude
andcommitted
Bump version to 1.2.0
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f8e943b commit 43d144a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ FROM php:8.3-cli-alpine
3838

3939
LABEL org.opencontainers.image.title="PhpQuality"
4040
LABEL org.opencontainers.image.description="PHP Static Code Analyzer - Metrics & Quality Reports"
41-
LABEL org.opencontainers.image.version="2.0.0"
41+
LABEL org.opencontainers.image.version="1.2.0"
4242
LABEL org.opencontainers.image.vendor="amoifr"
4343
LABEL org.opencontainers.image.source="https://github.com/amoifr/PhpQuality"
4444
LABEL org.opencontainers.image.authors="Pascal CESCON <pascal.cescon@gmail.com>"

docker/app/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=8.3",
8-
"phpquality/phpquality-bundle": "^2.0",
8+
"phpquality/phpquality-bundle": "^1.2",
99
"symfony/console": "^7.0",
1010
"symfony/framework-bundle": "^7.0",
1111
"symfony/runtime": "^7.0",

0 commit comments

Comments
 (0)