init composer
This commit is contained in:
parent
a7021e190e
commit
0b75b559a0
13
.gitignore
vendored
13
.gitignore
vendored
@ -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
8
composer.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"type" : "project",
|
||||
"license" : "GPL-2.0",
|
||||
|
||||
"require" : {
|
||||
"php" : ">=5.4.8"
|
||||
}
|
||||
}
|
0
lib/vendor/.gitkeep
vendored
Normal file
0
lib/vendor/.gitkeep
vendored
Normal file
Loading…
x
Reference in New Issue
Block a user