# magento/ece-tools 2002.2.12

> Version 2002.2.12 of magento/ece-tools, released 2026-07-20.

`composer require magento/ece-tools:2002.2.12`

Canonical URL: https://packagento.com/magento/ece-tools/2002.2.12

## At a glance

- **Released**: 2026-07-20
- **PHP**: ^8.0
- **QA**: failing

## What it does

Provides tools to build and deploy Magento 2 Enterprise Edition

## Dependencies

### Require

| Package | Constraint |
|---|---|
| colinmollenhour/credis | ^1.6.0 \|\| ^1.13 |
| composer/composer | ^1.9 \|\| ^2.8 \|\| !=2.2.16 |
| composer/semver | @stable |
| ext-json | * |
| ext-pdo | * |
| ext-sockets | * |
| graylog2/gelf-php | ^2.0.1 |
| guzzlehttp/guzzle | ^7.3 \|\| ^7.5 |
| illuminate/config | ^10.0 \|\| ^11.0 \|\| ^12.16 |
| magento/magento-cloud-components | ^1.0.8 |
| magento/magento-cloud-docker | ^1.4.0 |
| magento/magento-cloud-patches | ^1.0.20 |
| magento/quality-patches | ^1.1.0 |
| monolog/monolog | ^2.3 \|\| ^2.7 \|\| ^3.6 |
| nesbot/carbon | ^1.0 \|\| ^2.0 \|\| ^3.8 |
| php | ^8.0 |
| psr/container | ^1.0 \|\| ^2.0 |
| psr/log | ^1.0 \|\| ^2.0 \|\| ^3.0 |
| symfony/config | ^4.4 \|\| ^5.1 \|\| ^5.4 \|\| ^6.4 \|\| ^7.2 |
| symfony/console | ^4.4 \|\| ^5.1 \|\| ^5.4 \|\| ^6.4 \|\| ^7.2 |
| symfony/dependency-injection | ^4.4 \|\| ^5.1 \|\| ^5.4 \|\| ^6.4 \|\| ^7.2 |
| symfony/process | ^4.4 \|\| ^5.1 \|\| ^5.4 \|\| ^6.4 \|\| ^7.2 |
| symfony/serializer | ^4.4 \|\| ^5.4 \|\| ^6.4 \|\| ^7.2 |
| symfony/yaml | ^4.4 \|\| ^5.1 \|\| ^5.4 \|\| ^6.4 \|\| ^7.2 |

### Require (dev)

| Package | Constraint |
|---|---|
| codeception/codeception | ^5.1 |
| codeception/module-asserts | ^3.0 |
| codeception/module-db | ^3.0 |
| codeception/module-phpbrowser | ^3.0 |
| codeception/module-rest | ^3.0 |
| consolidation/robo | ^3.0 \|\| ^4.0 \|\| ^5.0 |
| funkjedi/composer-include-files | ^1.0 |
| php-mock/php-mock-phpunit | ^2.0 |
| phpmd/phpmd | @stable |
| phpstan/phpstan | 1.2.0 \|\| ^2.0 |
| phpunit/php-code-coverage | ^10.0 \|\| ^12.0 |
| phpunit/phpunit | ^10.0 \|\| ^12.0 |
| squizlabs/php_codesniffer | ^3.0 |

### Conflict

| Package | Constraint |
|---|---|
| nesbot/carbon | >=1.38 <2.0 |
| symfony/console | 4.4.27 \|\| 4.4.28 |

### Replace

| Package | Constraint |
|---|---|
| magento/ece-patches | * |
| magento/magento-cloud-configuration | * |

## Quality

Version 2002.2.12 fails the Packagento QA pipeline. Verdicts below are per-cell (Magento line × PHP version) for the matrixed tools, and run-once for the static / security tiers.


### Compatibility

Each Magento line is installed on its supported PHP versions, then the module is built (DI compile + static-content deploy). Cells show passed / failed / untested; staircase gaps render as `–`.

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | Pass | Pass | – | – |
| 2.4.8 | – | Pass | Pass | – |
| 2.4.9 | – | – | 1 | 1 |


### Code Quality

Advisory checks against the module's source. Never affect the Compatibility verdict — a phpcs finding can't make a module incompatible.

#### Static Analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

| Tool | Status | Findings | Summary |
|---|---|---|---|
| PHPCS | Fail | 344 | 34 errors, 310 warnings (ruleset: Magento2), 74 auto-fixable with phpcbf |
| PHPMD | Warning | 2101 | 2101 rule violations (UnusedPrivateField:2097, ExcessiveClassLength:2, NumberOfChildren:1, UnusedLocalVariable:1) |
| Cpd | Warning | 38 | 38 duplicated chunks spanning 1512 total lines (min-lines=5, min-tokens=70) |
| Composer validate | Info | 3 | valid; 3 advisory notes (composer validate --strict) |

#### PHPStan

Type-checks the module against a real Magento install. Re-runs per Magento + PHP version because resolvable symbols differ between releases.

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | 25 | 25 | – | – |
| 2.4.8 | – | 26 | 26 | – |
| 2.4.9 | – | – | 26 | 26 |


### Tests

Unit and integration suites run per Magento + PHP cell. Test failures speak to the module's behaviour, not its compatibility with a line, so they're reported here separately.

#### Unit Tests

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | – | – |
| 2.4.8 | – | N/A | N/A | – |
| 2.4.9 | – | – | N/A | N/A |

#### Integration Tests

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | 68 | 68 | – | – |
| 2.4.8 | – | 68 | 68 | – |
| 2.4.9 | – | – | Error | Error |


### Security

Dependency-advisory audit (composer audit) plus a source malware scan. A malware detection fails the version outright.

| Tool | Status | Findings | Summary |
|---|---|---|---|
| Composer audit | Pass | 0 |  |
| Malware scan | Pass | 0 |  |

## Parent package

[magento/ece-tools](https://packagento.com/magento/ece-tools.md) — full catalogue, pricing, install steps, and vendor info.

