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

Dependency for winzou/state-machine with wrong version number #39

Closed
rmezhuev opened this issue Apr 24, 2020 · 2 comments
Closed

Dependency for winzou/state-machine with wrong version number #39

rmezhuev opened this issue Apr 24, 2020 · 2 comments

Comments

@rmezhuev
Copy link

In composer.json

    "require": {
        "php": "^7.2.5",
        "illuminate/support": "^7.0",
        "winzou/state-machine": "^0.4.0"
    },

Produces error during installation

 composer require sebdesign/laravel-state-machine

sebdesign/laravel-state-machine v3.0.0 requires winzou/state-machine ^0.4.0 -> no matching package found.

@sebdesign
Copy link
Owner

Please add the following section to your composer.json:

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/sebdesign/state-machine"
    }
]

@rmezhuev
Copy link
Author

Thank you, for some reason I skipped this part in readme instructions

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

2 participants