Add gitignore and improve composer json
This commit is contained in:
parent
75918227fa
commit
07c593c56e
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.idea/
|
@ -5,5 +5,10 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"doctrine/orm": "^2.7"
|
"doctrine/orm": "^2.7"
|
||||||
},
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Ardent\\ArdentParameterBundle\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
"license": "GNU GPLv3"
|
"license": "GNU GPLv3"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user