Skip to content

Commit a2d9911

Browse files
authored
Merge pull request #224 from Gemorroj/remove-random__compat
random_compat needs only for php 5.x
2 parents fcbabe5 + 9d070a4 commit a2d9911

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=7.0",
16-
"firebase/php-jwt": "~3.0|~5.0",
17-
"paragonie/random_compat": "~1.4|~2.0"
16+
"firebase/php-jwt": "~3.0|~5.0"
1817
},
1918
"require-dev": {
2019
"phpunit/phpunit": "^4.8.35",

0 commit comments

Comments
 (0)