Patch anwenden
This commit is contained in:
parent
759d05d47c
commit
381c6bc06e
@ -13,5 +13,9 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"vimeo/psalm": "^5.4"
|
||||
},
|
||||
"config": {
|
||||
"apcu-autoloader": true,
|
||||
"classmap-authoritative": true
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
require_once 'vendor/autoload.php';
|
||||
require __DIR__ . '/vendor/autoload.php';
|
||||
|
||||
use ICal\ICal;
|
||||
use Symfony\Component\HttpClient\CachingHttpClient;
|
||||
|
Loading…
x
Reference in New Issue
Block a user