mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 15:50:29 -04:00
Update Composer dependencies, clean up PHPStan config file, and remove Constants.php from Composer in favor of PHPStan configuration
This commit is contained in:
parent
c203de4c6b
commit
11e5770413
5 changed files with 22 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue