Skip to content

Commit 67c0aea

Browse files
committed
Fix up configuration
1 parent e3becc5 commit 67c0aea

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.mddoc.xml.dist

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
11
<mddoc>
2-
3-
<docpage target="README.md" autoloader="psr4" autoloader-root="src" autoloader-root-namespace="Corpus\HttpMessageUtils">
2+
<docpage target="README.md" autoloader="psr4" autoloader-root="src"
3+
autoloader-root-namespace="Corpus\HttpMessageUtils">
44

55
<section title="HTTP Message Utils">
66
<badge-poser type="version"/>
77
<badge-poser type="license"/>
88
<badge-github-action name="CorpusPHP/HttpMessageUtils" workflow="CI"/>
99
<text>Utilities for working with [PSR-7 Http Message](https://www.php-fig.org/psr/psr-7/) objects.</text>
10+
1011
<section title="Requirements">
1112
<composer-requires/>
1213
</section>
1314
<section title="Installing">
1415
<composer-install/>
1516
</section>
16-
<!-- <section title="Usage">-->
17-
<!-- <text>Getting started with Di the three most important methods follow.-->
18-
<!-- - The `set` method is used to set either the item to return or a lambda to lazily construct it, optionally taking constructor arguments.-->
19-
<!-- - The `get` method is used to retrieve values with memoization after the initial lazy loading.-->
20-
<!-- - The `getNew` is used to invoke the lazy loading creation lambda every call, optionally taking an array of constructor arguments as a second parameter.</text>-->
21-
<!-- <source name="example/example.php" lang="php"/>-->
22-
<!-- </section>-->
17+
2318
<section title="Documentation">
2419
<recursiveDirectory name="src"/>
2520
</section>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"phpunit/phpunit": "^9.5",
11-
"php-mock/php-mock-phpunit": "^2.6"
11+
"php-mock/php-mock-phpunit": "^2.6",
1212
"guzzlehttp/psr7": "^1.8",
1313
"corpus/coding-standard": "^0.3.0",
1414
"squizlabs/php_codesniffer": "^3.5",

0 commit comments

Comments
 (0)