Tue, 04 Jun 2024 13:41:39 UTC | login

Information for build php-webmozart-assert-1.3.0-1.fc29

ID38367
Package Namephp-webmozart-assert
Version1.3.0
Release1.fc29
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
StartedThu, 07 Jun 2018 19:51:17 UTC
CompletedThu, 07 Jun 2018 19:51:17 UTC
Tags
f29
f30
RPMs
src
php-webmozart-assert-1.3.0-1.fc29.src.rpm (info) (download)
noarch
php-webmozart-assert-1.3.0-1.fc29.noarch.rpm (info) (download)
Changelog * 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 * Wed Sep 28 2016 Shawn Iwinski <shawn@iwin.ski> - 1.1.0-1 - Initial package