Skip to content

Commit 001d34a

Browse files
committed
Update required version URN::OASIS::SAML2
1 parent 05ad9e3 commit 001d34a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ my %WriteMakefileArgs = (
4848
"URI::Encode" => 0,
4949
"URI::Escape" => 0,
5050
"URI::QueryParam" => 0,
51-
"URN::OASIS::SAML2" => "0.003",
51+
"URN::OASIS::SAML2" => "0.004",
5252
"XML::Enc" => "0.13",
5353
"XML::Generator" => "1.13",
5454
"XML::LibXML" => 0,
@@ -124,7 +124,7 @@ my %FallbackPrereqs = (
124124
"URI::Encode" => 0,
125125
"URI::Escape" => 0,
126126
"URI::QueryParam" => 0,
127-
"URN::OASIS::SAML2" => "0.003",
127+
"URN::OASIS::SAML2" => "0.004",
128128
"XML::Enc" => "0.13",
129129
"XML::Generator" => "1.13",
130130
"XML::LibXML" => 0,

cpanfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ requires "URI" => "0";
3232
requires "URI::Encode" => "0";
3333
requires "URI::Escape" => "0";
3434
requires "URI::QueryParam" => "0";
35-
requires "URN::OASIS::SAML2" => "0.003";
35+
requires "URN::OASIS::SAML2" => "0.004";
3636
requires "XML::Enc" => "0.13";
3737
requires "XML::Generator" => "1.13";
3838
requires "XML::LibXML" => "0";

0 commit comments

Comments
 (0)