Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 9, 2025
1 parent f1d23f1 commit 4a1287c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,20 @@

"beste/clock": "^3.0",
"psr/clock": "^1.0",
"simplesamlphp/assert": "^1.1",
"simplesamlphp/saml11": "^1.0",
"simplesamlphp/assert": "~1.8.0",
"simplesamlphp/saml11": "~1.2.0",
"simplesamlphp/saml2": "^5@dev",
"simplesamlphp/simplesamlphp": "^2.4",
"simplesamlphp/ws-security": "^1.6",
"simplesamlphp/xml-common": "^1.16",
"simplesamlphp/xml-security": "^1.9",
"simplesamlphp/xml-soap": "^1.5",
"simplesamlphp/xml-wsdl": "^1.1",
"simplesamlphp/ws-security": "^1.7",
"simplesamlphp/simplesamlphp": "~2.4.0",
"simplesamlphp/ws-security": "~1.8.0",
"simplesamlphp/xml-common": "~1.24.0",
"simplesamlphp/xml-security": "~1.13.0",
"simplesamlphp/xml-soap": "~1.7.0",
"simplesamlphp/xml-wsdl": "~1.2.0",
"simplesamlphp/ws-security": "~1.9.0",
"symfony/http-foundation": "^6.4"
},
"require-dev": {
"simplesamlphp/simplesamlphp-test-framework": "^1.6",
"simplesamlphp/xml-security": "^1.7"
"simplesamlphp/simplesamlphp-test-framework": "~1.8.0"
},
"support": {
"issues": "https://github.com/simplesamlphp/simplesamlphp-module-adfs/issues",
Expand All @@ -64,5 +63,6 @@
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
},
"version": "2.4.0"
}

0 comments on commit 4a1287c

Please sign in to comment.