Merge pull request #6641 from wallabag/dependabot/composer/defuse/php-encryption-2.4.0

This commit is contained in:
Jérémy Benoist 2023-06-20 06:47:46 +02:00 committed by GitHub
commit ce5a3a1ada
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
composer.lock generated
View file

@ -511,16 +511,16 @@
}, },
{ {
"name": "defuse/php-encryption", "name": "defuse/php-encryption",
"version": "v2.3.1", "version": "v2.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/defuse/php-encryption.git", "url": "https://github.com/defuse/php-encryption.git",
"reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2" "reference": "f53396c2d34225064647a05ca76c1da9d99e5828"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2", "url": "https://api.github.com/repos/defuse/php-encryption/zipball/f53396c2d34225064647a05ca76c1da9d99e5828",
"reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2", "reference": "f53396c2d34225064647a05ca76c1da9d99e5828",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -529,7 +529,8 @@
"php": ">=5.6.0" "php": ">=5.6.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4|^5|^6|^7|^8|^9" "phpunit/phpunit": "^5|^6|^7|^8|^9|^10",
"yoast/phpunit-polyfills": "^2.0.0"
}, },
"bin": [ "bin": [
"bin/generate-defuse-key" "bin/generate-defuse-key"
@ -571,9 +572,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/defuse/php-encryption/issues", "issues": "https://github.com/defuse/php-encryption/issues",
"source": "https://github.com/defuse/php-encryption/tree/v2.3.1" "source": "https://github.com/defuse/php-encryption/tree/v2.4.0"
}, },
"time": "2021-04-09T23:57:26+00:00" "time": "2023-06-19T06:10:36+00:00"
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",