mirror of
https://gh.wpcy.net/https://github.com/YahnisElsts/plugin-update-checker.git
synced 2026-05-01 04:02:18 +08:00
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. |
||
|---|---|---|
| .. | ||
| DebugBar | ||
| Plugin | ||
| Theme | ||
| Vcs | ||
| Autoloader.php | ||
| Factory.php | ||
| InstalledPackage.php | ||
| Metadata.php | ||
| OAuthSignature.php | ||
| Scheduler.php | ||
| StateStore.php | ||
| Update.php | ||
| UpdateChecker.php | ||
| UpgraderStatus.php | ||
| Utils.php | ||