Skip to content

Commit a71f043

Browse files
committed
desc update
1 parent 7a1e80c commit a71f043

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

composer.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"name": "krowinski/async",
3-
"description": "CLI only, async calls using pcntl lib",
4-
"keywords": [
5-
"php"
6-
],
7-
"type": "library",
8-
"require": {
9-
"php": ">=5.6",
10-
"ext-pcntl": "*",
11-
"symfony/process": "^3.4",
12-
"symfony/console": "^3.4",
13-
"jeremeamia/superclosure": "^2.3"
14-
},
15-
"license": "MIT",
16-
"authors": [
17-
{
18-
"name": "Kacper Rowiński",
19-
"email": "[email protected]"
20-
}
21-
],
22-
"autoload": {
23-
"psr-4": {
24-
"Async\\": "src/Async/"
25-
}
26-
},
27-
"minimum-stability": "stable"
2+
"name": "krowinski/async",
3+
"description": "async callable calls",
4+
"keywords": [
5+
"php"
6+
],
7+
"type": "library",
8+
"require": {
9+
"php": ">=5.6",
10+
"ext-pcntl": "*",
11+
"symfony/process": "^3.4",
12+
"symfony/console": "^3.4",
13+
"jeremeamia/superclosure": "^2.3"
14+
},
15+
"license": "MIT",
16+
"authors": [
17+
{
18+
"name": "Kacper Rowiński",
19+
"email": "[email protected]"
20+
}
21+
],
22+
"autoload": {
23+
"psr-4": {
24+
"Async\\": "src/Async/"
25+
}
26+
},
27+
"minimum-stability": "stable"
2828
}

0 commit comments

Comments
 (0)