added missing composer.lock and added new identicon library, running: composer update --no-dev --optimize-autoloader

This commit is contained in:
El RIDO
2016-08-10 15:01:47 +02:00
parent fc677b8e95
commit 767a995916
3 changed files with 865 additions and 8 deletions

12
.gitignore vendored
View File

@@ -1,15 +1,13 @@
# Ignore data/, tmp/ and vendor/
data/
!lib/data/
tmp/
vendor/
# Ignore for safety
.htaccess
.htpasswd
# Ignore data/ and vendor/
data/
!lib/data/
vendor/
# Ignore unit testing logs, api docs and eclipse project files
tst/log/
doc/
composer.lock
tst/log/
.settings
.buildpath
.project