mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Use composer as application autoloader
This commit is contained in:
@@ -55,7 +55,15 @@
|
||||
],
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Alchemy": "lib"
|
||||
"": "lib/classes",
|
||||
"Alchemy": "lib",
|
||||
"Doctrine": "lib",
|
||||
"Entities": "lib/Doctrine",
|
||||
"Types": "lib/Doctrine",
|
||||
"Repositories": "lib/Doctrine",
|
||||
"Proxies": "lib/Doctrine",
|
||||
"PhraseaFixture": "lib/conf.d"
|
||||
}
|
||||
}
|
||||
},
|
||||
"include-path": ["vendor/zend/gdata/library"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user