Bump defuse/php-encryption from 2.3.1 to 2.4.0

Bumps [defuse/php-encryption](https://github.com/defuse/php-encryption) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/defuse/php-encryption/releases)
- [Commits](https://github.com/defuse/php-encryption/compare/v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: defuse/php-encryption
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-20 03:00:49 +00:00 committed by GitHub
parent 27310eabbb
commit 8a358fe2e1
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",
"version": "v2.3.1",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/defuse/php-encryption.git",
"reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2"
"reference": "f53396c2d34225064647a05ca76c1da9d99e5828"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2",
"reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2",
"url": "https://api.github.com/repos/defuse/php-encryption/zipball/f53396c2d34225064647a05ca76c1da9d99e5828",
"reference": "f53396c2d34225064647a05ca76c1da9d99e5828",
"shasum": ""
},
"require": {
@ -529,7 +529,8 @@
"php": ">=5.6.0"
},
"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/generate-defuse-key"
@ -571,9 +572,9 @@
],
"support": {
"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",