Skip to content

Commit 0134225

Browse files
committed
Require PHP 7.1+
1 parent 6b35d98 commit 0134225

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: php
22
php:
3-
- 5.6
4-
- 7.0
53
- 7.1
64
- 7.2
75

@@ -12,10 +10,6 @@ branches:
1210
before_install:
1311
- composer install
1412

15-
matrix:
16-
allow_failures:
17-
- php: 7.2
18-
1913
env:
2014
TRELLIS_CONFIG_DIR=test/resources/config/
2115

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
A simple way to expose static assets as a read-only <a href="https://www.w3.org/TR/ldp/">LDP</a> server.
44

5-
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%205.6-8892BF.svg?style=flat-square)](https://php.net/)
5+
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.1-8892BF.svg?style=flat-square)](https://php.net/)
66
[![Build Status](https://travis-ci.com/trellis-ldp/static-ldp.svg?branch=master)](https://travis-ci.com/trellis-ldp/static-ldp)
77
[![Build status](https://ci.appveyor.com/api/projects/status/pad3wdgd43lg1nou?svg=true)](https://ci.appveyor.com/project/acoburn/static-ldp)
88

99
## Requirements
1010

11-
* PHP 5.6+
11+
* PHP 7.1+
1212
* [Composer](https://getcomposer.org/)
1313
* The <a href="http://php.net/manual/en/book.mbstring.php">mbstring</a> extension
1414
* The <a href="http://php.net/manual/en/book.pcre.php">pcre</a> extension

0 commit comments

Comments
 (0)