Add autoload section to composer.json
This commit is contained in:
parent
4b316ec54f
commit
98e3e04477
1 changed files with 3 additions and 0 deletions
|
@ -16,5 +16,8 @@
|
|||
"ext-pdo": "*",
|
||||
"doctrine/common": "master-dev",
|
||||
"doctrine/dbal": "master-dev"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "Doctrine\\ORM": "lib/" }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue