Skip to content

Commit

Permalink
Add an empty composer.json to push YOURLS on Packagist
Browse files Browse the repository at this point in the history
This will allow fetching YOURLS via Composer
  • Loading branch information
LeoColomb committed Jun 28, 2014
1 parent 3b3ae2e commit 4ce79ca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
# Exclude certain files or directories when generating an archive
assets/less/ export-ignore
.travis.yml export-ignore
.gitignore export-ignore
.gitattributes export-ignore
composer.json
.git* export-ignore
12 changes: 12 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "yourls/yourls",
"description": "Your Own URL Shortener",
"keywords": [
"shortener",
"short url",
"url",
"bitly"
],
"homepage": "http://yourls.org",
"license": "MIT"
}

0 comments on commit 4ce79ca

Please sign in to comment.