php 7.1
grekpg opened this issue · 2 comments
grekpg commented
Why this bundle is limited to 7.0 ?
php: ^5.6|^7.0 - 7.1 is not supported.
egeloen commented
AFAIK, ^5.6|^7.0
is equivalent to >=5.6,<8.0
. ^
means BC by using SemVer RFC so, 7.1
should be supported.
egeloen commented
Closing, see the travis build which works on 7.1: https://travis-ci.org/egeloen/IvoryCKEditorBundle