init composer

This commit is contained in:
Daku 2016-05-11 15:15:58 +01:00
parent a7021e190e
commit 0b75b559a0
3 changed files with 13 additions and 8 deletions

13
.gitignore vendored
View file

@ -5,7 +5,12 @@ thumbs
!lib/images
*.phar
*.sqlite
/lib/vendor/
#Composer
composer.phar
composer.lock
/vendor/
# Created by http://www.gitignore.io
@ -20,13 +25,6 @@ Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
### OSX ###
.DS_Store
.AppleDouble
@ -35,7 +33,6 @@ $RECYCLE.BIN/
# Icon must ends with two \r.
Icon
# Thumbnails
._*

8
composer.json Normal file
View file

@ -0,0 +1,8 @@
{
"type" : "project",
"license" : "GPL-2.0",
"require" : {
"php" : ">=5.4.8"
}
}

0
lib/vendor/.gitkeep vendored Normal file
View file