Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 5, 2023
1 parent 2f5ecda commit d155365
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
"ext-spl": "*",

"simplesamlphp/assert": "^1.0.4",
"simplesamlphp/xml-common": "^1.12",
"simplesamlphp/xml-security": "^1.6.9"
"simplesamlphp/saml2": "dev-master",
"simplesamlphp/xml-common": "^1.12"
},
"require-dev": {
"simplesamlphp/simplesamlphp-test-framework": "^1.5.5",
"simplesamlphp/xml-soap": "^1.3.0"
"simplesamlphp/simplesamlphp-test-framework": "^1.5.5"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @package tvdijen/ws-security
*/

class Constants extends \SimpleSAML\XMLSecurity\Constants
class Constants extends \SimpleSAML\SAML2\Constants
{
/**
* The namespace for WS-Addressing protocol.
Expand Down

0 comments on commit d155365

Please sign in to comment.