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

Add Prompt interface to stock enable command #324

Open
njames opened this issue Aug 31, 2023 · 2 comments · May be fixed by #328
Open

Add Prompt interface to stock enable command #324

njames opened this issue Aug 31, 2023 · 2 comments · May be fixed by #328

Comments

@njames
Copy link

njames commented Aug 31, 2023

Add the new fancy Prompts interface to the enable command.

I have forked the repo and started on it

@njames
Copy link
Author

njames commented Aug 31, 2023

So takeout has

        "platform": {
            "php": "8.0.2"
        }

even thought it has php ^8.1

So composer require laravel/prompts fails as

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?

@njames
Copy link
Author

njames commented Aug 31, 2023

or just remove it

I have jiggled the composer.json here
https://github.com/squarecloudlabs/takeout/blob/add-prompts-to-enable/composer.json

@tonysm tonysm linked a pull request Dec 18, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant