From 6f85e8229618164ac29c0d0d7484d55f76151237 Mon Sep 17 00:00:00 2001 From: MacFJA Date: Mon, 17 Feb 2020 22:49:32 +0100 Subject: [PATCH] Update info for symfony/polyfill-php56 Related to #22 --- LIST.md | 3 ++- resources/registry.json | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/LIST.md b/LIST.md index b363153..c7318dc 100644 --- a/LIST.md +++ b/LIST.md @@ -2161,7 +2161,8 @@ _None_ _None_ **Constants:** -_None_ + - `LDAP_ESCAPE_FILTER` + - `LDAP_ESCAPE_DN` ### Polyfill `symfony/polyfill-php70` [](https://packagist.org/packages/symfony/polyfill-php70) **Type:** `polyfill` diff --git a/resources/registry.json b/resources/registry.json index 73f8843..a946b1a 100644 --- a/resources/registry.json +++ b/resources/registry.json @@ -1971,7 +1971,10 @@ "gztell" ], "classes": [], - "constants": [] + "constants": [ + "LDAP_ESCAPE_FILTER", + "LDAP_ESCAPE_DN" + ] }, { "name": "symfony/polyfill-php70",