ramsey / uuid-doctrine

:snowflake::file_cabinet: Allow the use of a ramsey/uuid UUID as Doctrine field type.
MIT License
893 stars 84 forks source link

Adds description on how to configure roave/psr-container-doctrine #185

Closed arueckauer closed 1 year ago

arueckauer commented 2 years ago

Description

This PR provides an example on how to use it with roave/psr-container-doctrine.

Motivation and context

Laminas users will most likely utilize roave/psr-container-doctrine to integrate doctrine in their projects. The existing Zend Framework configuration is not compatible with it. The added description uses the psr-container-doctrine full-config example.

How has this been tested?

Locally tested. Since it describes the configuration of a third-party library, no tests were added. This change does not affect existing features or behavior.

Types of changes

PR checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #185 (d092d60) into main (af426c2) will not change coverage. The diff coverage is n/a.

:exclamation: Current head d092d60 differs from pull request most recent head 528d941. Consider uploading reports for the commit 528d941 to get more accurate results

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/ramsey/uuid-doctrine/pull/185/graphs/tree.svg?width=650&height=150&src=pr&token=FVm8VB6YS1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ben+Ramsey)](https://codecov.io/gh/ramsey/uuid-doctrine/pull/185?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ben+Ramsey) ```diff @@ Coverage Diff @@ ## main #185 +/- ## =========================================== Coverage 100.00% 100.00% Complexity 60 60 =========================================== Files 5 5 Lines 106 106 =========================================== Hits 106 106 ```