mirror of
https://gh.wpcy.net/https://github.com/Anyape/updatepulse-server.git
synced 2026-07-14 20:46:49 +08:00
14 lines
363 B
PHP
14 lines
363 B
PHP
<?php
|
|
/**
|
|
* Package Update Checker Library for UpdatePulse Server
|
|
* https://anyape.com
|
|
*
|
|
* Copyright 2025 Anyape
|
|
* Forked and heavily trimmed-down version of Plugin Update Checker Library (5.3)
|
|
* Released under the MIT license. See license.txt for details.
|
|
*/
|
|
|
|
namespace Anyape\PackageUpdateChecker;
|
|
|
|
require __DIR__ . '/Autoloader.php';
|
|
new Autoloader();
|