Commit f0e7bba
committed
Add php-scoper to phar build to prevent namespace conflicts
All vendor dependencies (nikic/php-parser, symfony/*, phpstan/phpdoc-parser,
webmozart/assert, ondram/ci-detector) are prefixed with PhpArkitect\ inside the
phar, eliminating conflicts when the host project uses the same libraries.
The Arkitect\ namespace is excluded from scoping so end-user config files
remain unaffected.
https://claude.ai/code/session_01R4VMqad8oVQw3g1HPwPp8G1 parent 9498feb commit f0e7bba
3 files changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments