Skip to content

Commit 73e3826

Browse files
gladxDannyvdSluijs
andauthored
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 <[email protected]>
1 parent f0b0226 commit 73e3826

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- Bump to minimum PHP 7.2 ([#746](https://github.com/jsonrainbow/json-schema/pull/746))
2323
- Replace traditional syntax array with short syntax array ([#747](https://github.com/jsonrainbow/json-schema/pull/747))
2424
- Increase phpstan level to 8 with baseline to swallow existing errors ([#673](https://github.com/jsonrainbow/json-schema/pull/673))
25+
- Add ext-json to composer.json to ensure JSON extension available ([#759](https://github.com/jsonrainbow/json-schema/pull/759))
2526

2627
## [6.0.0] - 2024-07-30
2728
### Added

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
],
2929
"require": {
3030
"php": "^7.2 || ^8.0",
31+
"ext-json": "*",
3132
"marc-mabe/php-enum":"^2.0 || ^3.0 || ^4.0",
3233
"icecave/parity": "^3.0"
3334
},

0 commit comments

Comments
 (0)