Skip to content

Commit 1baa474

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

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
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": {
@@ -29,16 +29,16 @@
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)