Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Version Requirement is now 5.5 (because of dependency change) #29

Closed
Patabugen opened this issue Jun 22, 2015 · 0 comments
Closed
Labels

Comments

@Patabugen
Copy link

zendframework/zend-authentication as of version 5.2.2 required PHP 5.5, so slim-auth will need to either be more specific about the zend-authentication version (5.2.1 is OK) or update it's own PHP minimum version.

Compare:
https://packagist.org/packages/zendframework/zend-authentication#2.5.2
https://packagist.org/packages/zendframework/zend-authentication#2.5.1

As a workaround for developers we can specify the Zend Auth version in our composer.json:

{
    "require": {
        "jeremykendall/slim-auth": "dev-master",
        "zendframework/zend-authentication" : "2.5.1",
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants