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

Commit 1297786

Browse files
committed
update composer.json and travis.yml for old version of php
1 parent 746b225 commit 1297786

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

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

33
php:
4+
- 5.4
45
- 5.5
56
- 5.6
67

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.5.9",
8+
"php": ">=5.4.16",
99
"adldap2/adldap2": "5.0.*",
1010
"laravel/framework": "5.*"
1111
},

0 commit comments

Comments
 (0)