-
Notifications
You must be signed in to change notification settings - Fork 46
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
query re: compatibility with symfony/console:^5 #98
Comments
Ideally you would use the phar for a global install. I can take a look at bumping these though |
I've a general preference for not installing things globally, which can at times get a little troublesome when upstream dependencies (like symfony/console) get updated :s |
This would have been a great addition to v2.2.0 |
Seems it not work. {
"require": {
"symfony/console": "^5.0"
}
}
|
run |
sorry, i read
and think that it is a commit, but it was mentioned only :) |
phpmnd is compatible with symfony ^5.0 since 2.3.0. |
I've a general preference for using
composer require --dev
rather than using global installs/phar builds.Are there any plans to nudge up compatibility with symfony/console, i.e.
symfony/console:^4.0|^5.0
?The text was updated successfully, but these errors were encountered: