Skip to content

Commit fd976e5

Browse files
committed
restore composer xmlprovider installer
1 parent c5367f0 commit fd976e5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"simplesamlphp/assert": "~1.9.0"
4646
},
4747
"require-dev": {
48-
"simplesamlphp/simplesamlphp-test-framework": "~1.10.1"
48+
"simplesamlphp/simplesamlphp-test-framework": "~1.10.1",
49+
"simplesamlphp/composer-xmlprovider-installer": "~1.1.0"
4950
},
5051
"support": {
5152
"issues": "https://github.com/simplesamlphp/xml-common/issues",
@@ -55,7 +56,8 @@
5556
"allow-plugins": {
5657
"composer/package-versions-deprecated": true,
5758
"dealerdirect/phpcodesniffer-composer-installer": true,
58-
"phpstan/extension-installer": true
59+
"phpstan/extension-installer": true,
60+
"simplesamlphp/composer-xmlprovider-installer": true
5961
}
6062
},
6163
"scripts": {
@@ -64,7 +66,7 @@
6466
"vendor/bin/composer-require-checker check --config-file=tools/composer-require-checker.json composer.json",
6567
"vendor/bin/phpstan analyze -c phpstan.neon",
6668
"vendor/bin/phpstan analyze -c phpstan-dev.neon",
67-
"vendor/bin/composer-unused",
69+
"vendor/bin/composer-unused --excludePackage=simplesamlphp/composer-xmlprovider-installer",
6870
"vendor/bin/phpunit --no-coverage --testdox"
6971
],
7072
"tests": [

0 commit comments

Comments
 (0)