Skip to content

Commit 31cd0ca

Browse files
committed
Restore composer-module-installer as a dependency
1 parent 5a340b5 commit 31cd0ca

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ jobs:
231231
- name: Check code for unused dependencies in composer.json
232232
run: |
233233
composer-unused \
234+
--excludePackage=simplesamlphp/composer-module-installer \
234235
--excludePackage=simplesamlphp/simplesamlphp-assets-base \
235236
--excludePackage=symfony/expression-language \
236237
--excludePackage=symfony/polyfill-intl-icu \

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"psr/log": "~3.0",
7272
"robrichards/xmlseclibs": "^3.1.5",
7373
"simplesamlphp/assert": "~2.0",
74+
"simplesamlphp/composer-module-installer": "~1.7",
7475
"simplesamlphp/saml2": "~6.1",
7576
"simplesamlphp/saml2-legacy": "~4.20",
7677
"simplesamlphp/simplesamlphp-assets-base": "~2.5.0",

composer.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)