Can't install on Laravel 8.38.0
sentiasa opened this issue · 1 comments
sentiasa commented
I tried to pull from composer composer require egulias/email-validator
but it's throwing me error:
Problem 1
- laravel/framework is locked to version v8.38.0 and an update of this package was not requested.
- laravel/framework v8.38.0 requires egulias/email-validator ^2.1.10 -> found egulias/email-validator[dev-master, 2.1.10, ..., 2.1.x-dev (alias of dev-master)] but it conflicts with your root composer.json require (^3.1).
Problem 2
- laravel/framework v8.38.0 requires egulias/email-validator ^2.1.10 -> found egulias/email-validator[dev-master, 2.1.10, ..., 2.1.x-dev (alias of dev-master)] but it conflicts with your root composer.json require (^3.1).
- laravel/sail v1.5.0 requires illuminate/console ^8.0|^9.0 -> satisfiable by laravel/framework[v8.38.0].
- laravel/sail is locked to version v1.5.0 and an update of this package was not requested.
Can you please guide me on this?
sentiasa commented
Oh, its already installed on the framework. Sorry about it