Skip to content
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

composer.lock not up to date #1215

Open
techalgo opened this issue Dec 1, 2023 · 3 comments
Open

composer.lock not up to date #1215

techalgo opened this issue Dec 1, 2023 · 3 comments
Assignees
Labels
Fix Proposed When pull request is proposed for the issue. Fixed Bug fixed.

Comments

@techalgo
Copy link

techalgo commented Dec 1, 2023

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

@prabhat-webkul
Copy link
Collaborator

updated lock file by #1227

@prabhat-webkul prabhat-webkul added the Fix Proposed When pull request is proposed for the issue. label Mar 14, 2024
@komal-sh-27
Copy link
Collaborator

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

@harshit-webkul
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Proposed When pull request is proposed for the issue. Fixed Bug fixed.
Projects
None yet
Development

No branches or pull requests

4 participants