-
Notifications
You must be signed in to change notification settings - Fork 24
Modernise library #17
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
|
Oh, that is strange, Travis did not run the 5.6 build. Not sure why not? |
composer.json
Outdated
| "symfony/yaml": "^2.5|^3.0|^4" | ||
| "php": "^5.6|^7.1", | ||
| "doctrine/mongodb": "^1.0", | ||
| "symfony/console": "^3.3|^4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why we drop symfony 2.7 and 2.8 and keep 3.3 ? AFAIK 2.7 and 2.8 are still supported.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tbh I saw 2.7 support finishes in May and thought that we don't maintain this library much so might as well drop it - but I had forgotten about 2.8. So I'll restore ^2
There are a bunch of different changes suggested here to bring the library up to date a bit.
Let me know what you think of them!