Move PSR-3 support check right after autoloader setup
authorGergő Tisza <tgr.huwiki@gmail.com>
Mon, 26 Oct 2015 02:00:24 +0000 (19:00 -0700)
committerGergő Tisza <tgr.huwiki@gmail.com>
Mon, 14 Dec 2015 06:18:07 +0000 (22:18 -0800)
commitc3ea1b85b420ef6f58a92d65f90df3b23816caf3
treeb98ccdea740d1f27e95c90b546898b641b55db44
parent05d78a8b1d857a844e37fb01d1e0d4b5c1ff05c7
Move PSR-3 support check right after autoloader setup

This ensures that, in case "composer install" has not been run,
the user will see the error message about setting up dependencies
(as opposed a plain "Class not found" error because some other
dependency was used first).

Change-Id: Ib6026123770d21cc9f8960a1de361c8178b1b044
includes/WebStart.php
includes/debug/logger/LoggerFactory.php