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
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -32,4 +32,6 @@ $RECYCLE.BIN/
|
||||||
.Spotlight-V100
|
.Spotlight-V100
|
||||||
.Trashes
|
.Trashes
|
||||||
*.orig
|
*.orig
|
||||||
*.rej
|
*.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