Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit faa7a08

Browse files
committed
Merge branch 'feature/61' into develop
Close #61
2 parents a4c0b5d + 151be2e commit faa7a08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file, in reverse
1414

1515
### Removed
1616

17-
- Nothing.
17+
- [#61](https://github.com/zendframework/zend-ldap/pull/61) Removed support for PHP 5.5.
1818

1919
### Fixed
2020

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"require": {
16-
"php": "^5.5 || ^7.0",
16+
"php": "^5.6 || ^7.0",
1717
"ext-ldap": "*"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)