Skip to content

Commit 8b2f4ec

Browse files
authored
Merge pull request #4 from petrknap/support-more-versions-of-symfony-process
Tested against more versions of `symfony/process` and `petrknap/shorts`
2 parents f127e9a + 4957c01 commit 8b2f4ec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.molireali

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
authors
22
composer PetrKnap\\XzUtils
3-
dockerfile php 8.1-cli
3+
dockerfile php 8.2-cli
44
docker-scripts petrknap/php-xz-utils
55
donation
66
github-templates

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-cli
1+
FROM php:8.2-cli
22

33
# region included composer
44
# hadolint ignore=DL3008

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"name": "petrknap/xz-utils",
3737
"require": {
3838
"php": ">=8.1",
39-
"petrknap/shorts": "^3.0",
40-
"symfony/process": "^6.4"
39+
"petrknap/shorts": "^2.0|^3.0",
40+
"symfony/process": "^4.0|^5.0|^6.0|^7.0"
4141
},
4242
"require-dev": {
4343
"nunomaduro/phpinsights": "^2.11",

0 commit comments

Comments
 (0)