Skip to content

Commit

Permalink
Merge pull request #3 from SOF3/composer
Browse files Browse the repository at this point in the history
chore: support virion v3
  • Loading branch information
supercrafter333 authored Sep 3, 2023
2 parents 524d836 + efe0740 commit 69922ba
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 69922ba

Please sign in to comment.