You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Expected result
Installation of packages.
Actual result
Installation warning.
Proposed solution
Add composer.lock to .gitignore
The text was updated successfully, but these errors were encountered:
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
Steps to reproduce
It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples.
Expected result
Installation of packages.
Actual result
Proposed solution
Add composer.lock to .gitignore
The text was updated successfully, but these errors were encountered: