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

Do not pin random_compat version

This commit is contained in:
chx
2020-03-23 09:49:26 -07:00
committed by GitHub
parent 8fdc21eece
commit 70d8b8200b

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": {