php-enum 3.0.0-1 source package in Ubuntu

Changelog

php-enum (3.0.0-1) experimental; urgency=medium

  * Upload to experimental since the next version of php-json-schema should
    depend on version 2.3.1 for the time being

  [ Marc Bennewitz ]
  * v3.0 preparation
  * php --define zend.assertions=1 /usr/bin/phpunit (Closes: #882928)

  [ David Prévot ]
  * Update copyright (years)
  * Update Standards-Version to 4.1.2
  * Enable zend.assertions for the tests

 -- David Prévot <email address hidden>  Sun, 03 Dec 2017 14:33:28 -1000

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Experimental
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-enum_3.0.0-1.dsc 1.6 KiB 17def8d1652c9a94e179761b408b2365bb4948170761315609cb03e24ea45452
php-enum_3.0.0.orig.tar.gz 24.0 KiB 67709020157e7ea71ae591ca64b30e646a2dfbbf325b12bb95f6daab16679de7
php-enum_3.0.0-1.debian.tar.xz 4.2 KiB 431ab0efabc03050e5c4562f76ae70ba1370878e2c6928156d9300ab70541aa5

Available diffs

No changes file available.

Binary packages built by this source

php-enum: Simple and fast implementation of enumerations with native PHP>=5.6

 Implementation to add enumeration support to PHP >= 5.3. It's an
 abstract class that needs to be extended to use it.