- 🇪🇸Spain janseteHello luigimannoni, Do you know if we change manually the library, will it works without more changes? To know until the maintainers fix them. 
- 🇪🇸Spain janseteMy temporary solution: Override lullabot/amp repository in composer.json using luigimannoni fork: "lullabot/amp": { "type": "package", "package": { "name": "lullabot/amp", "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/deimosindustries/amp-library.git", "reference": "6a3074586ead73cd47cb4fc4e2c429df19fcc2b6" } } }
- 🇪🇸Spain janseteI have found a simplier solution. Only do this: 
 composer require gravitypdf/querypathThe replace property of gravitypdf composer.json, delete deprecated library and use the new one. 
- 🇬🇧United Kingdom luigimannoniHi Jansete, 
 half a year has passed and I almost forgot about this issue.Think just requiring `gravitypdf/querypath` if you have only the amp module it's enough as you posted, I created that package because a require of the overridden querypath package wasn't enough if you have multiple modules requiring different forks/versions of querypath and resulted in a dependency lock on Composer 2. 
- 🇸🇮Slovenia joco_spRunning composer require gravitypdf/querypathdid the trick. Thank you @jansete :)