Skip to content

Commit

Permalink
Add description and tags to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
terremoth committed Dec 2, 2024
1 parent 4b3099d commit b79414d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terremoth/php-async",
"description": "",
"description": "Write async PHP processes or process async files with no phtreads, parallel or reactive libs",
"type": "library",
"require": {
"php": "^8.2",
Expand All @@ -9,7 +9,9 @@
"ext-shmop": "*"
},
"keywords": [
"project-template"
"async",
"async-process",
"parallel-processing"
],
"require-dev": {
"phpunit/phpunit": "^10.0",
Expand Down

0 comments on commit b79414d

Please sign in to comment.