repman-io / repman

Repman - PHP Repository Manager: packagist proxy and host for private packages
https://repman.io
MIT License
519 stars 106 forks source link

Bump ramsey/uuid-doctrine from 1.6.0 to 1.7.0 #501

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps ramsey/uuid-doctrine from 1.6.0 to 1.7.0.

Release notes

Sourced from ramsey/uuid-doctrine's releases.

1.7.0

Added

  • Support ramsey/uuid v4
  • Support PHP 8

Changed

  • Changed primary Doctrine dependency to doctrine/dbal and moved doctrine/orm dependency to require-dev.
Changelog

Sourced from ramsey/uuid-doctrine's changelog.

1.7.0 - 2021-08-07

Added

  • Support ramsey/uuid v4
  • Support PHP 8

Changed

  • Changed primary Doctrine dependency to doctrine/dbal and moved doctrine/orm dependency to require-dev.
Commits
  • b250b9d chore: prepare release 1.7.0
  • a1be042 chore: hide the type coverage badge
  • ad3c0b3 chore: bring package up to current package standards
  • 955cd78 Merge pull request #82 from vudaltsov/doctrine-orm-soft-dependency
  • c5a8bb3 Merge branch 'master' into doctrine-orm-soft-dependency
  • 2164daf Merge pull request #142 from thicolares/add-uuid-type-config-example-laravel
  • c5f54b1 Merge pull request #153 from michaeldnelson/mysql_polyfill_docs
  • 3ceac12 Merge pull request #159 from vmdumitrache/update-readme
  • 4ece4a3 Update README.md for doctrine/orm 2.8
  • 0b2d9f3 Documents the use of BIN_TO_UUID and UUID_TO_BIN in mysql 8+ as well as a con...
  • 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)
codecov[bot] commented 3 years ago

Codecov Report

Merging #501 (f29cd89) into master (640a878) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #501   +/-   ##
=========================================
  Coverage     99.32%   99.32%           
  Complexity     1884     1884           
=========================================
  Files           300      300           
  Lines          5970     5970           
=========================================
  Hits           5930     5930           
  Misses           40       40           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 640a878...f29cd89. Read the comment docs.