Closed GrantBartlett closed 3 years ago
Expected behavior: Composer install to finish
Actual behavior: Composer install hangs on trying to install. It goes "Something's changed, looking at all rules again". I left this running for about 10 minutes and was still checking.
Reproduce steps:
composer install -vvv
Version: v3.0.4
Additional Information: Composer version: 2 php 7.4.3 Ubuntu 20.04
Did some further digging, this might be a non issue. But if it happens for anyone else, this seemed to resolve my issue:
Changing "tastyigniter/flame": "~1.0" to "tastyigniter/flame": "~1.1"
"tastyigniter/flame": "~1.0"
"tastyigniter/flame": "~1.1"
Yeah looks like a non issue - you should always use the latest flame.
Fixed here: https://github.com/tastyigniter/TastyIgniter/commit/5c5c91cf8eb6a04d12c870b6f0323d6ca133565c
Expected behavior: Composer install to finish
Actual behavior: Composer install hangs on trying to install. It goes "Something's changed, looking at all rules again". I left this running for about 10 minutes and was still checking.
Reproduce steps:
composer install -vvv
Version: v3.0.4
Additional Information: Composer version: 2 php 7.4.3 Ubuntu 20.04
Did some further digging, this might be a non issue. But if it happens for anyone else, this seemed to resolve my issue:
Changing
"tastyigniter/flame": "~1.0"
to"tastyigniter/flame": "~1.1"