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
Open

Add Prompt interface to stock enable command #324

njames opened this issue Aug 31, 2023 · 2 comments

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

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

1 participant