Skip to content

Commit 59e2976

Browse files
committed
Update composer.json
1 parent 0858b25 commit 59e2976

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
"license": "MIT",
99
"require": {
1010
"php": ">=7.0",
11-
"webfiori/jsonx":"3.1.3"
11+
"webfiori/jsonx":"3.1.4"
12+
},
13+
"autoload" :{
14+
"psr-4":{
15+
"webfiori\\http\\":"webfiori\\http"
16+
}
1217
},
1318
"require-dev": {
1419

0 commit comments

Comments
 (0)