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
In composer.json
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.
The text was updated successfully, but these errors were encountered:
Please add the following section to your composer.json:
"repositories": [ { "type": "vcs", "url": "https://github.com/sebdesign/state-machine" } ]
Sorry, something went wrong.
Thank you, for some reason I skipped this part in readme instructions
No branches or pull requests
In
composer.json
Produces error during installation
sebdesign/laravel-state-machine v3.0.0 requires winzou/state-machine ^0.4.0 -> no matching package found.
The text was updated successfully, but these errors were encountered: