remove autoload section in composer.json

This commit is contained in:
Nicolas Lœuillet 2015-01-16 20:56:46 +01:00
parent 44f1fef018
commit 894cd087f4

View file

@ -26,10 +26,5 @@
"twig/twig": "1.*",
"twig/extensions": "1.0.*",
"umpirsky/twig-gettext-extractor": "1.1.*"
},
"autoload": {
"psr-0": {
"Wallabag\\": "src"
}
}
}