Skip to content
Snippets Groups Projects
Commit 091e79ac authored by Eric Pommateau's avatar Eric Pommateau
Browse files

Supression de dépendance

parent 850402e5
No related branches found
No related tags found
No related merge requests found
Pipeline #21127 failed
# 2.0.1 - 2021-12-29
## Supression
- supression de la dépendance paragonie/random_compat (pas de support de PHP 5)
# 2.0.0 - 2021-12-29
## Ajout
......
......@@ -19,7 +19,6 @@
}
},
"require": {
"paragonie/random_compat": "^2.0",
"ext-mbstring": "*",
"ext-json": "^1.6",
"php": "^7.2",
......
......@@ -4,62 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "66fa74f8fec9b8dcb1758413f84d5b7f",
"content-hash": "8f164302cf3515ae6d3bf3a37b1a044b",
"packages": [
{
"name": "paragonie/random_compat",
"version": "v2.0.20",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/0f1f60250fccffeaf5dda91eea1c018aed1adc2a",
"reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a",
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"autoload": {
"files": [
"lib/random.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"polyfill",
"pseudorandom",
"random"
],
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/random_compat/issues",
"source": "https://github.com/paragonie/random_compat"
},
"time": "2021-04-17T09:33:01+00:00"
},
{
"name": "psr/container",
"version": "1.1.1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment