fixing composer package versions, thanks @jelhan (#84)

This commit is contained in:
El RIDO 2017-01-30 20:36:38 +01:00
parent 4bbfd5045e
commit 920f02e43d
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@
}
],
"require": {
"php": "^5.2.6 || ^7.0",
"paragonie/random_compat": "^2.0",
"yzalis/identicon": "^1.1"
"php": "^5.3.0 || ^7.0",
"paragonie/random_compat": "2.0.4",
"yzalis/identicon": "1.1.0"
},
"require-dev": {
"codacy/coverage": "dev-master",