Add gitignore and improve composer json

This commit is contained in:
Tim 2020-07-25 15:08:32 +02:00
parent 75918227fa
commit 07c593c56e
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea/

View File

@ -5,5 +5,10 @@
"require": {
"doctrine/orm": "^2.7"
},
"autoload": {
"psr-4": {
"Ardent\\ArdentParameterBundle\\": "src/"
}
},
"license": "GNU GPLv3"
}