Commit 72f9f80
committed
fix(ci): update magento-coding-standard constraint to integer versioning
The magento/magento-coding-standard package switched from semver (^2.1)
to plain integer releases (3, 4 … 40) — the old constraint matched
nothing and caused the static-analysis workflow to fail at composer install.
Changed "^2.1" → ">=36" in both:
- .github/workflows/static-analysis.yml (inline CI composer.json)
- composer.json (require-dev)1 parent d965179 commit 72f9f80
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments