Run quickstart script

This commit is contained in:
brabli
2025-11-27 13:31:15 +00:00
parent 2a82b5c0b1
commit 0633768582
7 changed files with 13 additions and 13 deletions

View File

@@ -16,13 +16,13 @@
"autoload": {
"psr-4": {
"Pcm\\ExampleBundle\\": "src/"
"Pcm\\MetadataBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Pcm\\ExampleBundle\\Tests\\": "tests/"
"Pcm\\MetadataBundle\\Tests\\": "tests/"
}
},