File tree Expand file tree Collapse file tree
.openapi-generator/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 " friendsofphp/php-cs-fixer" : " ^3.5"
4242 } ,
4343 "autoload": {
44- " psr-4" : { " {{escapedInvokerPackage}}\\ " : " {{srcBasePath}}/" }
44+ " psr-4" : {
45+ " {{escapedInvokerPackage}}\\ " : " {{srcBasePath}}/" ,
46+ " {{escapedInvokerPackage}}\\ Accounts\\ " : " {{srcBasePath}}/Accounts/" ,
47+ " {{escapedInvokerPackage}}\\ Modes\\ " : " {{srcBasePath}}/Model/"
48+ }
4549 },
4650 "autoload-dev": {
47- " psr-4" : { " {{escapedInvokerPackage}}\\ Test\\ " : " {{testBasePath}}/" }
51+ " psr-4" : {
52+ " {{escapedInvokerPackage}}\\ Test\\ " : " {{testBasePath}}/" ,
53+ " {{escapedInvokerPackage}}\\ Test\\ Accounts\\ " : " {{testBasePath}}/Accounts/" ,
54+ " {{escapedInvokerPackage}}\\ Test\\ Model\\ " : " {{testBasePath}}/Model/"
4855 } ,
4956 "scripts": {
5057 " post-update-cmd" : [
Original file line number Diff line number Diff line change 3636 "friendsofphp/php-cs-fixer" : " ^3.5"
3737 },
3838 "autoload" : {
39- "psr-4" : { "SpojeNET\\ Csas\\ " : " lib/" }
39+ "psr-4" : {
40+ "SpojeNET\\ Csas\\ " : " lib/" ,
41+ "SpojeNET\\ Csas\\ Accounts\\ " : " lib/Accounts/" ,
42+ "SpojeNET\\ Csas\\ Modes\\ " : " lib/Model/"
43+ }
4044 },
4145 "autoload-dev" : {
42- "psr-4" : { "SpojeNET\\ Csas\\ Test\\ " : " test/" }
46+ "psr-4" : {
47+ "SpojeNET\\ Csas\\ Test\\ " : " test/" ,
48+ "SpojeNET\\ Csas\\ Test\\ Accounts\\ " : " test/Accounts/" ,
49+ "SpojeNET\\ Csas\\ Test\\ Model\\ " : " test/Model/"
4350 },
4451 "scripts" : {
4552 "post-update-cmd" : [
You can’t perform that action at this time.
0 commit comments