Skip to content

Commit

Permalink
chore(master): release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 23, 2024
1 parent 3f337d7 commit 3bc60f4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}

0 comments on commit 3bc60f4

Please sign in to comment.