php-di-invoker 2.3.4-2 source package in Ubuntu

Changelog

php-di-invoker (2.3.4-2) unstable; urgency=medium

  * Team upload
  * Force system dependencies loading

 -- David Prévot <email address hidden>  Thu, 07 Mar 2024 19:08:22 +0100

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-di-invoker_2.3.4-2.dsc 1.8 KiB 86d5a17ce4c9b7a293f682e9b2ae29c686a2f3a5192ca55d9b997872f1944beb
php-di-invoker_2.3.4.orig.tar.xz 13.2 KiB 064c494e4871801638721c17859e967a54d5747b6597c94d2c69ab83ca69770a
php-di-invoker_2.3.4-2.debian.tar.xz 3.4 KiB b2db68c54d96ee49e1beb053bf41f57efc467f7813d6701ea63c33bb5e4dc175

Available diffs

No changes file available.

Binary packages built by this source

php-di-invoker: Generic and extensible callable invoker library

 This library allows to invoke callables with named parameters in a generic
 and extensible way.
 .
 This library provides clear extension points to let frameworks implement
 any kind of dependency injection support they want.
 .
 It is meant to be a base building block for calling a function with
 named parameters and/or dependency injection.