diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0d602ea --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [3.3.1](https://github.com/WebFiori/json/compare/v3.3.0...v3.3.1) (2024-12-23) + + +### Bug Fixes + +* Use of New Null Syntax ([d82823d](https://github.com/WebFiori/json/commit/d82823d1cd438219c8bffaad2e000994cd6732f4)) diff --git a/composer.json b/composer.json index a52be3c..6be4993 100644 --- a/composer.json +++ b/composer.json @@ -2,20 +2,20 @@ "name": "webfiori/jsonx", "type": "library", "description": "PHP library for creating well-formatted JSON strings.", - "type":"library", - "version":"3.3.0", + "version": "3.3.1", "keywords": [ - "JSON", "PHP", "JSONx" + "JSON", + "PHP", + "JSONx" ], "license": "MIT", "require": { "php": ">=7.0" }, - "autoload" :{ - "psr-4":{ - "webfiori\\json\\":"webfiori\\json" + "autoload": { + "psr-4": { + "webfiori\\json\\": "webfiori\\json" } }, - "require-dev": { - } + "require-dev": {} } \ No newline at end of file