-
Notifications
You must be signed in to change notification settings - Fork 3
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 monolog v. 2 #1
Conversation
Cleaned up Phpdocs, unused namespaces, fixed tests using Closures as …
* Replace symfony/serializer dependency with Util class * Fix indentation issue
`~3.0` covers `~3.1` as well because it is equivalent to `>=3.0.0.0-dev <4.0.0.0-dev`
Added link to Medium post in ReadMe
* Add support for symfony4 * fix travis.yml
Corrects a typo in the documentation.
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.
the errors are for monolog compatibility, should not be causes of this PR.
The changes work for me, leave some small suggestions to fix.
Finally aligning the packages versions made the dummy error from the description disappear. Although now we have the following error and warnings to fix:
|
8d0de12
to
a75ac03
Compare
a75ac03
to
461995b
Compare
The problem was with the old PHP Unit Test Case base class
chore: update symfony/serializer version
We need to support Monolog v. 2 in order to update the dependencies of LinioPay/API and LinioPay/Vault.
In order to do this, we need this package (monolog-cascade) to also support Monolog v. 2. After shifting the version on the composer.json, and running the php unit tests, we have some work ahead:
theorchard/monolog-cascade