Skip to content

Commit af19bde

Browse files
committed
Rebuild README
1 parent 39bd56b commit af19bde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.mddoc.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<section title="Quorum Stream Functions">
44
<badge-poser type="version"/>
55
<badge-poser type="license"/>
6-
<badge-github-action name="QuorumCollection/StreamFunctions" workflow="CI"/>
6+
<badge-github-action name="QuorumCollection/StreamFunctions" workflow-file="ci.yml"/>
77
<text>Useful functions for manipulating PHP streams (resources).</text>
88
<text>The general structure of these are inspired by a [talk given by Rob Pike](https://www.youtube.com/watch?v=HxaD_trXwRE).</text>
99

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Latest Stable Version](https://poser.pugx.org/quorum/stream-functions/version)](https://packagist.org/packages/quorum/stream-functions)
44
[![License](https://poser.pugx.org/quorum/stream-functions/license)](https://packagist.org/packages/quorum/stream-functions)
5-
[![CI](https://github.com/QuorumCollection/StreamFunctions/workflows/CI/badge.svg?)](https://github.com/QuorumCollection/StreamFunctions/actions?query=workflow%3ACI)
5+
[![ci.yml](https://github.com/QuorumCollection/StreamFunctions/actions/workflows/ci.yml/badge.svg?)](https://github.com/QuorumCollection/StreamFunctions/actions/workflows/ci.yml)
66

77

88
Useful functions for manipulating PHP streams (resources).
@@ -11,7 +11,7 @@ The general structure of these are inspired by a [talk given by Rob Pike](https:
1111

1212
## Requirements
1313

14-
- **php**: ^7.1|^8.0
14+
- **php**: ^7.2|^8.0
1515

1616
## Installing
1717

0 commit comments

Comments
 (0)