Skip to content

Commit

Permalink
Minimum supported PHP version 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fenric committed Dec 21, 2018
1 parent b9f2475 commit 4c313e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ language: php

matrix:
include:
- php: 7.1
- php: 7.2
- php: nightly
fast_finish: true

sudo: false
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Simple slugger for PHP 7.2+ based on ICU
# Simple slugger for PHP 7.1+ based on ICU

[![Gitter](https://badges.gitter.im/sunrise-php/support.png)](https://gitter.im/sunrise-php/support)
[![Build Status](https://api.travis-ci.com/sunrise-php/slugger.svg?branch=master)](https://travis-ci.com/sunrise-php/slugger)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"homepage": "https://anatoly.fenric.ru/"
}],
"require": {
"php": "^7.2",
"php": "^7.1",
"ext-intl": "*"
},
"require-dev": {
Expand Down

0 comments on commit 4c313e7

Please sign in to comment.