Skip to content

Commit

Permalink
chore: support virion v3
Browse files Browse the repository at this point in the history
  • Loading branch information
SOF3 committed Sep 3, 2023
1 parent 524d836 commit efe0740
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/composer.lock
/vendor
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "supercrafter333/discordwebhooksx",
"license": "LGPL-3.0",
"type": "library",
"require": {
"pocketmine/pocketmine-mp": "^4.0.0 || ^5.0.0"
},
"require-dev": {
"phpstan/phpstan": "^1.2"
},
"autoload": {
"classmap": ["src"]
},
"extra": {
"virion": {
"spec": "3.0",
"namespace-root": "supercrafter333\\DiscordWebhooksX"
}
}
}

0 comments on commit efe0740

Please sign in to comment.