Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 9ef41ec

Browse files
committed
Update required PHP version
1 parent b845898 commit 9ef41ec

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.4
54
- 5.5
65
- 5.6
76
- 7.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"type": "project",
77
"require": {
8-
"php": ">=5.4.16",
8+
"php": ">=5.5.0",
99
"adldap2/adldap2": "5.2.*"
1010
},
1111
"require-dev": {

0 commit comments

Comments
 (0)