Eye4web / E4WZfcUserRedirectUrl

Change the redirect behaviour of ZfcUser to use URL's insteaf or routes in the redirect param
BSD 3-Clause "New" or "Revised" License
1 stars 7 forks source link

Update PHP version constraint to allow PHP 7 #2

Closed adamlundrigan closed 8 years ago

adamlundrigan commented 8 years ago

Not able to install this module on PHP 7 due to the version constraint in composer.json (~5.3):

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - eye4web/e4w-zfc-user-redirect-url 0.0.x-dev requires php ~5.3 -> your PHP version (7.0.0-5+deb.sury.org~wily+1) or "config.platform.php" value does not satisfy that requirement.
    - eye4web/e4w-zfc-user-redirect-url 0.0.x-dev requires php ~5.3 -> your PHP version (7.0.0-5+deb.sury.org~wily+1) or "config.platform.php" value does not satisfy that requirement.
    - Installation request for eye4web/e4w-zfc-user-redirect-url 0.0.x-dev -> satisfiable by eye4web/e4w-zfc-user-redirect-url[0.0.x-dev].

This PR updates the constraint to match ZfcUser (currently >=5.3.3)

Danielss89 commented 8 years ago

Thanks! I think a better one would be: ~5.3|~7.0 WDYT?

adamlundrigan commented 8 years ago

Definitely...no guarantee the module is compatible with PHP 10 ;) I'll send the same PR for ZfcUser as well

Danielss89 commented 8 years ago

great! thanks