Skip to content

Commit 9aede26

Browse files
committed
Fix dependencies
1 parent 6e0db92 commit 9aede26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
"simplesamlphp/assert": "~1.9",
1717
"simplesamlphp/xml-common": "~2.4",
18+
"simplesamlphp/xml-ws-policy": "~1.0",
1819
"simplesamlphp/xml-wss-core": "~1.0"
1920
},
2021
"require-dev": {
2122
"simplesamlphp/simplesamlphp-test-framework": "~1.10",
22-
"simplesamlphp/xml-soap": "~2.0",
23-
"simplesamlphp/xml-ws-policy": "~1.0"
23+
"simplesamlphp/xml-soap": "~2.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)