Skip to content

Commit cac6ee9

Browse files
authored
Merge pull request #44 from WebFiori/release-please--branches--master
chore(master): release 3.3.1
2 parents 3f337d7 + 3bc60f4 commit cac6ee9

2 files changed

Lines changed: 16 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [3.3.1](https://github.com/WebFiori/json/compare/v3.3.0...v3.3.1) (2024-12-23)
4+
5+
6+
### Bug Fixes
7+
8+
* Use of New Null Syntax ([d82823d](https://github.com/WebFiori/json/commit/d82823d1cd438219c8bffaad2e000994cd6732f4))

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"name": "webfiori/jsonx",
33
"type": "library",
44
"description": "PHP library for creating well-formatted JSON strings.",
5-
"type":"library",
6-
"version":"3.3.0",
5+
"version": "3.3.1",
76
"keywords": [
8-
"JSON", "PHP", "JSONx"
7+
"JSON",
8+
"PHP",
9+
"JSONx"
910
],
1011
"license": "MIT",
1112
"require": {
1213
"php": ">=7.0"
1314
},
14-
"autoload" :{
15-
"psr-4":{
16-
"webfiori\\json\\":"webfiori\\json"
15+
"autoload": {
16+
"psr-4": {
17+
"webfiori\\json\\": "webfiori\\json"
1718
}
1819
},
19-
"require-dev": {
20-
}
20+
"require-dev": {}
2121
}

0 commit comments

Comments
 (0)