Laurent Laville

Results 239 comments of Laurent Laville

I've an idea to fix such situation, but it can take time ... I'll work on it later

Just test it today and I confirm this issue with IE 11.0.9600.17959 and user agent "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"

The main reason why PHP 7.1 code is not supported, is that this package used `"nikic/php-parser": "^2.0"` constraint. I suggest to upgrade it to at least [3.0](https://github.com/nikic/PHP-Parser/blob/master/UPGRADE-3.0.md); better will be...

I've tested some of common versions we can find from Composer installation (use cases are identified in following script by `$versionProvider`) ```php use PharIo\Version\VersionConstraintParser; use Composer\Semver\VersionParser; // @see https://github.com/composer/semver/ //...

Hello Maximillien, Your bundle seems very cool, and I'd like to use it, but it suffer of a lack of documentation; especially a full example. I've tried to implement the...

Hello Maximilien, Finally I've tested it yesterday, and I like it. Even if it was difficult to understand how to use it. Finally nothing is impossible ! When I'll finish...

Thanks for sharing this Maximilien. I'll have a look later on this demo repo !

My roadmap / Will do : - [x] initialize new branch `6.0` that will support future PHP 8.2 version. - [x] tag new application version to `6.0-dev` until PHP 8.2...