Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Could not find package phpmetrics/symfony-extension #2

Open
ghost opened this issue Oct 6, 2016 · 2 comments
Open

Could not find package phpmetrics/symfony-extension #2

ghost opened this issue Oct 6, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 6, 2016

Seems to have dropped out of packagist?

@crazy-max
Copy link

You can create a custom composer.json like this :

{
    "name": "neard/phpmetrics",
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/phpmetrics/SymfonyExtension"
        }
    ],
    "require": {
        "phpmetrics/phpmetrics": "1.10.0",
        "phpmetrics/symfony-extension": "dev-master"
    }
}

@DavidGarciaCat
Copy link

Why not to add this extension to be downloaded from packagist, like the main package?
https://packagist.org/packages/phpmetrics/

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

No branches or pull requests

2 participants