Skip to content

Commit

Permalink
Update: add ext-json to composer.json to ensure JSON extension availa… (
Browse files Browse the repository at this point in the history
#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]>
  • Loading branch information
gladx and DannyvdSluijs authored Oct 21, 2024
1 parent f0b0226 commit 73e3826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 73e3826

Please sign in to comment.