Wed, 05 Jun 2024 00:28:02 UTC | login

Information for build php-webmozart-assert-1.3.0-3.fc30

ID76597
Package Namephp-webmozart-assert
Version1.3.0
Release3.fc30
Epoch
SummaryAssertions to validate method input/output with nice error messages
DescriptionThis library contains efficient assertions to test the input and output of your methods. With these assertions, you can greatly reduce the amount of coding needed to write a safe implementation. All assertions in the Assert class throw an \InvalidArgumentException if they fail. Autoloader: /usr/share/php/Webmozart/Assert/autoload.php
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 01 Dec 2018 06:51:49 UTC
CompletedSat, 01 Dec 2018 06:51:49 UTC
Tags
f30
f31
RPMs
src
php-webmozart-assert-1.3.0-3.fc30.src.rpm (info) (download)
noarch
php-webmozart-assert-1.3.0-3.fc30.noarch.rpm (info) (download)
Changelog * Fri Oct 19 2018 Remi Collet <remi@remirepo.net> - 1.3.0-3 - fix autoloader, use PSR-4 to avoid duplicated definition - prepend autoloader to ensure we use current version in tests - fix FTBFS #1605449 * Fri Oct 19 2018 Remi Collet <remi@remirepo.net> - 1.3.0-2 - fix autoloader, use PSR-4 to avoid duplicated definition - prepend autoloader to ensure we use current version in tests - fix FTBFS #1605449 - bootstrap build * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Apr 22 2018 Shawn Iwinski <shawn@iwin.ski> - 1.3.0-1 - Update to 1.3.0 (RHBZ #1539946) - Add get source script - Add composer.json to repo - Update running of tests * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Dec 27 2016 Shawn Iwinski <shawn@iwin.ski> - 1.2.0-1 - Update to 1.2.0 (RHBZ #1398043) - Use php-composer(fedora/autoloader) - Run upstream tests with SCLs if they are available