php-file-iterator 1.4.5-1 source package in Ubuntu

Changelog

php-file-iterator (1.4.5-1) unstable; urgency=medium

  * Team upload

  [ Sebastian Bergmann ]
  * Prepare release

  [ David Prévot ]
  * Use priority optional
  * Update Standards-Version to 4.1.2

 -- David Prévot <email address hidden>  Mon, 04 Dec 2017 07:27:38 -1000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe php

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-file-iterator_1.4.5-1.dsc 1.7 KiB 464101f17af103e42a2052a6bfd67330a64be06834cf33405128588744544746
php-file-iterator_1.4.5.orig.tar.gz 4.3 KiB 793abf3ac12131ac7bd0a373616ffe71ef9f22c935b7ae85b50193f5bd493502
php-file-iterator_1.4.5-1.debian.tar.xz 2.9 KiB bcb04386042016ef9da6b44749aa3bf4bdc9d99efbca5c6ccd533edc0b7b4460

Available diffs

No changes file available.

Binary packages built by this source

php-file-iterator: FilterIterator implementation for PHP

 FilterIterator implementation that filters files based on a list of suffixes,
 prefixes, and other exclusion criteria used by PHPUnit.
 .
 PHPUnit is a unit testing suite for the PHP language, modelled
 on the xUnit testing framework.