Skip to content

Commit e18ffdb

Browse files
committed
Update README
1 parent 4f34d67 commit e18ffdb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.mddoc.xml.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<section title="HTTP Message Utils">
66
<badge-poser type="version"/>
77
<badge-poser type="license"/>
8-
<badge-github-action name="CorpusPHP/HttpMessageUtils" workflow="CI"/>
8+
<badge-github-action name="CorpusPHP/HttpMessageUtils" workflow-file="ci.yml"/>
99
<text>Utilities for working with [PSR-7 Http Message](https://www.php-fig.org/psr/psr-7/) objects.</text>
1010

1111
<section title="Requirements">
@@ -16,11 +16,11 @@
1616
</section>
1717

1818
<section title="Documentation">
19-
<recursiveDirectory name="src" file-filter="/.*
19+
<recursive-directory name="src" file-filter="/.*
2020
(?&lt;!Factory\.php)
2121
(?&lt;!AuthorizationParts\.php)
2222
$/x"/>
2323
</section>
2424
</section>
2525
</docpage>
26-
</mddoc>
26+
</mddoc>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
[![Latest Stable Version](https://poser.pugx.org/corpus/http-message-utils/version)](https://packagist.org/packages/corpus/http-message-utils)
44
[![License](https://poser.pugx.org/corpus/http-message-utils/license)](https://packagist.org/packages/corpus/http-message-utils)
5-
[![CI](https://github.com/CorpusPHP/HttpMessageUtils/workflows/CI/badge.svg?)](https://github.com/CorpusPHP/HttpMessageUtils/actions?query=workflow%3ACI)
5+
[![ci.yml](https://github.com/CorpusPHP/HttpMessageUtils/actions/workflows/ci.yml/badge.svg?)](https://github.com/CorpusPHP/HttpMessageUtils/actions/workflows/ci.yml)
66

77

88
Utilities for working with [PSR-7 Http Message](https://www.php-fig.org/psr/psr-7/) objects.
99

1010
## Requirements
1111

12-
- **psr/http-message**: ^1.0
12+
- **psr/http-message**: ^1 || ^2
1313
- **php**: >=7.2
1414

1515
## Installing

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"corpus/coding-standard": "^0.6.0",
1414
"squizlabs/php_codesniffer": "^3.7",
1515
"friendsofphp/php-cs-fixer": "^3.3",
16-
"donatj/mddoc": "dev-master",
16+
"donatj/mddoc": "^0.7.0",
1717
"donatj/drop": "^1.0"
1818
},
1919
"license": "MIT",

0 commit comments

Comments
 (0)