Skip to content

Commit c6a8fb9

Browse files
authored
Create composer.json
1 parent 85c5add commit c6a8fb9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

composer.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "muqsit/asynciterator",
3+
"description": "A virion that simplifies writing tasks that traverse iterators",
4+
"type": "library",
5+
"license": "GPL-3.0",
6+
"require": {
7+
"pocketmine/pocketmine-mp": "^5.0.0"
8+
},
9+
"autoload": {
10+
"classmap": ["src"]
11+
},
12+
"authors": [
13+
{
14+
"name": "Muqsit",
15+
"email": "notmuqsit@gmail.com"
16+
}
17+
],
18+
"extra": {
19+
"virion": {
20+
"spec": "3.0",
21+
"namespace-root": "muqsit\\asynciterator"
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)