Commit 58bdd2b
committed
release: validate composer.json (the PIE/Packagist manifest)
Distribution is PIE/Packagist, which read composer.json, but the release gate
only validated package.xml (the pecl build helper). Add `composer validate
--strict --no-check-publish` so a broken manifest fails the release. Add
composer to the setup-php tools.
(PIE install itself resolves from Packagist by package name, so it can't be
exercised pre-publish in the same run; composer validate is the meaningful
pre-tag gate for that channel.)
https://claude.ai/code/session_017skw8BsHkF8wur7Pf4G9W51 parent 3ddc2cd commit 58bdd2b
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
| |||
0 commit comments