laminas-servicemanager icon indicating copy to clipboard operation
laminas-servicemanager copied to clipboard

Factory-Driven Dependency Injection Container

Results 30 laminas-servicemanager 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. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/laminas/laminas-servicemanager). - WARN:...

Enhancement
renovate

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [psr/container](https://togithub.com/php-fig/container) | require | major | `^1.0` -> `^1.0 \|\| ^2.0`...

renovate

[x] add `declare(strict_types=1)` to all src and test files [x] add parameter type declarations where appropriate [x] add return type declarations where appropriate [ ] add property types [ ]...

Enhancement

| Q | A |-------------- | ------ | Documentation | yes | Bugfix | yes | BC Break | no | New Feature | no | RFC | no |...

Documentation
Enhancement

### Feature Request | Q | A |------------ | ------ | New Feature | yes #### Summary Whenever we are working in projects with own plugin managers (like laminas-validator, etc.),...

Enhancement

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary Hi! We have MVP...

Enhancement

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes/no | BC Break | yes/no #### Summary Hi, is it possible...

BC Break
Enhancement

### Bug Report | Q | A |------------ | ------ | Version(s) | 3.10.0 #### Summary Psalm does not understand intersection types in this combination: ``` array{foo:string}&AnotherImportedArrayType ``` https://psalm.dev/r/272229cbfa Maybe...

Bug
Help Wanted

Found in https://github.com/laminas/laminas-form/pull/121#discussion_r639546501 As of PHP 8 named parameters, `\Laminas\ServiceManager\AbstractPluginManager::get(name)` should be renamed to `\Laminas\ServiceManager\AbstractPluginManager::get(id)`

Bug

I want to make my factories to use `Psr\Container\ContainerInterface` in an `Zend\Expressive` project. But the `Zend\ServiceManager\Factory\FactoryInterface` does not use `Psr\Container\ContainerInterface` yet. What are the plans about this? --- Originally posted...

BC Break