Skip to content

Commit b79414d

Browse files
committed
Add description and tags to composer.json
1 parent 4b3099d commit b79414d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terremoth/php-async",
3-
"description": "",
3+
"description": "Write async PHP processes or process async files with no phtreads, parallel or reactive libs",
44
"type": "library",
55
"require": {
66
"php": "^8.2",
@@ -9,7 +9,9 @@
99
"ext-shmop": "*"
1010
},
1111
"keywords": [
12-
"project-template"
12+
"async",
13+
"async-process",
14+
"parallel-processing"
1315
],
1416
"require-dev": {
1517
"phpunit/phpunit": "^10.0",

0 commit comments

Comments
 (0)