mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
init composer
This commit is contained in:
parent
5ccbc09878
commit
d67390571a
2 changed files with 10 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -33,3 +33,5 @@ $RECYCLE.BIN/
|
|||
.Trashes
|
||||
*.orig
|
||||
*.rej
|
||||
|
||||
/vendor/
|
||||
|
|
7
composer.json
Normal file
7
composer.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "diolektor/torrentpier",
|
||||
"description": "Fork TorrentPier. Web torrent tracker.",
|
||||
"type": "project",
|
||||
"minimum-stability": "dev",
|
||||
"require": {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue