Skip to content

Commit 5375423

Browse files
authored
Merge pull request #42 from sclable/chore/dependencies
chore(dependencies): update
2 parents 8b1ac29 + 83ba224 commit 5375423

File tree

4 files changed

+417
-199
lines changed

4 files changed

+417
-199
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ Using docker:
6060
# Example
6161
docker build -t xml-lint:php-8.4 --build-arg=PHP_VERSION="8.4" .
6262

63-
# PHP_VERSION: choose between 8.0, 8.1, 8.2, 8.3 and 8.4
64-
docker build -t xml-lint:php-8.0 --build-arg=PHP_VERSION="8.0" .
63+
# PHP_VERSION: choose between 8.1, 8.2, 8.3 and 8.4
6564
docker build -t xml-lint:php-8.1 --build-arg=PHP_VERSION="8.1" .
6665
docker build -t xml-lint:php-8.2 --build-arg=PHP_VERSION="8.2" .
6766
docker build -t xml-lint:php-8.3 --build-arg=PHP_VERSION="8.3" .
6867
docker build -t xml-lint:php-8.4 --build-arg=PHP_VERSION="8.4" .
68+
6969
# Run with code style check
7070
docker build -t xml-lint:php-8.4 --build-arg=PHP_VERSION="8.4" --build-arg=PHP_CS_FIXER=true .
7171

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"bin": ["bin/xmllint"],
1919
"require": {
20-
"php": "8.0.*|8.1.*|8.2.*|8.3.*|8.4.*",
20+
"php": "8.1.*|8.2.*|8.3.*|8.4.*",
2121
"symfony/console": "5.3.*|5.4.*|6.*|7.*",
2222
"symfony/finder": "5.3.*|5.4.*|6.*|7.*",
2323
"ext-libxml": "*",

0 commit comments

Comments
 (0)