Update Composer dependencies, clean up PHPStan config file, and remove Constants.php from Composer in favor of PHPStan configuration

This commit is contained in:
Alex Cabal 2025-02-28 10:52:16 -06:00
parent c203de4c6b
commit 11e5770413
5 changed files with 22 additions and 24 deletions

View file

@ -1,6 +1,7 @@
<?
// Composer auto-loads the `lib/` directory in `composer.json`.
require __DIR__ . '/../vendor/autoload.php';
require_once('Constants.php');
use function Safe\error_log;
use function Safe\mb_internal_encoding;