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

Support for symfony 4 (and 3.4) #57

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

lukaszwit
Copy link
Contributor

Symfony 3.4 is already out and should be supported. PHP 7.1 and 7.2 should also be no-problem update. The real chalange is symfony 4 but my fork works for me so we all should be fine

allowing symfony 4 usage
lexik_currency.adapter_collector should be public for this bundle to work but sf4 changes every service to private by default
Added modern versions of php - 7.1 + 7.2
Added new symfony versions 3.4 and 4.0
enforcing phpunit 5.7 (default verstion for php 7 is phpunit 6 and it is not compatible with old tests)
Adding phpunit to requirement to safely running test and avoiding phpunit 6 problems
Removed custom phpunit install
fixed syntax error in json file
less strict phpunit version
improved version requirements
@lukaszwit
Copy link
Contributor Author

Obviously symfony 4 won't work on php <7.1 so travis script needs to be adjusted.
Technically this bundle now works with symofny 4.

@ndyakov
Copy link

ndyakov commented Feb 20, 2018

@lexikteam Would you please review this.

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

Successfully merging this pull request may close these issues.

3 participants