upgrade carbon and php

This commit is contained in:
Tim Bendt
2025-11-26 13:03:45 -05:00
parent 2da033a4a9
commit 958c493d40
10 changed files with 971 additions and 8 deletions

View File

@@ -6,4 +6,10 @@ $vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'PhpRbac' => array($vendorDir . '/owasp/phprbac/PhpRbac/src'),
'Payeezy_' => array($vendorDir . '/payeezy/payeezy-php/src'),
'Parsedown' => array($vendorDir . '/erusev/parsedown'),
'Mustache' => array($vendorDir . '/mustache/mustache/src'),
'Math_' => array($vendorDir . '/pear/math_biginteger'),
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
);