Skip to content

Commit b2a481d

Browse files
authored
Update composer.json
1 parent ad0d138 commit b2a481d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
"guzzlehttp/guzzle": "~6.0"
1313
},
1414
"autoload": {
15-
"psr-4": {
16-
"integready\\firstdataapi\\": "/integready/firstdataapi/src"
15+
"psr-0": {
16+
"integready\\firstdataapi\\": "integready/firstdataapi/src"
1717
}
1818
},
19+
"target-dir": "integready/firstdataapi",
1920
"minimum-stability": "stable"
2021
}

0 commit comments

Comments
 (0)