Skip to content
Snippets Groups Projects
Verified Commit a610a985 authored by Kevin Cristiano's avatar Kevin Cristiano :earth_americas:
Browse files

civicrm release-5.55.1

parent 4fb59b6f
No related branches found
No related tags found
No related merge requests found
...@@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) { ...@@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
require_once __DIR__ . '/composer/autoload_real.php'; require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInitce831ab5523b62e0a4b9ef9b69e1be64::getLoader(); return ComposerAutoloaderInit979a35efe86d96af85781aa37756132d::getLoader();
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/cssmin
SET COMPOSER_RUNTIME_BIN_DIR=%~dp0
php "%BIN_TARGET%" %*
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/pscss
SET COMPOSER_RUNTIME_BIN_DIR=%~dp0
php "%BIN_TARGET%" %*
<?php <?php
// AUTO-GENERATED VIA /home/kcristiano/buildkit/build/dist/src/vendor/civicrm/composer-compile-lib/src/StubsTpl.php // AUTO-GENERATED VIA /home/publisher/bknix-min/build/cividist/src/vendor/civicrm/composer-compile-lib/src/StubsTpl.php
// If this file somehow becomes invalid (eg when patching CCL), you may safely delete and re-run install. // If this file somehow becomes invalid (eg when patching CCL), you may safely delete and re-run install.
use Symfony\Component\Filesystem\Exception\IOException; use Symfony\Component\Filesystem\Exception\IOException;
use Symfony\Component\Filesystem\Exception\FileNotFoundException; use Symfony\Component\Filesystem\Exception\FileNotFoundException;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer // autoload_real.php @generated by Composer
class ComposerAutoloaderInitce831ab5523b62e0a4b9ef9b69e1be64 class ComposerAutoloaderInit979a35efe86d96af85781aa37756132d
{ {
private static $loader; private static $loader;
...@@ -24,22 +24,22 @@ class ComposerAutoloaderInitce831ab5523b62e0a4b9ef9b69e1be64 ...@@ -24,22 +24,22 @@ class ComposerAutoloaderInitce831ab5523b62e0a4b9ef9b69e1be64
require __DIR__ . '/platform_check.php'; require __DIR__ . '/platform_check.php';
spl_autoload_register(array('ComposerAutoloaderInitce831ab5523b62e0a4b9ef9b69e1be64', 'loadClassLoader'), true, true); spl_autoload_register(array('ComposerAutoloaderInit979a35efe86d96af85781aa37756132d', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInitce831ab5523b62e0a4b9ef9b69e1be64', 'loadClassLoader')); spl_autoload_unregister(array('ComposerAutoloaderInit979a35efe86d96af85781aa37756132d', 'loadClassLoader'));
$includePaths = require __DIR__ . '/include_paths.php'; $includePaths = require __DIR__ . '/include_paths.php';
$includePaths[] = get_include_path(); $includePaths[] = get_include_path();
set_include_path(implode(PATH_SEPARATOR, $includePaths)); set_include_path(implode(PATH_SEPARATOR, $includePaths));
require __DIR__ . '/autoload_static.php'; require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitce831ab5523b62e0a4b9ef9b69e1be64::getInitializer($loader)); call_user_func(\Composer\Autoload\ComposerStaticInit979a35efe86d96af85781aa37756132d::getInitializer($loader));
$loader->register(true); $loader->register(true);
$includeFiles = \Composer\Autoload\ComposerStaticInitce831ab5523b62e0a4b9ef9b69e1be64::$files; $includeFiles = \Composer\Autoload\ComposerStaticInit979a35efe86d96af85781aa37756132d::$files;
foreach ($includeFiles as $fileIdentifier => $file) { foreach ($includeFiles as $fileIdentifier => $file) {
composerRequirece831ab5523b62e0a4b9ef9b69e1be64($fileIdentifier, $file); composerRequire979a35efe86d96af85781aa37756132d($fileIdentifier, $file);
} }
return $loader; return $loader;
...@@ -51,7 +51,7 @@ class ComposerAutoloaderInitce831ab5523b62e0a4b9ef9b69e1be64 ...@@ -51,7 +51,7 @@ class ComposerAutoloaderInitce831ab5523b62e0a4b9ef9b69e1be64
* @param string $file * @param string $file
* @return void * @return void
*/ */
function composerRequirece831ab5523b62e0a4b9ef9b69e1be64($fileIdentifier, $file) function composerRequire979a35efe86d96af85781aa37756132d($fileIdentifier, $file)
{ {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
namespace Composer\Autoload; namespace Composer\Autoload;
class ComposerStaticInitce831ab5523b62e0a4b9ef9b69e1be64 class ComposerStaticInit979a35efe86d96af85781aa37756132d
{ {
public static $files = array ( public static $files = array (
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
...@@ -738,11 +738,11 @@ class ComposerStaticInitce831ab5523b62e0a4b9ef9b69e1be64 ...@@ -738,11 +738,11 @@ class ComposerStaticInitce831ab5523b62e0a4b9ef9b69e1be64
public static function getInitializer(ClassLoader $loader) public static function getInitializer(ClassLoader $loader)
{ {
return \Closure::bind(function () use ($loader) { return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitce831ab5523b62e0a4b9ef9b69e1be64::$prefixLengthsPsr4; $loader->prefixLengthsPsr4 = ComposerStaticInit979a35efe86d96af85781aa37756132d::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitce831ab5523b62e0a4b9ef9b69e1be64::$prefixDirsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInit979a35efe86d96af85781aa37756132d::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInitce831ab5523b62e0a4b9ef9b69e1be64::$prefixesPsr0; $loader->prefixesPsr0 = ComposerStaticInit979a35efe86d96af85781aa37756132d::$prefixesPsr0;
$loader->fallbackDirsPsr0 = ComposerStaticInitce831ab5523b62e0a4b9ef9b69e1be64::$fallbackDirsPsr0; $loader->fallbackDirsPsr0 = ComposerStaticInit979a35efe86d96af85781aa37756132d::$fallbackDirsPsr0;
$loader->classMap = ComposerStaticInitce831ab5523b62e0a4b9ef9b69e1be64::$classMap; $loader->classMap = ComposerStaticInit979a35efe86d96af85781aa37756132d::$classMap;
}, null, ClassLoader::class); }, null, ClassLoader::class);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment