Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-laminas-di3 - Laminas Framework Di component v3

Website:
https://github.com/laminas/laminas-di
Licence:
BSD
Vendor:
Remi Collet
Description:
laminas-di is an example of an Inversion of Control (IoC) container.
IoC containers are widely used to create object instances that have all
dependencies resolved and injected. Dependency Injection containers are
one form of IoC – but not the only form.

Documentation: https://docs.laminas.dev/laminas-di/

Packages

php-laminas-di3-3.1.2-1.fc31.remi.noarch [36 KiB] Changelog by Remi Collet (2020-01-23):
- update to 3.1.2
- rename to php-laminas-di3
- move to /usr/share/php/Laminas/Di3
- raise dependency on PHP 7.1
- add dependency on psr/container
- add dependency on psr/log