Skip to content

Commit a838ce2

Browse files
committed
Bump URN::OASIS::SAML2 minimum version to 0.007
1 parent 9f3539f commit a838ce2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.004",
51+
"URN::OASIS::SAML2" => "0.007",
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.004",
127+
"URN::OASIS::SAML2" => "0.007",
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.004";
35+
requires "URN::OASIS::SAML2" => "0.007";
3636
requires "XML::Enc" => "0.13";
3737
requires "XML::Generator" => "1.13";
3838
requires "XML::LibXML" => "0";

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ XML::Enc = 0.13
6060
XML::Sig = 0.66
6161
; Here because it isn't provided by Crypt::OpenSSL::RSA
6262
Crypt::OpenSSL::Bignum = 0
63-
URN::OASIS::SAML2 = 0.004
63+
URN::OASIS::SAML2 = 0.007
6464
XML::Generator = 1.13
6565

6666
[Prereqs / TestRequires]

0 commit comments

Comments
 (0)