Add composer

This commit is contained in:
alphayax 2016-02-02 20:37:14 +01:00
parent bce30d7b61
commit 69554039e0
2 changed files with 18 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
# IntelliJ project files
/.idea/
# Composer
/composer.phar

12
composer.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "alphayax/freebox_api_php",
"description": "API PHP pour la Freebox",
"minimum-stability": "dev",
"license": "proprietary",
"authors": [
{
"name": "Yann Ponzoni",
"email": "alphayax@gmail.com"
}
]
}