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

Changelog

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

  [ Jordi Boggiano ]
  * Bump php requirement to 7.1+

  [ Ayesh Karunaratne ]
  * [PHP 8.4] Fixes for implicit nullability deprecation

  [ David Prévot ]
  * Track version 5 for now
  * Update Standards-Version to 4.7.0
  * Use --require-file for phpabtl (Closes: #1073567)

 -- David Prévot <email address hidden>  Sun, 14 Jul 2024 18:10:14 +0200

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-json-schema_5.3.0-1.dsc 1.8 KiB a35a8d1cb4fc204b5554a71ef78629c1cdb6b2985f6ce92e0a2b5228461f400a
php-json-schema_5.3.0.orig.tar.xz 50.1 KiB 0f763f1de198fe79486637c78d3871977ebf40a77567ff16fb5c3c54b6139327
php-json-schema_5.3.0-1.debian.tar.xz 12.8 KiB b12c51766cc7c09672f6928f2c14b0299d2a5dbdc7896255cd0a35e801af01b2

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.