Patch anwenden

This commit is contained in:
iwonder 2023-01-26 14:42:32 +01:00
parent 759d05d47c
commit 381c6bc06e
2 changed files with 5 additions and 1 deletions

View File

@ -13,5 +13,9 @@
}, },
"require-dev": { "require-dev": {
"vimeo/psalm": "^5.4" "vimeo/psalm": "^5.4"
},
"config": {
"apcu-autoloader": true,
"classmap-authoritative": true
} }
} }

View File

@ -1,7 +1,7 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
require_once 'vendor/autoload.php'; require __DIR__ . '/vendor/autoload.php';
use ICal\ICal; use ICal\ICal;
use Symfony\Component\HttpClient\CachingHttpClient; use Symfony\Component\HttpClient\CachingHttpClient;