diff --git a/.gitignore b/.gitignore index 15949525..4002f868 100644 --- a/.gitignore +++ b/.gitignore @@ -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 ._* diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..3a4d6155 --- /dev/null +++ b/composer.json @@ -0,0 +1,8 @@ +{ + "type" : "project", + "license" : "GPL-2.0", + + "require" : { + "php" : ">=5.4.8" + } +} diff --git a/lib/vendor/.gitkeep b/lib/vendor/.gitkeep new file mode 100644 index 00000000..e69de29b