Luke Rodgers
Luke Rodgers
Closing this as we continue to use shipments via rest api without issue https://github.com/AmpersandHQ/magento2-disable-stock-reservation/pull/110 This can be reopened if verified thanks
https://github.com/magento/inventory/blob/50315c91617073d5d05f2503dbfd8d29cb93d9af/InventoryBundleProduct/etc/di.xml#L9-L11 I've seen on a magento slack channel that Bundle stock checks do not behave properly when done via API requests. This may be why we struggled to reproduce the...
Seeing this issue also
Hello @lseppala There are 3 options it seems yes. [See it in the composer core code](https://github.com/composer/composer/blob/f5ffedfe60b5b0043c368b91e656288517aad0d9/src/Composer/Command/UpdateCommand.php#L216-L221). ```php ///Composer\Command\UpdateCommand::execute $updateAllowTransitiveDependencies = Request::UPDATE_ONLY_LISTED; if ($input->getOption('with-all-dependencies')) { $updateAllowTransitiveDependencies = Request::UPDATE_LISTED_WITH_TRANSITIVE_DEPS; } elseif ($input->getOption('with-dependencies'))...
> such as an update to phpunit/phpunit also including an update for doctrine/orm, not sure if other people are seeing the same sort of thing. @cs278 I definitely saw some...
@johnbillion I would agree this is a duplicate of that. Although this issue has a few more technical details of what is happening under the hood I think.
As of this release https://blog.packagist.com/composer-2-7-and-cve-2024-24821/ >We added a new --minimal-changes (-m) flag to composer update, require, and remove. The option can be combined with --with-dependencies or --with-all-dependencies to perform a...
Hello @blackfire-tortue-geniale Hope you don't mind the tag, i just see you doing most of the recent commits in this repo. do you have any advice on the above?
Cross linking with https://magento.stackexchange.com/a/350046/17176 just so I can share some notes more appropriately.
@hostep yeah this is the exact kind of error this will flag up and catch.