Skip to content
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

Currently there is no support for consolidation/robo:2.x #19

Open
Sweetchuck opened this issue Feb 2, 2022 · 1 comment
Open

Currently there is no support for consolidation/robo:2.x #19

Sweetchuck opened this issue Feb 2, 2022 · 1 comment

Comments

@Sweetchuck
Copy link

Current situation

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.

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

:-(

@Sweetchuck
Copy link
Author

For those who have a project with 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"
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant