Skip to content

Commit

Permalink
Added symfony/deprecation-contracts in system/vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed May 11, 2024
1 parent e6ff8cd commit e2b6fb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions upload/system/vendor.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
// scssphp/scssphp
$autoloader->register('ScssPhp\ScssPhp', DIR_STORAGE . 'vendor/scssphp/scssphp/src/', true);

// symfony/deprecation-contracts
if (is_file(DIR_STORAGE . 'vendor/symfony/deprecation-contracts/function.php')) {
require_once(DIR_STORAGE . 'vendor/symfony/deprecation-contracts/function.php');
}

// symfony/polyfill-ctype
$autoloader->register('Symfony\Polyfill\Ctype', DIR_STORAGE . 'vendor/symfony/polyfill-ctype//', true);
require_once(DIR_STORAGE . 'vendor/symfony/polyfill-ctype/bootstrap.php');
Expand Down

0 comments on commit e2b6fb2

Please sign in to comment.