Heads up, composer require wpackagist-plugin/woocommerce gets you a bad release right now (10.0.1 )
https://wordpress.org/plugins/woocommerce/ shows the actual latest version (9.9.5 ) — to grab the correct version:
composer require wpackagist-plugin/woocommerce:9.9.5
This has happened in the past before and I’m not sure there’s anything wpackagist can do about it (related issue on their repo)