Added paragonie/random_compat for PHP 5.x polyfill for random_bytes() and random_int()

pull/253/head
Levi 2016-01-30 15:14:22 -05:00
parent 7aaf43b356
commit f99ff382b7
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
"phpmailer/phpmailer": "5.2.6",
"symfony/http-foundation": "2.4.*",
"php-pushover/php-pushover": "dev-master",
"twig/twig": "1.*"
"twig/twig": "1.*",
"paragonie/random_compat" : "1.1.6"
}
}