Skip to content

Commit 5c3fa89

Browse files
authored
Merge pull request #613 from asgrim/1-5-x-compose-2-9-8-dep-update
[1.5.x] Update Composer to 2.9.8
2 parents 67ad173 + e0643a7 commit 5c3fa89

4 files changed

Lines changed: 171 additions & 167 deletions

File tree

.github/workflows/build-and-push-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Extract metadata (tags, labels) for Docker
7171
id: meta
72-
uses: docker/metadata-action@v5
72+
uses: docker/metadata-action@v6
7373
with:
7474
flavor: |
7575
latest=false

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Copy executables into docs
5858
run: cp executable-pie-binaries/* docs-package/
5959
- name: Upload artifact
60-
uses: actions/upload-pages-artifact@v4
60+
uses: actions/upload-pages-artifact@v5
6161
with:
6262
path: docs-package
6363

@@ -77,4 +77,4 @@ jobs:
7777
steps:
7878
- name: Deploy to GitHub Pages
7979
id: deployment
80-
uses: actions/deploy-pages@v4
80+
uses: actions/deploy-pages@v5

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
],
2929
"require": {
3030
"php": "8.1.*||8.2.*||8.3.*||8.4.*||8.5.*",
31-
"composer/composer": "^2.9.7",
31+
"composer/composer": "^2.9.8",
3232
"composer/pcre": "^3.3.2",
3333
"composer/semver": "^3.4.4",
3434
"fidry/cpu-core-counter": "^1.3.0",
3535
"illuminate/container": "^10.49.0",
3636
"psr/container": "^2.0.2",
37-
"symfony/console": "^6.4.34",
38-
"symfony/event-dispatcher": "^6.4.32",
37+
"symfony/console": "^6.4.37",
38+
"symfony/event-dispatcher": "^6.4.37",
3939
"symfony/process": "^6.4.33",
4040
"thecodingmachine/safe": "^3.4",
4141
"thephpf/attestation": "^0.0.5",
@@ -46,11 +46,11 @@
4646
"behat/behat": "^3.29.0",
4747
"bnf/phpstan-psr-container": "^1.1",
4848
"doctrine/coding-standard": "^14.0.0",
49-
"phpstan/phpstan": "^2.1.46",
49+
"phpstan/phpstan": "^2.1.54",
5050
"phpstan/phpstan-phpunit": "^2.0.16",
5151
"phpstan/phpstan-webmozart-assert": "^2.0",
5252
"phpunit/phpunit": "^10.5.63",
53-
"thecodingmachine/phpstan-safe-rule": "^1.4"
53+
"thecodingmachine/phpstan-safe-rule": "^1.4.3"
5454
},
5555
"replace": {
5656
"symfony/polyfill-php81": "*",

0 commit comments

Comments
 (0)