Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 23, 2022

Updates the requirements on fgrosse/phpasn1 to permit the latest version.

Release notes

Sourced from fgrosse/phpasn1's releases.

v2.4.0

Drop support for PHP 7.0 (#89)

Changelog

Sourced from fgrosse/phpasn1's changelog.

v2.4.0 (2021-12)

  • Drop support for PHP 7.0 #89

v2.3.1 (2021-12)

  • Add #[\ReturnTypeWillChange] attributes for PHP 8.1 compatibility #87

v2.3.0 (2021-04)

  • Allow creating an unsigned CSR and adding the signature later #82

v2.2.0 (2020-08)

  • support polyfills for bcmath and gmp, and add a composer.json suggestion for the phpseclib/bcmath_polyfill for servers unable to install PHP the gmp or bcmath extensions.

v.2.1.1 & &v.2.0.2 (2018-12)

  • add stricter validation around some structures, highlighed by wycheproof test suite

v.2.1.0 (2018-03)

  • add support for bcmath extension (making gmp optional) #68

v.2.0.1 & v.1.5.3 (2017-12)

  • add .gitattributes file to prevent examples and tests to be installed via composer when --prefer-dist was set

v.2.0.0 (2017-08)

  • rename FG\ASN1\Object to FG\ASN1\ASNObject because Object is a special class name in the next major PHP release
    • when you upgrade you have to adapt all corresponding use and extends statements as well as type hints and all usages of Object::fromBinary(…).
  • generally drop PHP 5.6 support

v.1.5.2 (2016-10-29)

  • allow empty octet strings

v.1.5.1 (2015-10-02)

  • add keywords to composer.json (this is a version on its own so the keywords are found on a stable version at packagist.org)

v.1.5.0 (2015-10-30)

  • fix a bug that would prevent you from decoding context specific tags on multiple objects #57
    • ExplicitlyTaggedObject::__construct does now accept multiple objects to be tagged with a single tag
    • ExplicitlyTaggedObject::getContent will now always return an array (even if only one object is tagged)

v.1.4.2 (2015-09-29)

  • fix a bug that would prevent you from decoding empty tagged objects #57

v.1.4.1

v.1.4.0

  • require PHP 5.6
  • support big integers (closes #1 and #37)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [fgrosse/phpasn1](https://github.com/FGrosse/PHPASN1) to permit the latest version.
- [Release notes](https://github.com/FGrosse/PHPASN1/releases)
- [Changelog](https://github.com/fgrosse/PHPASN1/blob/master/CHANGELOG.md)
- [Commits](fgrosse/PHPASN1@2.0.0...v2.4.0)

---
updated-dependencies:
- dependency-name: fgrosse/phpasn1
  dependency-type: direct:production
...

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

dependabot bot commented on behalf of github Aug 23, 2022

The following labels could not be found: Dependencies.

@github-actions github-actions bot merged commit a797b44 into 3.1.x Aug 23, 2022
@dependabot dependabot bot deleted the dependabot/composer/fgrosse/phpasn1-tw-2.4 branch August 23, 2022 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant