diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/composer.json b/composer.json index 58b147b..c5259e5 100644 --- a/composer.json +++ b/composer.json @@ -5,5 +5,10 @@ "require": { "doctrine/orm": "^2.7" }, + "autoload": { + "psr-4": { + "Ardent\\ArdentParameterBundle\\": "src/" + } + }, "license": "GNU GPLv3" }