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
Add the new fancy Prompts interface to the enable command.
I have forked the repo and started on it
The text was updated successfully, but these errors were encountered:
So takeout has
"platform": { "php": "8.0.2" }
even thought it has php ^8.1
php ^8.1
So composer require laravel/prompts fails as
composer require laravel/prompts
Root composer.json requires php ^8.1 but your php version (8.0.2; overridden via config.platform, actual: 8.2.9) does not satisfy that requirement.
Can we bump config.platform to at least 8.1 please?
Sorry, something went wrong.
or just remove it
I have jiggled the composer.json here https://github.com/squarecloudlabs/takeout/blob/add-prompts-to-enable/composer.json
Successfully merging a pull request may close this issue.
Add the new fancy Prompts interface to the enable command.
I have forked the repo and started on it
The text was updated successfully, but these errors were encountered: