Skip to content

Commit b7c48fd

Browse files
authored
Merge pull request #17 from activecollab/drop-random-lib
Drop random lib, and replace it with PHP's built in random features
2 parents 0b11e37 + 8749766 commit b7c48fd

File tree

4 files changed

+717
-341
lines changed

4 files changed

+717
-341
lines changed

.php_cs.php

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
'no_multiline_whitespace_around_double_arrow' => true,
2020
'hash_to_slash_comment' => true,
2121
'include' => true,
22-
'no_alias_functions' => true,
2322
'trailing_comma_in_multiline_array' => true,
2423
'no_leading_namespace_whitespace' => true,
2524
'no_blank_lines_after_class_opening' => true,

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"activecollab/user": "^3.0",
2222
"google/apiclient": "^1.1",
2323
"guzzlehttp/psr7": "^1.2",
24-
"ircmaxell/random-lib" : "^1.2"
24+
"paragonie/random_compat": "^2.0"
2525
},
2626
"require-dev": {
2727
"friendsofphp/php-cs-fixer": "^2.0",

0 commit comments

Comments
 (0)