Files
Grégoire Paris 47020af984 Switch to a modern directory structure
Here are the steps I followed:

- `mkdir src`
- `git mv Collector DependencyInjection DoctrineMigrationsBundle.php MigrationsFactory src`
- adjust autoloading path
- tweak PHPUnit config
- tweak Psalm config
- `git mv Resources/config config`
- `git mv Resources/docs doc`
- overrode `Bundle::getPath()`
- `git mv Tests tests`
- `git mv Resources/views templates`
2024-03-26 22:31:34 +01:00
..