Skip to content

Commit 2ed03eb

Browse files
committed
Setup project
0 parents  commit 2ed03eb

7 files changed

Lines changed: 2106 additions & 0 deletions

File tree

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "legionth/reactphp-progressbar",
3+
"description": "A way to create a progressbar stream with ReactPHP",
4+
"license": "MIT",
5+
"authors": [
6+
{
7+
"name": "Niels Theen",
8+
"email": "niels.theen@gmail.com"
9+
}
10+
],
11+
"autoload": {
12+
"psr-4": { "Legionth\\React\\ProgressBar\\": "src/" }
13+
},
14+
"require": {
15+
"react/stream": "^1.0"
16+
},
17+
"require-dev": {
18+
"phpunit/phpunit": "^8"
19+
}
20+
}

0 commit comments

Comments
 (0)