You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2024. It is now read-only.
Hello, @MewesK.
According composer.json of PHPExcel, it supports PHP7 and newer.
In my local machine I have installed php 7.1.5. I tried to run php unit tests of TwigExcelBundle with my version of php and it works fine (except some tests for XLS format, but I understood that it's normal: limited functionality as you wrote).
So, could you please change your composer requirements from "php": "5.5.9 - 7.0", to "php": "5.5.9 - 7.1", ?
Hello, @MewesK.
According composer.json of PHPExcel, it supports PHP7 and newer.
In my local machine I have installed php 7.1.5. I tried to run php unit tests of TwigExcelBundle with my version of php and it works fine (except some tests for XLS format, but I understood that it's normal: limited functionality as you wrote).
So, could you please change your composer requirements from
"php": "5.5.9 - 7.0",to"php": "5.5.9 - 7.1",?