-
Notifications
You must be signed in to change notification settings - Fork 51
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
Provide migration path to 2.* #72
Comments
I remember the deprecated method was Also please check out our example application, it will show you the API (it's basically the same):
The new things in Command is that The change log is here: https://github.com/c9s/CLIFramework/blob/master/CHANGELOG.md |
If you're using some CLIFramework API, there is a new service container based on pimple: https://github.com/c9s/CLIFramework/blob/master/src/CLIFramework/ServiceContainer.php |
Does it work for you? |
Hi @igorsantos07, Just updated the documentation for some components: https://github.com/c9s/CLIFramework/wiki |
I have an application that currently depends on 1.5.* branch.
It seems the package got a lot of updates since them, things got deprecated and others simply don't work anymore.
However, I can't see anything useful in the README or CHANGELOG files. Please, is there any help on updating the package? It's very bad for users when packages get upgraded without info on how to upgrade.
The text was updated successfully, but these errors were encountered: