-
Notifications
You must be signed in to change notification settings - Fork 54
[WIP] Require min. PHP 7.1 and Symfony 3.4 #81
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
Conversation
I need help with tests. There is some custom command autloading, which is not possible since Symfony 3.4, resp. Symfony 4. Is that external doctrine bundle needed for something or just random bundle? I'd recommend adding those command in config manually instead. # tests/services.yml
services:
_defaults:
autoconfigure: true
SomeCommand: ~ |
According to git blame you added the doctrine dependency some time ago: |
Oh, shit on myself :D 🤕 🌴 thanks past me! I'll take care of this |
This reverts commit d0ca3ab.
I'm sorry but It took me much more time than I expected and I don't have such great experience with imlementing packages under new Flex architecture, nor know how to test it easily. I'm not able to put more to this, but feel free to taky any part of this and use in your own PRs. |
Thank you for your afford! I will see if I get some time to work on this but i seems that now only the |
Sorry, not using this bundle anymore |
Related Changes
/src
and tests to/tests
instead of mixing code with meta files in repository rootTests
orvendor
manually for each one