]> git.mxchange.org Git - friendica.git/commit
add composer-derived autoloader
authorFabrixxm <fabrix.xm@gmail.com>
Tue, 9 Feb 2016 10:07:37 +0000 (11:07 +0100)
committerFabrixxm <fabrix.xm@gmail.com>
Tue, 9 Feb 2016 10:07:37 +0000 (11:07 +0100)
commitc6514d58dbece71f25a44985a41ec18cdd50422d
treed547ca7b88b93caeaba6c0755d4a8b7504459872
parentc28109ca947b5c5867ec052058dd2115f82aa0ff
add composer-derived autoloader
boot.php
include/autoloader.php [new file with mode: 0644]
include/autoloader/ClassLoader.php [new file with mode: 0644]
include/autoloader/LICENSE.composer [new file with mode: 0644]
include/autoloader/autoload_classmap.php [new file with mode: 0644]
include/autoloader/autoload_files.php [new file with mode: 0644]
include/autoloader/autoload_namespaces.php [new file with mode: 0644]
include/autoloader/autoload_psr4.php [new file with mode: 0644]