php-pimple 3.3.0-1 source package in Ubuntu
Changelog
php-pimple (3.3.0-1) unstable; urgency=medium [ David Prévot ] * Drop myself from uploaders * Rename autoload template for ci * Adapt homemade autoload to new dependency [ Dmitry Smirnov ] * New upstream release (Closes: #915863) * New patch to fix "php-pimple FTBFS with phpunit 6.4.4-2" (Closes: #882902). * Build-Depends: = phpunit (>= 7.2.7~) + php-symfony-phpunit-bridge * Removed php5 leftovers. * Vcs URLs to Salsa. * Standards-Version: 4.1.5. * debhelper & compat to version 11. [ James Valleroy ] * d/salsa-ci.yml: Add CI pipeline * d/tests/control: Add @ to Depends for as-installed test * d/tests/control: Remove redundant test command (Closes: #827390). * d/control: Add myself as another uploader * d/control: Bump standards version to 4.5.0 * d/source: Remove unused override * Use secure URI in Homepage field. * d/upstream: Add metadata * d/control: Use debhelper-compat=13 * d/control: Add Rules-Requires-Root: no * d/control: Remove very old version restrictions * New upstream version 3.3.0 * d/clean: Remove obsolete entries * d/rules: Remove override_dh_auto_clean and cleanup file * d/patches: Drop obsolete patch * Include Symfony/Bridge/PhpUnit in autoloader for tests * d/tests/control: Add php-symfony-phpunit-bridge dependency * d/copyright: Update upstream copyright years * d/clean: Add .phpunit.result.cache -- James Valleroy <email address hidden> Sat, 06 Jun 2020 12:57:39 -0400
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
php-pimple_3.3.0-1.dsc | 1.8 KiB | f9a87038649ae0b055baf769ebcd93717c779573967698c7df8993c7420f5404 |
php-pimple_3.3.0.orig.tar.gz | 11.7 KiB | 554fff0e72b5f8f834a20a46fc704ad834f5c9c90aee887e6d1fda65707d54c5 |
php-pimple_3.3.0-1.debian.tar.xz | 3.8 KiB | 9ac1af4f0f5dd4810cf0556409e891354b43eb1d7e01f00fc21a0847632be767 |
Available diffs
No changes file available.
Binary packages built by this source
- php-pimple: simple dependency injection container -- class
Creating a container is a matter of instating the Pimple class.
.
As many other dependency injection containers, Pimple is able to manage
two different kind of data: services and parameters.