php-json-schema 1.6.1-1 source package in Ubuntu

Changelog

php-json-schema (1.6.1-1) unstable; urgency=medium

  [ Will Pillar ]
  * Fix exclusive min/max strictness

  [ bighappyface ]
  * feat(composer): require PHP 5.3.29 (PHP 5.3.x EOL version) minimum
  * feat(Factory): add setConstraintClass

 -- David Prévot <email address hidden>  Wed, 27 Jan 2016 22:53:29 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-json-schema_1.6.1-1.dsc 1.7 KiB 79d7ca67fcc57989d68144a42074882d3634cc5c682760feaff56480c67cc31e
php-json-schema_1.6.1.orig.tar.gz 20.0 KiB 2d285f50a08e4cf605a017255d40d2aca124a87488ba1f0e2bf37656ecdcb94d
php-json-schema_1.6.1-1.debian.tar.xz 4.5 KiB 79e8e7d30b696b89ed4018cd70bd9fa76cafffa198ff9ffaf656a7cbd767aa1a

Available diffs

No changes file available.

Binary packages built by this source

php-json-schema: implementation of JSON schema

 JSON Schema defines the media type "application/schema+json", a JSON
 based format for defining the structure of JSON data. JSON Schema
 provides a contract for what JSON data is required for a given
 application and how to interact with it. JSON Schema is intended to
 define validation, documentation, hyperlink navigation, and interaction
 control of JSON data.
 .
 This package provides a PHP library for validating JSON Structures
 against a given Schema.