updating random_compat library to 2.0.15 (not upgrading identicon, would raise PHP requirements to 5.5)

This commit is contained in:
El RIDO 2018-07-01 15:32:22 +02:00
parent 3745f9d96b
commit fd6c18e573
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
15 changed files with 461 additions and 380 deletions

2
vendor/autoload.php vendored
View file

@ -2,6 +2,6 @@
// autoload.php @generated by Composer
require_once __DIR__ . '/composer' . '/autoload_real.php';
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInitDontChange::getLoader();