Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Muqsit authored Jan 17, 2024
1 parent 85c5add commit c6a8fb9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "muqsit/asynciterator",
"description": "A virion that simplifies writing tasks that traverse iterators",
"type": "library",
"license": "GPL-3.0",
"require": {
"pocketmine/pocketmine-mp": "^5.0.0"
},
"autoload": {
"classmap": ["src"]
},
"authors": [
{
"name": "Muqsit",
"email": "[email protected]"
}
],
"extra": {
"virion": {
"spec": "3.0",
"namespace-root": "muqsit\\asynciterator"
}
}
}

0 comments on commit c6a8fb9

Please sign in to comment.