1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-07-10 02:46:19 +02:00

Merge pull request #47 from chx/chx-patch-1

Do not pin random_compat version
This commit is contained in:
Ne-Lexa
2020-04-01 16:29:06 +03:00
committed by GitHub

View File

@ -24,7 +24,7 @@
"php": "^5.5.9 || ^7.0",
"ext-zlib": "*",
"psr/http-message": "^1.0",
"paragonie/random_compat": ">=1 <9.99",
"paragonie/random_compat": "*",
"symfony/finder": "^3.0|^4.0|^5.0"
},
"require-dev": {