egeloen / IvoryCKEditorBundle

Provides a CKEditor integration for your Symfony project.
MIT License
336 stars 114 forks source link

php 7.1 #321

Closed grekpg closed 6 years ago

grekpg commented 6 years ago

Why this bundle is limited to 7.0 ? php: ^5.6|^7.0 - 7.1 is not supported.

egeloen commented 6 years ago

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 6 years ago

Closing, see the travis build which works on 7.1: https://travis-ci.org/egeloen/IvoryCKEditorBundle