-
Notifications
You must be signed in to change notification settings - Fork 383
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
Laravel 11 compatiblity #391
Comments
Hi, I was trying and I get this error:
|
@themsaid Any updates? |
@themsaid bump |
Cannot install in Laravel Sail (11) environment.
When running "sail composer require themsaid/wink", error is received with response, "Your requirements could not be resolved to an installable set of packages."
Seems to be:
PHP Version Compatibility: The error message indicates that your PHP version (8.3.3) does not meet the requirements specified by Wink. Wink requires PHP versions 7.1, 7.3, or higher (but is not accepting 8.3.3).
Laravel Framework Compatibility: Wink has specific requirements regarding the Laravel framework version. My root composer.json file specifies a requirement of Laravel version 11.0, which conflicts with the required versions by Wink.
Expected:
Should be able to install wink using instruction on readme:
composer require themsaid/wink
php artisan wink:install
php artisan storage:link
Actual:
With L11 (Sail) the following error is received when attempting to require package:
The text was updated successfully, but these errors were encountered: