Skip to content

Commit

Permalink
Add Composer to project
Browse files Browse the repository at this point in the history
  • Loading branch information
Shock95 committed Sep 8, 2020
1 parent cee0c1e commit 4336f72
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,6 @@ fabric.properties
.idea/**/markdown-navigator/

# End of https://www.gitignore.io/api/phpstorm
todo.txt
todo.txt
/vendor
composer.lock
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "shock95x/auctionhouse",
"description": "Feature-packed AuctionHouse plugin for PocketMine-MP",
"type": "project",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Shock95x"
}
],
"require": {
"pocketmine/pocketmine-mp": "^3.0"
},
"autoload": {
"psr-4": {
"": "./src"
}
}
}

0 comments on commit 4336f72

Please sign in to comment.