Added third-party dependency theseer\Autoload

This commit is contained in:
Netkas 2022-09-22 16:47:23 -04:00
parent a1ce77a455
commit 82527dd4c2
37 changed files with 3956 additions and 0 deletions

View file

@ -22,6 +22,7 @@
$third_party_path . 'Symfony' . DIRECTORY_SEPARATOR . 'Uid' . DIRECTORY_SEPARATOR . 'autoload_spl.php',
$third_party_path . 'Symfony' . DIRECTORY_SEPARATOR . 'Filesystem' . DIRECTORY_SEPARATOR . 'autoload_spl.php',
$third_party_path . 'Symfony' . DIRECTORY_SEPARATOR . 'Yaml' . DIRECTORY_SEPARATOR . 'autoload_spl.php',
$third_party_path . 'theseer' . DIRECTORY_SEPARATOR . 'Autoload' . DIRECTORY_SEPARATOR . 'autoload_spl.php',
];
foreach($target_files as $file)