Skip to content

Commit 2d2e591

Browse files
committed
🚿
1 parent f9719fc commit 2d2e591

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/build-docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://hub.docker.com/r/phpdoc/phpdoc
22
FROM phpdoc/phpdoc:3.0
33

4-
LABEL "repository"="https://github.com/chillerlan/php-qrcode"
4+
LABEL "repository"="https://github.com/chillerlan/php-httpinterface"
55

66
LABEL "com.github.actions.name"="Build Docs"
77
LABEL "com.github.actions.description"="Build Docs with phpDocumentor"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"psr/log": "^1.1"
4242
},
4343
"require-dev": {
44-
"guzzlehttp/psr7": "^1.7",
44+
"guzzlehttp/psr7": "^1.8",
4545
"http-interop/http-factory-tests": "^0.7",
4646
"phan/phan": "^4.0",
4747
"phpunit/phpunit": "^9.5"

0 commit comments

Comments
 (0)