Commit eb6eb33
committed
fix: resolve composer dependency conflict breaking CI tests
The CI integration tests were failing because composer.lock was out of
sync with composer.json. The root cause was phpcompatibility/php-compatibility
using "dev-develop as 9.99.99" which requires PHPCS 4.x, conflicting with
automattic/vipwpcs ^3.0 which requires PHPCS 3.x.
Changes:
- Pin phpcompatibility/php-compatibility to stable ^9.3
- Regenerate composer.lock with compatible dependencies
- Add native type hints to properties flagged by updated coding standards1 parent 0963642 commit eb6eb33
File tree
6 files changed
+590
-1552
lines changed- plugins/hwp-previews
- src
- Admin/Settings/Fields
- Preview
- Parameter
- Post
6 files changed
+590
-1552
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments