diff --git a/Configuration/bundles.yml b/Configuration/bundles.yml new file mode 100644 index 0000000..293ed0a --- /dev/null +++ b/Configuration/bundles.yml @@ -0,0 +1,6 @@ +# This file will be removed and automatically generated later. +"phplist/phplist4-core": + - "Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle" + - "PhpList\\PhpList4\\ApplicationBundle\\PhpListApplicationBundle" +"phplist/rest-api": + - "PhpList\\RestBundle\\PhpListRestBundle"