# loki/magento2-admin-components 0.7.0

> Version 0.7.0 of loki/magento2-admin-components, released 2026-07-03.

`composer require loki/magento2-admin-components:0.7.0`

Canonical URL: https://packagento.com/loki/magento2-admin-components/0.7.0

## At a glance

- **Released**: 2026-07-03
- **Magento**: ^102.0 | ^103.0
- **PHP**: ^8.1
- **QA**: failing

## What it does

Admin Panel grids and forms created via Loki Components

## Dependencies

### Require

| Package | Constraint |
|---|---|
| ext-json | * |
| ext-pcre | * |
| loki/magento2-components | ^2.6 |
| loki/magento2-css-utils | ^1.0 |
| magento/framework | ^102.0 \| ^103.0 |
| magento/module-backend | ^101.0 \| ^102.0 |
| magento/module-catalog | ^102.0 \| ^103.0 \| ^104.0 |
| magento/module-customer | ^102.0 \| ^103.0 |
| magento/module-directory | ^100.0 |
| magento/module-eav | ^100.0 \| ^101.0 \| ^102.0 |
| magento/module-sales | ^103.0 |
| magento/module-store | ^101.0 |
| magento/module-ui | ^101.0 |
| php | ^8.1 |
| yireo/magento2-csp-utilities | ^1.0 |

## Quality

Version 0.7.0 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 | – | – | Pass | Pass |


### 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 | Warning | 120 | 120 warnings (ruleset: Magento2) — 66 auto-fixable with phpcbf |
| PHPMD | Warning | 29 | 29 rule violations (UndefinedVariable:10, UnusedFormalParameter:6, NPathComplexity:4, ExcessiveClassComplexity:2, UnusedLocalVariable:2) |
| Cpd | Pass | 0 |  |
| Composer validate | Info | 1 | valid; 1 advisory note (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 | 9 | 9 | – | – |
| 2.4.8 | – | 9 | 9 | – |
| 2.4.9 | – | – | 8 | 8 |


### 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 | N/A | N/A | – | – |
| 2.4.8 | – | N/A | N/A | – |
| 2.4.9 | – | – | N/A | N/A |


### 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

[loki/magento2-admin-components](https://packagento.com/loki/magento2-admin-components.md) — full catalogue, pricing, install steps, and vendor info.

