Add example Symfony Console application

This commit is contained in:
Oliver Davies 2025-08-15 16:10:27 +01:00
parent a8defd7eae
commit d415966d94
5 changed files with 757 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"require": {
"symfony/console": "^7.3"
}
}