You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is the package requires symfony/console: ^4 || ^5 but the constants Command::FAILURE and Command::SUCCESS are only available in version 5 and above, so the package should not require or be compatible with version 4.
The text was updated successfully, but these errors were encountered:
Hi, I replaced the constants SUCCESS and FAILED with 0 and 1 (so in theory compatible with symfony 4 and with php 7.1).
Let me know if it works with version 1.9.10 or not and if it need others adjustments.
Hi, I replaced the constants SUCCESS and FAILED with 0 and 1 (so in theory compatible with symfony 4 and with php 7.1).
Let me know if it works with version 1.9.10 or not and if it need others adjustments.
The issue is the package requires symfony/console: ^4 || ^5 but the constants Command::FAILURE and Command::SUCCESS are only available in version 5 and above, so the package should not require or be compatible with version 4.
The text was updated successfully, but these errors were encountered: