Name: | php-pimple-lib |
---|---|
Version: | 3.0.2 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 19133 |
License: | MIT |
RPM: | php-pimple-lib-3.0.2-1.el7.noarch.rpm |
Source RPM: | php-pimple-3.0.2-1.el7.src.rpm |
Build Date: | Fri Dec 08 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pimple.sensiolabs.org |
Summary: | A simple dependency injection container for PHP (library) |
Description: | A simple dependency injection container for PHP (library). NOTE: This package installs the Pimple LIBRARY. If you would like the EXTENSION for improved speed, install "php-pimple". |
- Updated to 3.0.2 (RHBZ #1262507)
- Updated to 3.0.1
- Autoloader changed to Symfony ClassLoader
- Add library autoloader - Spec cleanup
- Separate extension and library (i.e. sub-package library)
- Fixed compat file location in description - Included real class in compat file - Always run extension minimal load test - Fixed test suite with previous installed version - "make test NO_INTERACTION=1 REPORT_EXIT_STATUS=1" instead of "echo "n" | make test"
- Updated to 3.0.0 - Added custom compat file for obsoleted php-Pimple
- Initial package