Skip to content

Commit 9616e22

Browse files
committed
improve composer.json file:
- add contributor - add normalize script and its dependency - split dependencies
1 parent ba87620 commit 9616e22

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,36 @@
1616
"email": "[email protected]",
1717
"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": {

0 commit comments

Comments
 (0)