We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9719fc commit 2d2e591Copy full SHA for 2d2e591
.github/actions/build-docs/Dockerfile
@@ -1,7 +1,7 @@
1
# https://hub.docker.com/r/phpdoc/phpdoc
2
FROM phpdoc/phpdoc:3.0
3
4
-LABEL "repository"="https://github.com/chillerlan/php-qrcode"
+LABEL "repository"="https://github.com/chillerlan/php-httpinterface"
5
6
LABEL "com.github.actions.name"="Build Docs"
7
LABEL "com.github.actions.description"="Build Docs with phpDocumentor"
composer.json
@@ -41,7 +41,7 @@
41
"psr/log": "^1.1"
42
},
43
"require-dev": {
44
- "guzzlehttp/psr7": "^1.7",
+ "guzzlehttp/psr7": "^1.8",
45
"http-interop/http-factory-tests": "^0.7",
46
"phan/phan": "^4.0",
47
"phpunit/phpunit": "^9.5"
0 commit comments