Commit 3766607
committed
minor #490 Fix PSR4 in composer.json, add dump() (nicolas-grekas)
This PR was merged into the master branch.
Discussion
----------
Fix PSR4 in composer.json, add dump()
Empty psr-4 prefixes can force the autoloader to scan the `src/` directory for all namespaces. The best practice is to always have make the prefix explicit.
`composer update` also, doing:
```
- Updating twig/twig (v1.31.0 => v1.32.0) Loading from cache
- Updating sensiolabs/security-checker (v4.0.0 => v4.0.1) Loading from cache
- Updating phpunit/php-timer (1.0.8 => 1.0.9) Loading from cache
- Updating phpunit/php-token-stream (1.4.9 => 1.4.11) Loading from cache
```
Commits
-------
3adc0b9 Fix PSR4 in composer.json, add dump()2 files changed
+35
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
11 | | - | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments