Skip to content

Should have a "minimum-stability" description at documentation? #1058

Open
@marcosfreitas

Description

@marcosfreitas

So, In my very first install, my project has a "minimum-stability : stable" instruction into composer.json. It hurts the installation process of some (or all) dependencies, so I could not fix that changing to "dev" instead of "stable" and installing puli/composer-plugin, so I don't know what is the best approach here. Could anyone describe the necessary minimum-stability to use the Geocoder package and additional providers?

Bellow, it is my current composer.json dependencies:

{
    "name": "marcos/itcm-google-maps-interceptor-for-csv-importer",
    "type": "project",
    "require": {
        "geocoder-php/google-maps-provider": "^4.4",
        "php-http/guzzle6-adapter": "^2.0",
        "vlucas/phpdotenv": "^4.1"
    },
    "minimum-stability": "dev",
    "require-dev": {
        "symfony/var-dumper": "^5.0"
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions