File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ language: php
22
33matrix :
44 include :
5+ - php : 7.1
56 - php : 7.2
7+ - php : nightly
68 fast_finish : true
79
810sudo : false
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 1010 "homepage" : " https://anatoly.fenric.ru/"
1111 }],
1212 "require" : {
13- "php" : " ^7.2 " ,
13+ "php" : " ^7.1 " ,
1414 "ext-intl" : " *"
1515 },
1616 "require-dev" : {
You can’t perform that action at this time.
0 commit comments