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

Commit 9d75a78

Browse files
committed
Require PHP 7.1 for new release
1 parent 2d48aa7 commit 9d75a78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4-
- 7.0
54
- 7.1
65
- 7.2
6+
- 7.3
77

88
before_install: echo "extension=ldap.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
99

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"type": "project",
77
"require": {
8-
"php": ">=7.0",
8+
"php": ">=7.1",
99
"adldap2/adldap2": "^9.0"
1010
},
1111
"require-dev": {

0 commit comments

Comments
 (0)