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

Changelog

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

  [ Sergei Morozov ]
  * Do not call strlen() on null (#657)

  [ Guilliam Xavier ]
  * Fix CI (php-cs-fixer, HHVM) (#662)

  [ David Prévot ]
  * Simplify gbp import-orig
  * Update standards version to 4.6.0, no changes needed
  * Use dh-sequence-phpcomposer instead of pkg-php-tools
  * Generate phpabtpl at build time

 -- David Prévot <email address hidden>  Thu, 07 Oct 2021 21:36:38 -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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-json-schema_5.2.11-1.dsc 1.9 KiB e6c17f7c2f99b7451cd41a0d437a23314722e2bbeff1d63a544ddb6347677924
php-json-schema_5.2.11.orig.tar.xz 50.0 KiB abd478e69d91546791405f673f1c96c2bef2da1331ae55402de411679059cc4f
php-json-schema_5.2.11-1.debian.tar.xz 12.5 KiB 87d8addb8ec3d6e075a748b45b74fdfbe73f97e2e33921d5e57bc4f719157a08

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.