Skip to content

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Muqsit committed Feb 22, 2025
1 parent de3bfa0 commit 9f993aa
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "cosmicpe/awaitform",
"description": "Write clean form navigation flows in PocketMine-MP using async/await pattern",
"type": "library",
"license": "GPL-3.0-only",
"require": {
"php": "^8.3",
"pocketmine/pocketmine-mp": "^5.0.0",
"sof3/await-generator": "^3.6.1"
},
"autoload": {
"psr-4": {
"cosmicpe\\awaitform\\": "src/cosmicpe/awaitform"
}
},
"authors": [
{
"name": "Muqsit",
"email": "notmuqsit@gmail.com"
}
],
"extra": {
"virion": {
"spec": "3.0",
"namespace-root": "cosmicpe\\awaitform"
}
}
}

0 comments on commit 9f993aa

Please sign in to comment.