tractorcow / silverstripe-dynamiccache

Simple on the fly caching of dynamic content for Silverstripe
39 stars 27 forks source link

Composer warning with PHP 7 #64

Closed ghost closed 6 years ago

ghost commented 6 years ago

I get requirement warning with Composer using PHP 7.1.6

Haven't tested if it works though, will do and give feedback.

tractorcow commented 6 years ago

Hi @hpeide can you please show me the warning?

silbinarywolf commented 6 years ago

My assumption would be that this: https://github.com/tractorcow/silverstripe-dynamiccache/blob/master/composer.json#L17

Needs to be >= or have an OR condition for PHP 7 and up.

ghost commented 6 years ago

Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

tractorcow commented 6 years ago

Fixed. :)