- Issue created by @AlfTheCat
- 🇮🇳India samir_shukla bareilly
Hi, I installed the module with composer without any issues. U can doing composer update , or in specific update the specific packages mentioned in the issue,example:
composer update scotteh/php-goose guzzlehttp/guzzle league/uri symfony/css-selectorI hope it helps.
- 🇹🇭Thailand AlfTheCat
Hi Samir, thanks for the guidance. I tried running those update commands but composer reports with a straight face that there is nothing to update. Only interesting thing I got back from the terminal is: "Package "league/uri" listed for update is not locked.
Running 'composer update' also does not update any of the listed packages.
I manually downloaded and installed the module, I'll see if it works.
- 🇩🇪Germany marcus_johansson
Hi AlfTheCat,
It could be that you have installed something that requires a higher version of Guzzle than @samir_shukla, thus getting different results.
The problem is that since there is not stable version, it gets alpha1 for some reason.
What you can do until the beta versions are released is to:
1. Follow instructions here: https://www.drupal.org/project/ai_interpolator_simple_crawler →
2. Run composer require 'drupal/ai_interpolator_simple_crawler:^1.0.0-alpha3' - 🇹🇭Thailand AlfTheCat
Hi Marcus, thanks, I've found the updated guidance and will test when I get a chance. Looking forward to the results!