jeanmarcos/inventory
Composer 安装命令:
composer require jeanmarcos/inventory
包简介
Community distribution of Magento Multi-Source Inventory (MSI) with curated fixes. Derived from magento/inventory (Copyright Adobe), redistributed under AFL-3.0. Not affiliated with or endorsed by Adobe.
README 文档
README
Community distribution of Magento Multi-Source Inventory (MSI) with curated community fixes shipped ahead of Adobe's upstream release cadence, redistributed under AFL-3.0.
It is a drop-in replacement for the open-source MSI modules: it keeps the
original Magento_Inventory* module names and Magento\Inventory* namespaces,
so no application code changes are required.
Derived from magento/inventory (Copyright Adobe). Not affiliated with or endorsed by Adobe.
Installation
composer require "jeanmarcos/inventory:2.4.9.*"
Pick the constraint that matches your Magento line:
| Magento line | Constraint | magento/framework |
|---|---|---|
| 2.4.7 | 2.4.7.* |
>=103.0.7 <103.0.8 |
| 2.4.8 | 2.4.8.* |
>=103.0.8 <103.0.9 |
| 2.4.9 | 2.4.9.* |
>=103.0.9 <103.0.10 |
Each release pins magento/framework to a single Magento line, so Composer
automatically selects the build matching your installation.
If you install from the Git repository directly instead of Packagist, add it as a VCS repository first:
{
"repositories": [
{ "type": "vcs", "url": "https://github.com/jeanmarcos-dev/inventory" }
]
}
Versioning
Releases are tagged 2.4.<line>.<n>, where <line> mirrors the Magento minor
line and <n> is this distribution's release counter (independent of Adobe's
-pN patch naming).
Branches
dist-2.4.7,dist-2.4.8,dist-2.4.9— the per-line distributions (packaging plus curated fixes). Releases are tagged here.develop— untouched mirror of upstreammagento/inventory.
License
Redistributed under AFL-3.0. The original Adobe/Magento copyright headers are retained in every source file.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: AFL-3.0
- 更新时间: 2026-07-12