From 5a021262fc75184be30595d2e5474eff31a2db57 Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Thu, 15 Nov 2018 08:44:04 -0500 Subject: [PATCH] No longer supporting 2.x branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8ebd028..1a83735b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ xmlseclibs is a library written in PHP for working with XML Encryption and Signa The author of xmlseclibs is Rob Richards. # Branches -Both the master and the 2.0 branches are actively maintained. +Master is currently the only actively maintained branch. * master: Removes mcrypt usage requiring 5.4+ (5.6.24+ recommended for security reasons) * 2.0: Contains namespace support requiring 5.3+ * 1.4: Contains auto-loader support while also maintaining backwards compatiblity with the older 1.3 version using the xmlseclibs.php file. Supports PHP 5.2+