Commit 25523c5
[composer] Scope ProxyCommand under composer adapter (#270)
* feat(composer): add command runtime hybrid foundation
* refactor composer json handling away from composer json utility classes
* refactor: complete composer-command migration and cleanup for dev-tools
* Update wiki submodule pointer for PR #270
* refactor: remove logger-aware command interface
* Update wiki submodule pointer for PR #270
* feat: change dirname e basename method names
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
* feat: change dirname e basename method names
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
* Fix coverage metadata and stabilize dev-tools command tests
* Update wiki submodule pointer for PR #270
* fix: align composer command provider test with proxy map keys
* refactor: centralize command retrieval through DevTools API
* Update wiki submodule pointer for PR #270
* fix: avoid registering command aliases in composer provider
* Update wiki submodule pointer for PR #270
* test: guard composer provider against alias-only command entries
* test: align DevTools test with Application::all loader contract
* test: document alias filtering and cover command alias registration
* test: cover alias preservation in composer command provider
* test: avoid command provider assertions depending on map keys
* chore: align standards php-cs-fixer naming and harden command loader
* Update wiki submodule pointer for PR #270
* refactor: rename dockblock references to docheader
* chore: normalize phpdoc command naming and docs
* docs: fix heading formatting in rector-and-phpdoc.rst
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
* test: centralize tooling excluded directories and cleanup fixture handling
* Update wiki submodule pointer for PR #270
* feat: add ignoreErrorsOnPackage for 'composer/composer' in configuration
Co-authored-by: Copilot <copilot@github.com>
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
* docs: update phpdoc section to clarify aliases and functionality
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
* docs: update parameter descriptions for SymfonyStyle in command classes
Co-authored-by: Copilot <copilot@github.com>
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
* Update wiki submodule pointer for PR #270
---------
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <copilot@github.com>1 parent 686eab0 commit 25523c5
79 files changed
Lines changed: 1028 additions & 459 deletions
File tree
- .agents/skills/phpunit-tests
- .github
- bin
- docs
- api
- commands
- src
- Changelog
- Checker
- Manager
- Composer
- Capability
- Command
- Json
- Config
- Console
- CommandLoader
- Command
- Traits
- Output
- Filesystem
- Funding
- Path
- Process
- ServiceProvider
- Sync
- tests
- Changelog
- Checker
- Manager
- Composer
- Capability
- Json
- Console
- CommandLoader
- Command
- Filesystem
- Fixtures
- Console/Command
- composer-plugin-consumer
- Path
- Sync
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
86 | 139 | | |
Submodule wiki updated from 3dea0d4 to c99c7cd
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
10 | 21 | | |
11 | 22 | | |
12 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | | - | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments