I am trying to install krayin on my new Macbook M2 Pro. I was able to install this in 2022 but I guess the components i.e. barryvdh/laravel-dompdf have been auto updated. I got this error:
--->
composer create-project krayin/laravel-crm
Creating a "krayin/laravel-crm" project at "./laravel-crm"
Installing krayin/laravel-crm (v1.2.4)
- Installing krayin/laravel-crm (v1.2.4): Extracting archive
Created project in /Users/devops/Herd/laravel-crm
@php -r "file_exists('.env') || copy('.env.example', '.env');"
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you runcomposer update
orcomposer update <package name>
.
- Required package "barryvdh/laravel-dompdf" is in the lock file as "v2.0.0" but that does not satisfy your constraint "^1.0".
This usually happens when composer files are incorrectly merged or the composer.json file is manually edited.
Read more about correctly resolving merge conflicts https://getcomposer.org/doc/articles/resolving-merge-conflicts.md
and prefer using the "require" command over editing the composer.json file directly https://getcomposer.org/doc/03-cli.md#require-r
<---
Is there another way to install krayin?