Skip to content

Commit 8f47167

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: Improve composer.json descriptions
2 parents 43e9eb1 + 5e2f64d commit 8f47167

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Ldap Component
22
==============
33

4-
A Ldap client for PHP on top of PHP's ldap extension.
4+
The LDAP component provides a LDAP client for PHP on top of PHP's ldap
5+
extension.
56

67
Disclaimer
78
----------

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "symfony/ldap",
33
"type": "library",
4-
"description": "An abstraction in front of PHP's LDAP functions, compatible with PHP 5.3.9 onwards.",
4+
"description": "Provides a LDAP client for PHP on top of PHP's ldap extension",
55
"keywords": ["ldap", "active directory"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",

0 commit comments

Comments
 (0)