Bump fgrosse/phpasn1 from 2.3.0 to 2.3.1 (#4636)

Bumps [fgrosse/phpasn1](https://github.com/fgrosse/PHPASN1) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/fgrosse/PHPASN1/releases)
- [Changelog](https://github.com/fgrosse/PHPASN1/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fgrosse/PHPASN1/compare/v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: fgrosse/phpasn1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-12-10 22:37:28 +00:00
committed by GitHub
parent b50591303b
commit e6b85988b2

16
composer.lock generated
View File

@@ -123,24 +123,24 @@
}, },
{ {
"name": "fgrosse/phpasn1", "name": "fgrosse/phpasn1",
"version": "v2.3.0", "version": "v2.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fgrosse/PHPASN1.git", "url": "https://github.com/fgrosse/PHPASN1.git",
"reference": "20299033c35f4300eb656e7e8e88cf52d1d6694e" "reference": "6edcecb4df8b6881e79080d5e363dc8b90d4558c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/20299033c35f4300eb656e7e8e88cf52d1d6694e", "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/6edcecb4df8b6881e79080d5e363dc8b90d4558c",
"reference": "20299033c35f4300eb656e7e8e88cf52d1d6694e", "reference": "6edcecb4df8b6881e79080d5e363dc8b90d4558c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.0.0" "php": ">=7.0.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~6.3", "php-coveralls/php-coveralls": "~2.0",
"satooshi/php-coveralls": "~2.0" "phpunit/phpunit": "^6.3 | ^7.0"
}, },
"suggest": { "suggest": {
"ext-bcmath": "BCmath is the fallback extension for big integer calculations", "ext-bcmath": "BCmath is the fallback extension for big integer calculations",
@@ -192,9 +192,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/fgrosse/PHPASN1/issues", "issues": "https://github.com/fgrosse/PHPASN1/issues",
"source": "https://github.com/fgrosse/PHPASN1/tree/v2.3.0" "source": "https://github.com/fgrosse/PHPASN1/tree/v2.3.1"
}, },
"time": "2021-04-24T19:01:55+00:00" "time": "2021-12-09T20:59:31+00:00"
}, },
{ {
"name": "netresearch/jsonmapper", "name": "netresearch/jsonmapper",