K Arun Singh
K Arun Singh

Reputation: 810

Unable to update composer, getting Deprecation Notice

Recently I wanted to add a new package (laravel-dompdf) in Laravel using composer. But it is throwing some Deprecated Notice. Initially I used composer for YII2 and was perfectly working.

Here is the screen short: enter image description here

Upvotes: 2

Views: 5318

Answers (1)

dwisuseno
dwisuseno

Reputation: 51

Just delete folder 'vendor' and file 'composer.lock'. Then 'composer global update'

IT WORKS.

Upvotes: 5

Related Questions