Skip to content

Commit 4c313e7

Browse files
committed
Minimum supported PHP version 7.1
1 parent b9f2475 commit 4c313e7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ language: php
22

33
matrix:
44
include:
5+
- php: 7.1
56
- php: 7.2
7+
- php: nightly
68
fast_finish: true
79

810
sudo: false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Simple slugger for PHP 7.2+ based on ICU
1+
# Simple slugger for PHP 7.1+ based on ICU
22

33
[![Gitter](https://badges.gitter.im/sunrise-php/support.png)](https://gitter.im/sunrise-php/support)
44
[![Build Status](https://api.travis-ci.com/sunrise-php/slugger.svg?branch=master)](https://travis-ci.com/sunrise-php/slugger)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"homepage": "https://anatoly.fenric.ru/"
1111
}],
1212
"require": {
13-
"php": "^7.2",
13+
"php": "^7.1",
1414
"ext-intl": "*"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)