plugin-update-checker/Puc
Yahnis Elsts bbe88a70d6 Attempt to fix errors caused by using Composer-generated autoloaders when multiple versions of the library are loaded at the same time.
See #300. Apparently, when using the `files` autoloading mechanism, Composer will only include the files for one version of the library (i.e. the first one loaded). Let's see if we can fix that by switching to a `psr-0` autoloader. This requires a bunch of changes to the standalone autoloader and the factory registration process.
2019-09-27 17:06:01 +03:00
..
v4 Changed version number to 4.7 2019-07-05 21:39:53 +03:00
v4p7 Attempt to fix errors caused by using Composer-generated autoloaders when multiple versions of the library are loaded at the same time. 2019-09-27 17:06:01 +03:00