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

Downgrading phpunit? #19

Closed
diegoacuna opened this issue Jun 1, 2016 · 3 comments
Closed

Downgrading phpunit? #19

diegoacuna opened this issue Jun 1, 2016 · 3 comments

Comments

@diegoacuna
Copy link

diegoacuna commented Jun 1, 2016

Hi, nice work on this repo. I have installed on my machine php 5.5.25 and by default the composer file on the repo doesn't work because phpunit 5.0 requires at least php 5.6. I've changed phpunit version to ^4.8.0 with no errors on composer update/install and on:

php ./vendor/bin/phpunit

Maybe to extend support to php >= 5.5.9 is an option to downgrade phpunit to ^4.8.0?

@krzysiekpiasecki
Copy link
Owner

krzysiekpiasecki commented Jun 1, 2016

How is it possible? Required dependency is just a "php >=5.5.9".

@krzysiekpiasecki
Copy link
Owner

I decided to upgrade php to next minor release. Security Support for this branch will expire in 1 month.

Thanks @diegoacuna

@krzysiekpiasecki
Copy link
Owner

krzysiekpiasecki commented Jun 1, 2016

@diegoacuna Finally i follow your advice and minimum php version supported by the symfony. The change was publish at 1.3.0.

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants