Skip to content

Commit 067a639

Browse files
committed
deps: Update dependencies
1 parent 9d4230d commit 067a639

File tree

8 files changed

+116
-108
lines changed

8 files changed

+116
-108
lines changed

.github/workflows/build-phar-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
GPG_KEYS_ENCRYPTED: ".github/phar/keys.asc.gpg"
2525
steps:
2626
- name: 📦 Check out the codebase
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: 🛠️ Setup PHP
3030
uses: shivammathur/setup-php@v2

.github/workflows/buld-bin-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
name: 📦 Build macOS ARM64
8888
steps:
8989
- name: Checkout code
90-
uses: actions/checkout@v5
90+
uses: actions/checkout@v6
9191
with:
9292
fetch-depth: 0
9393

@@ -181,7 +181,7 @@ jobs:
181181
name: 📦 Build macOS (x64)
182182
steps:
183183
- name: Checkout code
184-
uses: actions/checkout@v5
184+
uses: actions/checkout@v6
185185
with:
186186
fetch-depth: 0
187187

.github/workflows/coding-standards.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pull-requests: read
2020
steps:
2121
- name: 📦 Check out the codebase
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: 🧐 Lint commits using "commitlint"
2525
uses: wagoid/[email protected]
@@ -37,7 +37,7 @@ jobs:
3737
pull-requests: read
3838
steps:
3939
- name: 📦 Check out the codebase
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141

4242
- name: 🧐 Lint YAML files
4343
uses: ibiqlik/action-yamllint@v3
@@ -54,7 +54,7 @@ jobs:
5454
group: markdown-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
5555
steps:
5656
- name: 📦 Check out the codebase
57-
uses: actions/checkout@v5
57+
uses: actions/checkout@v6
5858

5959
- name: 🧐 Lint Markdown files
6060
uses: DavidAnson/[email protected]

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- locked
2525
steps:
2626
- name: 📦 Check out the codebase
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: 🛠️ Setup PHP
3030
uses: shivammathur/setup-php@v2

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- locked
3737
steps:
3838
- name: 📦 Check out the codebase
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040

4141
- name: 🛠️ Setup PHP
4242
uses: shivammathur/setup-php@v2

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- locked
2929
steps:
3030
- name: 📦 Check out the codebase
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232

3333
- name: 🛠️ Setup PHP
3434
uses: shivammathur/setup-php@v2
@@ -82,7 +82,7 @@ jobs:
8282
- highest
8383
steps:
8484
- name: 📦 Check out the codebase
85-
uses: actions/checkout@v5
85+
uses: actions/checkout@v6
8686

8787
- name: 🛠️ Setup PHP
8888
uses: shivammathur/setup-php@v2
@@ -126,7 +126,7 @@ jobs:
126126
DLOAD_PHAR_SIGNATURE: ".build/phar/dload.phar.asc"
127127
steps:
128128
- name: 📦 Check out the codebase
129-
uses: actions/checkout@v5
129+
uses: actions/checkout@v6
130130
with:
131131
fetch-depth: 0
132132

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,30 @@
1515
],
1616
"funding": [
1717
{
18-
"type": "patreon",
19-
"url": "https://patreon.com/roxblnfk"
18+
"type": "boosty",
19+
"url": "https://boosty.to/roxblnfk"
2020
}
2121
],
2222
"require": {
2323
"php": ">=8.1",
2424
"composer/semver": "^3.4",
2525
"internal/destroy": "^1.0",
26-
"internal/toml": "^1.0.2",
26+
"internal/toml": "^1.0.3",
2727
"nyholm/psr7": "^1.8",
2828
"psr/container": "1 - 2",
2929
"psr/http-client": "^1.0",
3030
"react/async": "^3.2 || ^4.3",
3131
"react/promise": "^2.10 || ^3.2",
32-
"symfony/console": "^6.4 || ^7",
33-
"symfony/http-client": "^4.4 || ^5.4 || ^6.4 || ^7",
32+
"symfony/console": "^6.4 || ^7 || ^8",
33+
"symfony/http-client": "^4.4 || ^5.4 || ^6.4 || ^7 || ^8",
3434
"yiisoft/injector": "^1.2"
3535
},
3636
"require-dev": {
37-
"buggregator/trap": "^1.10",
37+
"buggregator/trap": "^1.15",
3838
"dereuromark/composer-prefer-lowest": "^0.1.10",
3939
"phpunit/phpunit": "^10.5",
4040
"spiral/code-style": "^2.2.2",
41-
"ta-tikoma/phpunit-architecture-test": "^0.8.4",
41+
"ta-tikoma/phpunit-architecture-test": "^0.8.5",
4242
"vimeo/psalm": "^6.10"
4343
},
4444
"suggest": {

0 commit comments

Comments
 (0)