Skip to content

Allows more recent versions of the dependencies jms/serializer and sy…#46

Merged
baev merged 1 commit intoallure-framework:masterfrom
hostep:fixes-issue-45
Jan 9, 2020
Merged

Allows more recent versions of the dependencies jms/serializer and sy…#46
baev merged 1 commit intoallure-framework:masterfrom
hostep:fixes-issue-45

Conversation

@hostep
Copy link
Contributor

@hostep hostep commented Oct 14, 2019

…mfony/http-foundation to be installed.

Fixes #45

After changing the composer.json file, I ran composer update jms/serializer symfony/http-foundation so the composer.lock file is also up2date. Doing so executed the following actions:

- Installing symfony/polyfill-php70 (v1.12.0)
- Updating jms/serializer (0.16.0 => 1.14.0)
- Updating symfony/http-foundation (v2.8.34 => v3.4.32)

I checked compatibility of symfony/http-foundation and this should be safe to use until version 5.0.0, which will drop support for Symfony\Component\HttpFoundation\File\MimeType\ExtensionGuesser and Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser: https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md#500

Those two classes are already being deprecated in Symfony 4.3 btw:

I haven't checked compatibility of jms/serializer with its 1.x versions, but I think it should be safe.

Thanks!

@CLAassistant
Copy link

CLAassistant commented Oct 15, 2019

CLA assistant check
All committers have signed the CLA.

@baev baev merged commit 2c66b9f into allure-framework:master Jan 9, 2020
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.

Modernize composer dependencies

3 participants