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

Switch to Symfony's version of the Path helper #89

Merged
merged 5 commits into from
Jan 19, 2022

Conversation

m-vo
Copy link
Member

@m-vo m-vo commented Jan 18, 2022

Closes #86

This PR requires symfony/filesystem in version 5.4 and drops the abandoned webmozart/path-util. This effectively enforces at least PHP 7.2, so I dropped the 7.1 runs from the CI and updated our PHP requirement as well.

I also refactored the usage of string concatenation to Path::join() calls in ebcf662 and 4ca666d.

composer.json Outdated Show resolved Hide resolved
m-vo and others added 2 commits January 18, 2022 17:07
Co-authored-by: Martin Auswöger <martin@auswoeger.com>
@ausi
Copy link
Member

ausi commented Jan 18, 2022

Before merging this we need to make contao 4.9 compatible with symfony/filesystem 5.4 as discussed in #86 (comment)

@m-vo
Copy link
Member Author

m-vo commented Jan 18, 2022

Before merging this we need to make contao 4.9 compatible with symfony/filesystem 5.4 as discussed in #86 (comment)

see contao/contao#3957

@ausi ausi requested a review from leofeyer January 18, 2022 18:01
@m-vo
Copy link
Member Author

m-vo commented Jan 19, 2022

For the record contao/contao#3966 was merged, so the next 4.9 release will be compatible with the changes from this PR.

@ausi ausi merged commit 22f07ba into contao:1.x Jan 19, 2022
@ausi
Copy link
Member

ausi commented Jan 19, 2022

Thank you @m-vo

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.

Use symfony/filesystem instead of webmozart/path-util
3 participants