We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is no support for consolidation/robo:2.x. There was, until #16 was not merged.
The PR author yenyasinn recommended:
3.x branch is recommended to be created.
@ademarco said that:
Let's do this on a 3.x branch, I'll open it right away.
But it never happened.
In an earlier PR #13 I also recommended to open a 3.x branch, in order to make it clear which robo-config version compatible which robo version.
robo-config
robo
nuvoleweb/robo-config 1.x
{ "require": { "consolidation/robo": "~1" }, }
nuvoleweb/robo-config 2.x
{ "require": { "consolidation/robo": "^3.0" }, }
and there is no nuvoleweb/robo-config 3.x
:-(
The text was updated successfully, but these errors were encountered:
For those who have a project with consolidation/robo:^2.0.
consolidation/robo:^2.0
{ "repositories": { "nuvoleweb/robo-config - Issue #19": { "type": "package", "package": { "name": "nuvoleweb/robo-config", "description": "CI/developer-friendly configuration processor for Robo.", "type": "robo-tasks", "license": "GPL-2.0-or-later", "version": "2.99.99", "dist": { "type": "zip", "url": "https://github.com/nuvoleweb/robo-config/archive/81e9983146c6e4c7acc7584d1a92451eaecfd695.zip" }, "source": { "type": "git", "url": "https://github.com/nuvoleweb/robo-config.git", "reference": "81e9983146c6e4c7acc7584d1a92451eaecfd695" }, "authors": [ { "name": "Antonio De Marco", "email": "[email protected]" } ], "require": { "consolidation/robo": "^2.1" }, "autoload": { "psr-4": { "NuvoleWeb\\Robo\\Task\\Config\\": "src/" } } } } }, "require": { "consolidation/robo": "^2.0" }, "require-dev": { "nuvoleweb/robo-config": "2.99.99" } }
Sorry, something went wrong.
No branches or pull requests
Current situation
There is no support for consolidation/robo:2.x.
There was, until #16 was not merged.
The PR author yenyasinn recommended:
@ademarco said that:
But it never happened.
In an earlier PR #13 I also recommended to open a 3.x branch, in order to make it clear which
robo-config
version compatible whichrobo
version.nuvoleweb/robo-config 1.x
nuvoleweb/robo-config 2.x
and there is no nuvoleweb/robo-config 3.x
:-(
The text was updated successfully, but these errors were encountered: