Skip to content

Commit ba767a9

Browse files
committed
Merge branch 'feature/issue-15' into develop
2 parents 39314f0 + a46e147 commit ba767a9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

composer.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"name": "Arthur Moore",
2121
"email": "[email protected]",
2222
"role": "Contributor"
23+
},
24+
{
25+
"name": "Necati Yared Ozal",
26+
"email": "[email protected]",
27+
"role": "Contributor"
2328
}
2429
],
2530
"support" : {
@@ -38,7 +43,11 @@
3843
},
3944
"autoload": {
4045
"psr-4": {
41-
"WsdlToPhp\\PackageBase\\": "src",
46+
"WsdlToPhp\\PackageBase\\": "src"
47+
}
48+
},
49+
"autoload-dev": {
50+
"psr-4": {
4251
"WsdlToPhp\\PackageBase\\Tests\\": "tests"
4352
}
4453
}

0 commit comments

Comments
 (0)