File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " quorum/stream-functions" ,
3- "description" : " useful stream handling functions" ,
4- "type" : " library" ,
5- "license" : " MIT" ,
6- "authors" : [
7- {
8- "name" : " Jesse Donat" ,
9- "email" : " donatj@gmail.com"
10- }
11- ],
12- "require" : {
13- "php" : " ^7.1|^8.0"
14- },
15- "require-dev" : {
16- "phpunit/phpunit" : " ~5|~9"
17- },
18- "autoload" : {
19- "files" : [" src/streams.php" ]
20- }
2+ "name" : " quorum/stream-functions" ,
3+ "description" : " useful php-stream resource handling functions for common lexing and parsing tasks" ,
4+ "keywords" : [
5+ " lexing" ,
6+ " parsing" ,
7+ " stream"
8+ ],
9+ "type" : " library" ,
10+ "license" : " MIT" ,
11+ "authors" : [
12+ {
13+ "name" : " Jesse Donat" ,
14+ "email" : " donatj@gmail.com"
15+ }
16+ ],
17+ "require" : {
18+ "php" : " ^7.1|^8.0"
19+ },
20+ "require-dev" : {
21+ "phpunit/phpunit" : " ~5|~9"
22+ },
23+ "autoload" : {
24+ "files" : [
25+ " src/streams.php"
26+ ]
27+ }
2128}
You can’t perform that action at this time.
0 commit comments