Update: add ext-json to composer.json to ensure JSON extension availa… (#759)

* Update: add ext-json to composer.json to ensure JSON extension availability

* docs: add changelog entry

---------

Co-authored-by: Danny van der Sluijs <danny.van.der.sluijs@infi.nl>
This commit is contained in:
Ali Yousefi 2024-10-21 12:43:21 +03:30 committed by GitHub
parent f0b02264a3
commit 73e38269ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump to minimum PHP 7.2 ([#746](https://github.com/jsonrainbow/json-schema/pull/746))
- Replace traditional syntax array with short syntax array ([#747](https://github.com/jsonrainbow/json-schema/pull/747))
- Increase phpstan level to 8 with baseline to swallow existing errors ([#673](https://github.com/jsonrainbow/json-schema/pull/673))
- Add ext-json to composer.json to ensure JSON extension available ([#759](https://github.com/jsonrainbow/json-schema/pull/759))
## [6.0.0] - 2024-07-30
### Added

View File

@ -28,6 +28,7 @@
],
"require": {
"php": "^7.2 || ^8.0",
"ext-json": "*",
"marc-mabe/php-enum":"^2.0 || ^3.0 || ^4.0",
"icecave/parity": "^3.0"
},