Skip to content

Commit ff8a02e

Browse files
committed
feat!: upgrade to version 4.0.0
BREAKING CHANGE: This major version introduces significant improvements and may contain breaking changes from previous versions. Please review the changelog and update your code accordingly.
1 parent 6f649a4 commit ff8a02e

1 file changed

Lines changed: 32 additions & 32 deletions

File tree

composer.json

Lines changed: 32 additions & 32 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-
}
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+
}
32+
}

0 commit comments

Comments
 (0)