Skip to content

Commit d1605b5

Browse files
authored
Merge pull request #48 from WebFiori/release-please--branches--main
chore(main): release 4.0.0
2 parents 17ddd43 + 5c5e835 commit d1605b5

2 files changed

Lines changed: 54 additions & 31 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/WebFiori/json/compare/v3.3.2...v4.0.0) (2025-07-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* This major version introduces significant improvements and may contain breaking changes from previous versions. Please review the changelog and update your code accordingly.
9+
10+
### Features
11+
12+
* upgrade to version 4.0.0 ([ff8a02e](https://github.com/WebFiori/json/commit/ff8a02ecba0f040d0be0f3f123c08b1e9f9d1b8a))
13+
14+
15+
### Bug Fixes
16+
17+
* Multiple Issues ([98bc0e5](https://github.com/WebFiori/json/commit/98bc0e5b1c0f17e6ea5ee9cb369b6aff4fa7d493))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* Enhance PHP Docs ([e0bf363](https://github.com/WebFiori/json/commit/e0bf36390856cf462048722876c8e85055f8378b))
23+
* Moved Files ([3ceb92d](https://github.com/WebFiori/json/commit/3ceb92d35f5545e79620c8d37236fefcb630942d))
24+
* Remove PHP 8.0 ([c7ae980](https://github.com/WebFiori/json/commit/c7ae98052264ef34848f27aba36c0d893cffef78))
25+
326
## [3.3.2](https://github.com/WebFiori/json/compare/v3.3.1...v3.3.2) (2025-01-28)
427

528

composer.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
{
2-
"name": "webfiori/jsonx",
3-
"type": "library",
4-
"description": "PHP library for creating well-formatted JSON strings.",
5-
"version": "3.3.2",
6-
"keywords": [
7-
"JSON",
8-
"PHP",
9-
"JSONx"
10-
],
11-
"license": "MIT",
12-
"require": {
13-
"php": ">=8.0"
14-
},
15-
"autoload" :{
16-
"psr-4":{
17-
"WebFiori\\Json\\":"WebFiori/Json"
18-
}
19-
},
20-
"autoload-dev" :{
21-
"psr-4":{
22-
"WebFiori\\Tests\\":"tests/WebFiori/Tests"
23-
}
24-
},
25-
"scripts":{
26-
"test": "phpunit --configuration tests/phpunit.xml",
27-
"test-10": "phpunit --configuration tests/phpunit10.xml"
28-
},
29-
"require-dev": {
30-
"phpunit/phpunit": "^10.0"
31-
}
1+
{
2+
"name": "webfiori/jsonx",
3+
"type": "library",
4+
"description": "PHP library for creating well-formatted JSON strings.",
5+
"version": "4.0.0",
6+
"keywords": [
7+
"JSON",
8+
"PHP",
9+
"JSONx"
10+
],
11+
"license": "MIT",
12+
"require": {
13+
"php": ">=8.0"
14+
},
15+
"autoload": {
16+
"psr-4": {
17+
"WebFiori\\Json\\": "WebFiori/Json"
18+
}
19+
},
20+
"autoload-dev": {
21+
"psr-4": {
22+
"WebFiori\\Tests\\": "tests/WebFiori/Tests"
23+
}
24+
},
25+
"scripts": {
26+
"test": "phpunit --configuration tests/phpunit.xml",
27+
"test-10": "phpunit --configuration tests/phpunit10.xml"
28+
},
29+
"require-dev": {
30+
"phpunit/phpunit": "^10.0"
31+
}
3232
}

0 commit comments

Comments
 (0)