alchemy-fr / PHP-dataURI

A PHP dataURI library, RFC 2397 Compliant
Other
59 stars 25 forks source link

Fixed test input & added symfony 4.0 dependency #15

Closed janisgitendorfs closed 6 years ago

janisgitendorfs commented 6 years ago

There is missing image file from source so i replaced that with placeholder one to pass the tests.

Lumen 5.6 requires symfony version 4.0 and this package has been used in twig extension. This will fix twig data-uri extension package (that depends on this package) that allows to use that extension while running it on lumen 5.6

janisgitendorfs commented 6 years ago

Travis-CI failed

PHP 5.3 is supported only on Precise. See https://docs.travis-ci.com/user/reference/trusty#PHP-images on how to test PHP 5.3 on Precise. Terminating.

This is just error in travis side for php 5.3 version.

martinssipenko commented 6 years ago

@jygaulier can we expect a release of this? Oterwise it cant be installed even tho its merged.