File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 16161717 "homepage" : " https://www.wsdltophp.com" ,
1818 "role" : " Owner"
19+ },
20+ {
21+ "name" : " phordijk" ,
22+ "role" : " Contributor"
1923 }
2024 ],
2125 "require" : {
2226 "php" : " >=5.3.3"
2327 },
2428 "require-dev" : {
2529 "friendsofphp/php-cs-fixer" : " ~2.0" ,
30+ "localheinz/composer-normalize" : " ^0.8.0" ,
2631 "phpunit/phpunit" : " ^4.8 || ^6.0"
2732 },
2833 "config" : {
2934 "sort-packages" : true
3035 },
3136 "autoload" : {
3237 "psr-4" : {
33- "WsdlToPhp\\ DomHandler\\ " : " src" ,
38+ "WsdlToPhp\\ DomHandler\\ " : " src"
39+ }
40+ },
41+ "autoload-dev" : {
42+ "psr-4" : {
3443 "WsdlToPhp\\ DomHandler\\ Tests\\ " : " tests"
3544 }
3645 },
3746 "scripts" : {
3847 "lint" : " vendor/bin/php-cs-fixer fix" ,
48+ "normalize" : " normalize" ,
3949 "test" : " vendor/bin/phpunit"
4050 },
4151 "support" : {
You can’t perform that action at this time.
0 commit comments