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

View File

@@ -18,7 +18,8 @@
}
],
"require": {
"php": "^5.2.6 || ^7.0"
"php": "^5.3 || ^7.0",
"yzalis/identicon": "^1.1"
},
"require-dev": {
"codacy/coverage": "dev-master",