-
Notifications
You must be signed in to change notification settings - Fork 7
Replace webmozart/path-util with symfony/filesystem #28
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
composer.json
Outdated
| "php": "^7.4 || ^8.0", | ||
| "psr/log": "^1.0", | ||
| "webmozart/path-util": "^2.3" | ||
| "psr/log": "^1.0" |
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.
needs to be in require, currently it's in require-dev
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.
I have just removed the path-util. Should I also move the logger to the dev dependencies?
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.
sorry, i meant, symfony/filesystem needs to be in require, assuming that this library used the Path:: function
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.
Ah makes sense, I'll do that.
|
And about the composer plugins I don't know how we want to handle those. |
|
r.e. the composer plguins, just do what composer says and allow them in |
|
Done |
|
Is there anything else left to do? |
|
thanks |
No description provided.