Releases: gregor-j/correct-horse
Releases · gregor-j/correct-horse
Release 1.1.3
Changes
- #2 Replaced
array_rand()
and rand()
with random_int()
.
Release 1.1.2
Bugfixes
- 2ca5733 Added missing
use
for PHP internal functions.
- ef4f48f
RandomWords
now accepts RandomGeneratorInterface
and not just one specific class.
Release 1.1.0
New
- cdf8f3e Added
RandomLowerCaseWord
and RandomUpperCaseWord
generators for UPPER and lower case words.