Skip to content

Bump doctrine/annotations from 1.13.3 to 2.0.1 - #125

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/doctrine/annotations-2.0.1
Open

Bump doctrine/annotations from 1.13.3 to 2.0.1#125
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/doctrine/annotations-2.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 3, 2023

Copy link
Copy Markdown
Contributor

Bumps doctrine/annotations from 1.13.3 to 2.0.1.

Release notes

Sourced from doctrine/annotations's releases.

2.0.1

Release Notes for 2.0.1

2.0.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

bug

2.0.0

Release Notes for 2.0.0

Backwards incompatible release (major)

2.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 6
  • Total contributors: 2

BC-Break

1.14.3

Release Notes for 1.14.3

1.14.3

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

bug

1.14.2

... (truncated)

Upgrade guide

Sourced from doctrine/annotations's upgrade guide.

Upgrade from 1.0.x to 2.0.x

  • The NamedArgumentConstructorAnnotation has been removed. Use the @NamedArgumentConstructor annotation instead.
  • SimpleAnnotationReader has been removed.
  • DocLexer::peek() and DocLexer::glimpse now return Doctrine\Common\Lexer\Token objects. When using doctrine/lexer 2, these implement ArrayAccess as a way for you to still be able to treat them as arrays in some ways.
  • CachedReader and FileCacheReader have been removed.
  • AnnotationRegistry methods related to registering annotations instead of using autoloading have been removed.
  • Parameter type declarations have been added to all methods of all classes. If you have classes inheriting from classes inside this package, you should add parameter and return type declarations.
  • Support for PHP < 7.2 has been removed
  • PhpParser::parseClass() has been removed. Use PhpParser::parseUseStatements() instead.
Commits
  • e157ef3 Merge branch '1.14.x' into 2.0.x
  • fb0d71a Allow annotation classes with a variadic parameter (#479)
  • 508c71c Merge pull request #477 from greg0ire/update-branch-metadata
  • c580edd Update branch metadata for documentation
  • d02c9f3 Merge pull request #471 from greg0ire/drop-deprecated-method
  • 7a95b3b Remove deprecated method
  • 455db74 Remove NamedArgumentConstructorAnnotation interface (#470)
  • 9dc2866 Remove SimpleAnnotationReader (#469)
  • 4919d49 Merge pull request #466 from greg0ire/allow-lexer-3
  • c03bc8b Allow doctrine/lexer 3
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [doctrine/annotations](https://github.com/doctrine/annotations) from 1.13.3 to 2.0.1.
- [Release notes](https://github.com/doctrine/annotations/releases)
- [Upgrade guide](https://github.com/doctrine/annotations/blob/2.0.x/UPGRADE.md)
- [Commits](doctrine/annotations@1.13.3...2.0.1)

---
updated-dependencies:
- dependency-name: doctrine/annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants