# magento/magento-cloud-docker 1.4.9

> Version 1.4.9 of magento/magento-cloud-docker, released 2026-07-20.

`composer require magento/magento-cloud-docker:1.4.9`

Canonical URL: https://packagento.com/magento/magento-cloud-docker/1.4.9

## At a glance

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

## What it does

Magento Cloud Docker

## Dependencies

### Require

| Package | Constraint |
|---|---|
| composer/composer | ^1.9 \|\| ^2.8 \|\| !=2.2.16 |
| composer/semver | @stable |
| ext-json | * |
| illuminate/config | ^8.77 \|\| ^10.0 \|\| ^11.0 \|\| ^12.16 |
| php | ^8.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/yaml | ^4.4 \|\| ^5.1 \|\| ^5.4\|\| ^6.4 \|\| ^7.2 |

### Require (dev)

| Package | Constraint |
|---|---|
| codeception/codeception | ^4.1 \|\| ^5.1 |
| codeception/module-asserts | ^1.2 \|\| ^3.0 |
| codeception/module-db | ^1.0 \|\| ^3.0 |
| codeception/module-phpbrowser | ^1.0 \|\| ^3.0 |
| codeception/module-rest | ^1.2 \|\| ^3.0 |
| consolidation/robo | ^2.0 \|\| ^3.0 \|\| ^4.0 \|\| ^5.0 |
| phpmd/phpmd | @stable |
| phpstan/phpstan | ^1.8 \|\| ^2.0 |
| phpunit/phpunit | ^10.0 \|\| ^12.0 |
| squizlabs/php_codesniffer | ^3.7 |

## Quality

Version 1.4.9 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 | 78 | 14 errors, 64 warnings (ruleset: Magento2), 20 auto-fixable with phpcbf |
| PHPMD | Warning | 144 | 144 rule violations (UnusedPrivateField:144) |
| Cpd | Warning | 1 | 1 duplicated chunk spanning 51 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 | 3 | 3 | – | – |
| 2.4.8 | – | 3 | 3 | – |
| 2.4.9 | – | – | N/A | N/A |


### 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 | Pass | Pass | – | – |
| 2.4.8 | – | Pass | Pass | – |
| 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/magento-cloud-docker](https://packagento.com/magento/magento-cloud-docker.md) — full catalogue, pricing, install steps, and vendor info.

