File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
<section title =" Quorum Stream Functions" >
4
4
<badge-poser type =" version" />
5
5
<badge-poser type =" license" />
6
- <badge-github-action name =" QuorumCollection/StreamFunctions" workflow = " CI " />
6
+ <badge-github-action name =" QuorumCollection/StreamFunctions" workflow-file = " ci.yml " />
7
7
<text >Useful functions for manipulating PHP streams (resources).</text >
8
8
<text >The general structure of these are inspired by a [talk given by Rob Pike](https://www.youtube.com/watch?v=HxaD_trXwRE).</text >
9
9
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Latest Stable Version] ( https://poser.pugx.org/quorum/stream-functions/version )] ( https://packagist.org/packages/quorum/stream-functions )
4
4
[ ![ 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 )
6
6
7
7
8
8
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:
11
11
12
12
## Requirements
13
13
14
- - ** php** : ^7.1 |^8.0
14
+ - ** php** : ^7.2 |^8.0
15
15
16
16
## Installing
17
17
You can’t perform that action at this time.
0 commit comments