psr-container-doctrine icon indicating copy to clipboard operation
psr-container-doctrine copied to clipboard

Doctrine Factories for PSR-11 Containers

Results 12 psr-container-doctrine issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpunit/phpunit](https://phpunit.de/) ([source](https://redirect.github.com/sebastianbergmann/phpunit)) | `^10.5.35` -> `^11.3.6` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/phpunit%2fphpunit/11.3.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

renovate

In doctrine dbal 3, I had url starts with: `mysql://` and doctrine correctly handle this connection string. But now, even with https://github.com/Roave/psr-container-doctrine/pull/124 I still cannot make a connection (`pdo-mysql` is...

Hello, there! I'm struggling for 3 days to configure the roave/psr-container-doctrine with mezzio. First I struggled with caches, then with MappingDriver, now I managed to make it all work, but...

I just tried version 3 of this package which requires doctrine migrations v3 and it took me a while to figure out to correctly wire up the migrations CLI commands....

The current documentation suggests the following configuration: ```php return new HelperSet( [ 'em' => new EntityManagerHelper( $container->get('doctrine.entity_manager.orm_default') ), ] ); ``` However, when I try to run `php vendor/bin/doctrine-migrations migrations:status`,...

bug

Hi! I'm facing some initialization problems with lib. The exception that I receive is: ``` ServiceNotCreatedException Service with name "doctrine.entity_manager.orm_default" could not be created. Reason: Missing "class" config key ```...

It's come up a couple of times in laminas' slack the question as to how to use a custom version comparator in doctrine migrations when using this library. That should...

I've followed the documentation, attempting to get Mezzio integrated with Doctrine, using this package, but keep encountering the following error, when running: `php vendor/bin/doctrine orm:mapping:describe QuoteUser`. > You do not...

- [ ] [`Repository\ContainerRepositoryFactory`](https://github.com/doctrine/DoctrineBundle/blob/master/Repository/ContainerRepositoryFactory.php) - ~~[`Registry`](https://github.com/doctrine/DoctrineBundle/blob/master/Registry.php)~~ Does there can add some features, not just factories? I'm ready some RP.

enhancement