laravel-crm icon indicating copy to clipboard operation
laravel-crm copied to clipboard

composer.lock not up to date

Open techalgo opened this issue 1 year ago • 3 comments

Bug report

Title

The lock file is not up to date with the latest changes in composer.json .

Issue Description

Warning during installation: The lock file is not up to date with the latest changes in composer.json. Required package "barryvdh/laravel-dompdf" is in the lock file as "v2.0.0" but that does not satisfy your constraint "^1.0".

Preconditions

1. framework Version: 1.2.4

Steps to reproduce

It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples.

1. git clone https://github.com/techalgo/laravel-crm.git
2. cd laravel-crm
3. composer install
file_not_up_to_date_composer lock

Expected result

Installation of packages.

Actual result

Installation warning.

Proposed solution

Add composer.lock to .gitignore

techalgo avatar Dec 01 '23 05:12 techalgo

updated lock file by https://github.com/krayin/laravel-crm/pull/1227

prabhat-webkul avatar Mar 14 '24 12:03 prabhat-webkul

I have checked this issue, now issue has been resolved now with this PR #1227

komal-sh-27 avatar Apr 12 '24 09:04 komal-sh-27

Checked that the issue has been resolved with this PR #1227.

harshit-webkul avatar Apr 25 '24 11:04 harshit-webkul