Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 85f2ebf

Browse files
committed
🚿
1 parent d6a171e commit 85f2ebf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ini-values: ${{ env.PHP_INI_VALUES }}
4747
coverage: none
4848

49-
- name: "Update dependencies with composer"
49+
- name: "Install dependencies with composer"
5050
uses: ramsey/composer-install@v3
5151

5252
- name: "Run phan"

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"ext-simplexml": "*",
3232
"ext-sodium": "*",
3333
"ext-zlib": "*",
34-
"chillerlan/php-http-message-utils": "^2.2",
34+
"chillerlan/php-http-message-utils": "^2.2.1",
3535
"chillerlan/php-settings-container": "^3.2",
3636
"psr/http-client": "^1.0",
3737
"psr/http-message": "^1.1 || ^2.0",

0 commit comments

Comments
 (0)