Skip to content

Commit f5ff602

Browse files
committed
Clean up composer.json a pinch
1 parent 12034e4 commit f5ff602

1 file changed

Lines changed: 26 additions & 19 deletions

File tree

composer.json

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
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
}

0 commit comments

Comments
 (0)