Name: | php-jsonlint |
---|---|
Version: | 1.6.1 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 35145 |
License: | MIT |
RPM: | php-jsonlint-1.6.1-1.el7.noarch.rpm |
Source RPM: | php-jsonlint-1.6.1-1.el7.src.rpm |
Build Date: | Wed Dec 06 2017 |
Build Host: | x86-ol6-builder-06.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/Seldaek/jsonlint |
Summary: | JSON Lint for PHP |
Description: | JSON Lint for PHP. This library is a port of the JavaScript jsonlint (https://github.com/zaach/jsonlint) library. Bin: /usr/bin/jsonlint-php [1] Autoloader: /usr/share/php/Seld/JsonLint/autoload.php [1] Package python2-demjson installs /usr/bin/jsonlint so this package's bin script has been renamed to /usr/bin/jsonlint-php |
- Update to 1.6.1
- Update to 1.6.0 - generate autoloader in spec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Rename bin from %{_bindir}/jsonlint to %{_bindir}/jsonlint-php to avoid conflict with package python2-demjson (RHBZ #1409281)
- update to 1.5.0
- add patch for PHP 7.1 open https://github.com/Seldaek/jsonlint/pull/37
- switch from symfony/class-loader to fedora/autoloader
- Updated to 1.4.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Updated to 1.4.0 - run test suite with both PHP 5 and 7 when available