Moh@

Results 3 comments of Moh@

Look at https://github.com/antonioribeiro/tracker/issues/536

1. Delete your project **vendor** file 2. Remove **"pragmarx/tracker":^xx** line from your composer.json 3. Delete also the **composer.lock** file 2. Run **composer i** 3. then run **composer require pragmarx/tracker** This...

> Solved. > > Issue attached > ![issue](https://user-images.githubusercontent.com/4817599/132984084-e079f542-65a3-4ebe-bc27-531d8c030509.png) > > Update your composer with following line > "doctrine/dbal": "^2.6", > > ![solution](https://user-images.githubusercontent.com/4817599/132984112-0248e7f2-a1ed-4147-8ea9-9fb891e988b6.png) > > composer require pragmarx/tracker -W Nice