Commit b604dc1
committed
minor #17588 Tell composer action is need to regenerate autoload (alamirault)
This PR was submitted for the 6.2 branch but it was squashed and merged into the 5.4 branch instead.
Discussion
----------
Tell composer action is need to regenerate autoload
Lost some time to understand why editing composer.json extra does not affect `autoload_runtime`
https://symfony.com/doc/current/configuration/override_dir_structure.html#override-the-environment-dotenv-files-directory has this sentence
I added this sentence to https://symfony.com/doc/current/components/runtime.html#using-options
Commits
-------
29b6dbd Tell composer action is need to regenerate autoloadFile tree
2 files changed
+4
-1
lines changed- components
- configuration
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
332 | 335 | | |
333 | 336 | | |
334 | 337 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments