mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02:00
fix: init command detecting laravel
This commit is contained in:
@ -119,6 +119,6 @@ final readonly class Init implements HandlesArguments
|
||||
*/
|
||||
private function isLaravelInstalled(): bool
|
||||
{
|
||||
return InstalledVersions::isInstalled('laravel/laravel');
|
||||
return InstalledVersions::isInstalled('laravel/framework');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user