Skip to content

Commit 9c00408

Browse files
committed
Move ext-soap to suggestions
1 parent c5afe83 commit 9c00408

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"ext-libxml": "*",
1717
"ext-openssl": "*",
1818
"ext-pcre": "*",
19-
"ext-soap": "*",
2019
"ext-zlib": "*",
2120

2221
"nyholm/psr7": "^1.8",
@@ -34,6 +33,9 @@
3433
"simplesamlphp/simplesamlphp-test-framework": "^1.5",
3534
"icanhazstring/composer-unused": "^0.9.3"
3635
},
36+
"suggest": {
37+
"ext-soap": "*"
38+
},
3739
"autoload": {
3840
"psr-4": {
3941
"SimpleSAML\\SAML2\\": "src/"

0 commit comments

Comments
 (0)