diff --git a/.requirement-checker/bin/check-requirements.php b/.requirement-checker/bin/check-requirements.php index ae47a6647..ff372b0d0 100644 --- a/.requirement-checker/bin/check-requirements.php +++ b/.requirement-checker/bin/check-requirements.php @@ -1,13 +1,13 @@ evaluateRequirements(); - $io = new \_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\IO(); - self::printCheck($checkPassed, new \_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\Printer($io->getVerbosity(), $io->hasColorSupport()), $requirements); + $io = new \_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\IO(); + self::printCheck($checkPassed, new \_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\Printer($io->getVerbosity(), $io->hasColorSupport()), $requirements); return $checkPassed; } - public static function printCheck($checkPassed, \_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\Printer $printer, \_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\RequirementCollection $requirements) + public static function printCheck($checkPassed, \_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\Printer $printer, \_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\RequirementCollection $requirements) { - if (\false === $checkPassed && \_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\IO::VERBOSITY_VERY_VERBOSE > $printer->getVerbosity()) { - $printer->setVerbosity(\_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\IO::VERBOSITY_VERY_VERBOSE); + if (\false === $checkPassed && \_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\IO::VERBOSITY_VERY_VERBOSE > $printer->getVerbosity()) { + $printer->setVerbosity(\_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\IO::VERBOSITY_VERY_VERBOSE); } - $verbosity = \_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\IO::VERBOSITY_VERY_VERBOSE; + $verbosity = \_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\IO::VERBOSITY_VERY_VERBOSE; $iniPath = $requirements->getPhpIniPath(); $printer->title('Box Requirements Checker', $verbosity); $printer->printv('> Using PHP ', $verbosity); @@ -49,9 +42,9 @@ public static function printCheck($checkPassed, \_HumbugBox9d880d18ae09\KevinGH\ $errorMessages = array(); foreach ($requirements->getRequirements() as $requirement) { if ($errorMessage = $printer->getRequirementErrorMessage($requirement)) { - if (\_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\IO::VERBOSITY_DEBUG === $printer->getVerbosity()) { - $printer->printvln('✘ ' . $requirement->getTestMessage(), \_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\IO::VERBOSITY_DEBUG, 'red'); - $printer->printv(' ', \_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\IO::VERBOSITY_DEBUG); + if (\_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\IO::VERBOSITY_DEBUG === $printer->getVerbosity()) { + $printer->printvln('✘ ' . $requirement->getTestMessage(), \_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\IO::VERBOSITY_DEBUG, 'red'); + $printer->printv(' ', \_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\IO::VERBOSITY_DEBUG); $errorMessages[] = $errorMessage; } else { $printer->printv('E', $verbosity, 'red'); @@ -59,14 +52,14 @@ public static function printCheck($checkPassed, \_HumbugBox9d880d18ae09\KevinGH\ } continue; } - if (\_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\IO::VERBOSITY_DEBUG === $printer->getVerbosity()) { - $printer->printvln('✔ ' . $requirement->getHelpText(), \_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\IO::VERBOSITY_DEBUG, 'green'); - $printer->printv(' ', \_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\IO::VERBOSITY_DEBUG); + if (\_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\IO::VERBOSITY_DEBUG === $printer->getVerbosity()) { + $printer->printvln('✔ ' . $requirement->getHelpText(), \_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\IO::VERBOSITY_DEBUG, 'green'); + $printer->printv(' ', \_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\IO::VERBOSITY_DEBUG); } else { $printer->printv('.', $verbosity, 'green'); } } - if (\_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\IO::VERBOSITY_DEBUG !== $printer->getVerbosity() && \count($requirements) > 0) { + if (\_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\IO::VERBOSITY_DEBUG !== $printer->getVerbosity() && \count($requirements) > 0) { $printer->printvln('', $verbosity); } if ($requirements->evaluateRequirements()) { @@ -80,20 +73,15 @@ public static function printCheck($checkPassed, \_HumbugBox9d880d18ae09\KevinGH\ } $printer->printvln('', $verbosity); } - /** - @return - */ private static function retrieveRequirements() { if (null === self::$requirementsConfig) { self::$requirementsConfig = __DIR__ . '/../.requirements.php'; } - /** - @var */ $config = (require self::$requirementsConfig); - $requirements = new \_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\RequirementCollection(); + $requirements = new \_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\RequirementCollection(); foreach ($config as $constraint) { - $requirements->addRequirement('php' === $constraint['type'] ? new \_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\IsPhpVersionFulfilled($constraint['condition']) : new \_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\IsExtensionFulfilled($constraint['condition']), $constraint['message'], $constraint['helpMessage']); + $requirements->addRequirement('php' === $constraint['type'] ? new \_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\IsPhpVersionFulfilled($constraint['condition']) : new \_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\IsExtensionFulfilled($constraint['condition']), $constraint['message'], $constraint['helpMessage']); } return $requirements; } diff --git a/.requirement-checker/src/IO.php b/.requirement-checker/src/IO.php index d494562e2..b21f52b1f 100644 --- a/.requirement-checker/src/IO.php +++ b/.requirement-checker/src/IO.php @@ -1,10 +1,7 @@ interactive = $this->checkInteractivity($shellVerbosity); $this->colorSupport = $this->checkColorSupport(); } - /** - @return - */ public function isInteractive() { return $this->interactive; } - /** - @return - */ public function getVerbosity() { return $this->verbosity; } - /** - @return - */ public function hasColorSupport() { return $this->colorSupport; } - /** - @param - @param - @return - */ public function hasParameter($values) { $values = (array) $values; @@ -60,10 +43,6 @@ public function hasParameter($values) } return \false; } - /** - @param - @return - */ private function checkInteractivity($shellVerbosity) { if (-1 === $shellVerbosity) { @@ -79,9 +58,6 @@ private function checkInteractivity($shellVerbosity) } return \true; } - /** - @return - */ private function configureVerbosity() { switch ($shellVerbosity = (int) \getenv('SHELL_VERBOSITY')) { @@ -119,9 +95,7 @@ private function configureVerbosity() return $shellVerbosity; } /** - @return - @see - @license + @symfony */ private function checkColorSupport() { diff --git a/.requirement-checker/src/IsExtensionFulfilled.php b/.requirement-checker/src/IsExtensionFulfilled.php index 0535b0586..34d9f84e0 100644 --- a/.requirement-checker/src/IsExtensionFulfilled.php +++ b/.requirement-checker/src/IsExtensionFulfilled.php @@ -1,16 +1,10 @@ requiredExtension = $requiredExtension; diff --git a/.requirement-checker/src/IsFulfilled.php b/.requirement-checker/src/IsFulfilled.php index 74c0baa36..e73971043 100644 --- a/.requirement-checker/src/IsFulfilled.php +++ b/.requirement-checker/src/IsFulfilled.php @@ -1,14 +1,8 @@ requiredPhpVersion = $requiredPhpVersion; } public function __invoke() { - return \_HumbugBox9d880d18ae09\Composer\Semver\Semver::satisfies(\sprintf('%d.%d.%d', \PHP_MAJOR_VERSION, \PHP_MINOR_VERSION, \PHP_RELEASE_VERSION), $this->requiredPhpVersion); + return \_HumbugBoxacafcfe30294\Composer\Semver\Semver::satisfies(\sprintf('%d.%d.%d', \PHP_MAJOR_VERSION, \PHP_MINOR_VERSION, \PHP_RELEASE_VERSION), $this->requiredPhpVersion); } } diff --git a/.requirement-checker/src/Printer.php b/.requirement-checker/src/Printer.php index c36152fb2..90954242a 100644 --- a/.requirement-checker/src/Printer.php +++ b/.requirement-checker/src/Printer.php @@ -1,50 +1,31 @@ "\33[0m", 'red' => "\33[31m", 'green' => "\33[32m", 'yellow' => "\33[33m", 'title' => "\33[33m", 'error' => "\33[37;41m", 'success' => "\33[30;42m"); private $verbosity; private $supportColors; private $width; - /** - @param - @param - @param - */ public function __construct($verbosity, $supportColors, $width = null) { if (null === $width) { - $terminal = new \_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\Terminal(); + $terminal = new \_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\Terminal(); $width = \min($terminal->getWidth(), 80); } $this->verbosity = $verbosity; $this->supportColors = $supportColors; $this->width = $width; } - /** - @return - */ public function getVerbosity() { return $this->verbosity; } - /** - @param - */ public function setVerbosity($verbosity) { $this->verbosity = $verbosity; } - /** - @param - @param - @param - */ public function title($title, $verbosity, $style = null) { if (null === $style) { @@ -55,11 +36,7 @@ public function title($title, $verbosity, $style = null) $this->printvln(\str_repeat('=', \min(\strlen($title), $this->width)), $verbosity, $style); $this->printvln('', $verbosity, $style); } - /** - @param - @return - */ - public function getRequirementErrorMessage(\_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\Requirement $requirement) + public function getRequirementErrorMessage(\_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\Requirement $requirement) { if ($requirement->isFulfilled()) { return null; @@ -67,12 +44,6 @@ public function getRequirementErrorMessage(\_HumbugBox9d880d18ae09\KevinGH\Requi $errorMessage = \wordwrap($requirement->getTestMessage(), $this->width - 3, \PHP_EOL . ' ') . \PHP_EOL; return $errorMessage; } - /** - @param - @param - @param - @param - */ public function block($title, $message, $verbosity, $style = null) { $prefix = ' [' . $title . '] '; @@ -97,21 +68,11 @@ public function block($title, $message, $verbosity, $style = null) $this->printv(\str_repeat(' ', $this->width), $verbosity, $style); $this->printvln('', $verbosity); } - /** - @param - @param - @param - */ public function printvln($message, $verbosity, $style = null) { $this->printv($message, $verbosity, $style); $this->printv(\PHP_EOL, $verbosity, null); } - /** - @param - @param - @param - */ public function printv($message, $verbosity, $style = null) { if ($verbosity > $this->verbosity) { diff --git a/.requirement-checker/src/Requirement.php b/.requirement-checker/src/Requirement.php index f5faece78..3e6d1f535 100644 --- a/.requirement-checker/src/Requirement.php +++ b/.requirement-checker/src/Requirement.php @@ -1,11 +1,9 @@ checkIsFulfilled = $checkIsFulfilled; $this->testMessage = $testMessage; $this->helpText = $helpText; } - /** - @return - */ public function isFulfilled() { if (null === $this->fulfilled) { @@ -34,23 +24,14 @@ public function isFulfilled() } return (bool) $this->fulfilled; } - /** - @return - */ public function getIsFullfilledChecker() { return $this->checkIsFulfilled; } - /** - @return - */ public function getTestMessage() { return $this->testMessage; } - /** - @return - */ public function getHelpText() { return $this->helpText; diff --git a/.requirement-checker/src/RequirementCollection.php b/.requirement-checker/src/RequirementCollection.php index d325942f6..a7c3c6745 100644 --- a/.requirement-checker/src/RequirementCollection.php +++ b/.requirement-checker/src/RequirementCollection.php @@ -1,25 +1,17 @@ requirements); @@ -28,52 +20,26 @@ public function count() { return \count($this->requirements); } - /** - @param - */ - public function add(\_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\Requirement $requirement) + public function add(\_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\Requirement $requirement) { $this->requirements[] = $requirement; } - /** - @param - @param - @param - */ public function addRequirement($checkIsFulfilled, $testMessage, $helpText) { - $this->add(new \_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\Requirement($checkIsFulfilled, $testMessage, $helpText)); + $this->add(new \_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\Requirement($checkIsFulfilled, $testMessage, $helpText)); } - /** - @return - */ public function getRequirements() { return $this->requirements; } - /** - @return - */ public function getPhpIniPath() { return \get_cfg_var('cfg_file_path'); } - /** - @return - */ public function evaluateRequirements() { - return \array_reduce( - $this->requirements, - /** - @param - @param - @return - */ - function ($checkPassed, \_HumbugBox9d880d18ae09\KevinGH\RequirementChecker\Requirement $requirement) { - return $checkPassed && $requirement->isFulfilled(); - }, - \true - ); + return \array_reduce($this->requirements, function ($checkPassed, \_HumbugBoxacafcfe30294\KevinGH\RequirementChecker\Requirement $requirement) { + return $checkPassed && $requirement->isFulfilled(); + }, \true); } } diff --git a/.requirement-checker/src/Terminal.php b/.requirement-checker/src/Terminal.php index bc49e6e1b..953e0fa4d 100644 --- a/.requirement-checker/src/Terminal.php +++ b/.requirement-checker/src/Terminal.php @@ -1,17 +1,14 @@ $vendorDir . '/composer/semver/src/Comparator.php', - '_HumbugBox9d880d18ae09\\Composer\\Semver\\Constraint\\AbstractConstraint' => $vendorDir . '/composer/semver/src/Constraint/AbstractConstraint.php', - '_HumbugBox9d880d18ae09\\Composer\\Semver\\Constraint\\Constraint' => $vendorDir . '/composer/semver/src/Constraint/Constraint.php', - '_HumbugBox9d880d18ae09\\Composer\\Semver\\Constraint\\ConstraintInterface' => $vendorDir . '/composer/semver/src/Constraint/ConstraintInterface.php', - '_HumbugBox9d880d18ae09\\Composer\\Semver\\Constraint\\EmptyConstraint' => $vendorDir . '/composer/semver/src/Constraint/EmptyConstraint.php', - '_HumbugBox9d880d18ae09\\Composer\\Semver\\Constraint\\MultiConstraint' => $vendorDir . '/composer/semver/src/Constraint/MultiConstraint.php', - '_HumbugBox9d880d18ae09\\Composer\\Semver\\Semver' => $vendorDir . '/composer/semver/src/Semver.php', - '_HumbugBox9d880d18ae09\\Composer\\Semver\\VersionParser' => $vendorDir . '/composer/semver/src/VersionParser.php', - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\Checker' => $baseDir . '/src/Checker.php', - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\IO' => $baseDir . '/src/IO.php', - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\IsExtensionFulfilled' => $baseDir . '/src/IsExtensionFulfilled.php', - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\IsFulfilled' => $baseDir . '/src/IsFulfilled.php', - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\IsPhpVersionFulfilled' => $baseDir . '/src/IsPhpVersionFulfilled.php', - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\Printer' => $baseDir . '/src/Printer.php', - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\Requirement' => $baseDir . '/src/Requirement.php', - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\RequirementCollection' => $baseDir . '/src/RequirementCollection.php', - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\Terminal' => $baseDir . '/src/Terminal.php', + '_HumbugBoxacafcfe30294\\Composer\\Semver\\Comparator' => $vendorDir . '/composer/semver/src/Comparator.php', + '_HumbugBoxacafcfe30294\\Composer\\Semver\\Constraint\\AbstractConstraint' => $vendorDir . '/composer/semver/src/Constraint/AbstractConstraint.php', + '_HumbugBoxacafcfe30294\\Composer\\Semver\\Constraint\\Constraint' => $vendorDir . '/composer/semver/src/Constraint/Constraint.php', + '_HumbugBoxacafcfe30294\\Composer\\Semver\\Constraint\\ConstraintInterface' => $vendorDir . '/composer/semver/src/Constraint/ConstraintInterface.php', + '_HumbugBoxacafcfe30294\\Composer\\Semver\\Constraint\\EmptyConstraint' => $vendorDir . '/composer/semver/src/Constraint/EmptyConstraint.php', + '_HumbugBoxacafcfe30294\\Composer\\Semver\\Constraint\\MultiConstraint' => $vendorDir . '/composer/semver/src/Constraint/MultiConstraint.php', + '_HumbugBoxacafcfe30294\\Composer\\Semver\\Semver' => $vendorDir . '/composer/semver/src/Semver.php', + '_HumbugBoxacafcfe30294\\Composer\\Semver\\VersionParser' => $vendorDir . '/composer/semver/src/VersionParser.php', + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\Checker' => $baseDir . '/src/Checker.php', + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\IO' => $baseDir . '/src/IO.php', + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\IsExtensionFulfilled' => $baseDir . '/src/IsExtensionFulfilled.php', + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\IsFulfilled' => $baseDir . '/src/IsFulfilled.php', + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\IsPhpVersionFulfilled' => $baseDir . '/src/IsPhpVersionFulfilled.php', + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\Printer' => $baseDir . '/src/Printer.php', + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\Requirement' => $baseDir . '/src/Requirement.php', + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\RequirementCollection' => $baseDir . '/src/RequirementCollection.php', + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\Terminal' => $baseDir . '/src/Terminal.php', ); diff --git a/.requirement-checker/vendor/composer/autoload_psr4.php b/.requirement-checker/vendor/composer/autoload_psr4.php index b27608681..1d5157dc8 100644 --- a/.requirement-checker/vendor/composer/autoload_psr4.php +++ b/.requirement-checker/vendor/composer/autoload_psr4.php @@ -6,6 +6,6 @@ $baseDir = dirname($vendorDir); return array( - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\' => array($baseDir . '/src'), - '_HumbugBox9d880d18ae09\\Composer\\Semver\\' => array($vendorDir . '/composer/semver/src'), + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\' => array($baseDir . '/src'), + '_HumbugBoxacafcfe30294\\Composer\\Semver\\' => array($vendorDir . '/composer/semver/src'), ); diff --git a/.requirement-checker/vendor/composer/autoload_real.php b/.requirement-checker/vendor/composer/autoload_real.php index addd01404..dfc7180a1 100644 --- a/.requirement-checker/vendor/composer/autoload_real.php +++ b/.requirement-checker/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit2efd1edfdb5032faa69c414dfd224529 +class ComposerAutoloaderInitcaffaac692d968a006dd797059b6a978 { private static $loader; @@ -19,15 +19,15 @@ public static function getLoader() return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInit2efd1edfdb5032faa69c414dfd224529', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitcaffaac692d968a006dd797059b6a978', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(); - spl_autoload_unregister(array('ComposerAutoloaderInit2efd1edfdb5032faa69c414dfd224529', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitcaffaac692d968a006dd797059b6a978', 'loadClassLoader')); $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); if ($useStaticLoader) { require_once __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInit2efd1edfdb5032faa69c414dfd224529::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitcaffaac692d968a006dd797059b6a978::getInitializer($loader)); } else { $classMap = require __DIR__ . '/autoload_classmap.php'; if ($classMap) { diff --git a/.requirement-checker/vendor/composer/autoload_static.php b/.requirement-checker/vendor/composer/autoload_static.php index b985d68cf..8e5055982 100644 --- a/.requirement-checker/vendor/composer/autoload_static.php +++ b/.requirement-checker/vendor/composer/autoload_static.php @@ -4,53 +4,53 @@ namespace Composer\Autoload; -class ComposerStaticInit2efd1edfdb5032faa69c414dfd224529 +class ComposerStaticInitcaffaac692d968a006dd797059b6a978 { public static $prefixLengthsPsr4 = array ( '_' => array ( - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\' => 50, - '_HumbugBox9d880d18ae09\\Composer\\Semver\\' => 39, + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\' => 50, + '_HumbugBoxacafcfe30294\\Composer\\Semver\\' => 39, ), ); public static $prefixDirsPsr4 = array ( - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\' => + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\' => array ( 0 => __DIR__ . '/../..' . '/src', ), - '_HumbugBox9d880d18ae09\\Composer\\Semver\\' => + '_HumbugBoxacafcfe30294\\Composer\\Semver\\' => array ( 0 => __DIR__ . '/..' . '/composer/semver/src', ), ); public static $classMap = array ( - '_HumbugBox9d880d18ae09\\Composer\\Semver\\Comparator' => __DIR__ . '/..' . '/composer/semver/src/Comparator.php', - '_HumbugBox9d880d18ae09\\Composer\\Semver\\Constraint\\AbstractConstraint' => __DIR__ . '/..' . '/composer/semver/src/Constraint/AbstractConstraint.php', - '_HumbugBox9d880d18ae09\\Composer\\Semver\\Constraint\\Constraint' => __DIR__ . '/..' . '/composer/semver/src/Constraint/Constraint.php', - '_HumbugBox9d880d18ae09\\Composer\\Semver\\Constraint\\ConstraintInterface' => __DIR__ . '/..' . '/composer/semver/src/Constraint/ConstraintInterface.php', - '_HumbugBox9d880d18ae09\\Composer\\Semver\\Constraint\\EmptyConstraint' => __DIR__ . '/..' . '/composer/semver/src/Constraint/EmptyConstraint.php', - '_HumbugBox9d880d18ae09\\Composer\\Semver\\Constraint\\MultiConstraint' => __DIR__ . '/..' . '/composer/semver/src/Constraint/MultiConstraint.php', - '_HumbugBox9d880d18ae09\\Composer\\Semver\\Semver' => __DIR__ . '/..' . '/composer/semver/src/Semver.php', - '_HumbugBox9d880d18ae09\\Composer\\Semver\\VersionParser' => __DIR__ . '/..' . '/composer/semver/src/VersionParser.php', - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\Checker' => __DIR__ . '/../..' . '/src/Checker.php', - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\IO' => __DIR__ . '/../..' . '/src/IO.php', - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\IsExtensionFulfilled' => __DIR__ . '/../..' . '/src/IsExtensionFulfilled.php', - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\IsFulfilled' => __DIR__ . '/../..' . '/src/IsFulfilled.php', - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\IsPhpVersionFulfilled' => __DIR__ . '/../..' . '/src/IsPhpVersionFulfilled.php', - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\Printer' => __DIR__ . '/../..' . '/src/Printer.php', - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\Requirement' => __DIR__ . '/../..' . '/src/Requirement.php', - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\RequirementCollection' => __DIR__ . '/../..' . '/src/RequirementCollection.php', - '_HumbugBox9d880d18ae09\\KevinGH\\RequirementChecker\\Terminal' => __DIR__ . '/../..' . '/src/Terminal.php', + '_HumbugBoxacafcfe30294\\Composer\\Semver\\Comparator' => __DIR__ . '/..' . '/composer/semver/src/Comparator.php', + '_HumbugBoxacafcfe30294\\Composer\\Semver\\Constraint\\AbstractConstraint' => __DIR__ . '/..' . '/composer/semver/src/Constraint/AbstractConstraint.php', + '_HumbugBoxacafcfe30294\\Composer\\Semver\\Constraint\\Constraint' => __DIR__ . '/..' . '/composer/semver/src/Constraint/Constraint.php', + '_HumbugBoxacafcfe30294\\Composer\\Semver\\Constraint\\ConstraintInterface' => __DIR__ . '/..' . '/composer/semver/src/Constraint/ConstraintInterface.php', + '_HumbugBoxacafcfe30294\\Composer\\Semver\\Constraint\\EmptyConstraint' => __DIR__ . '/..' . '/composer/semver/src/Constraint/EmptyConstraint.php', + '_HumbugBoxacafcfe30294\\Composer\\Semver\\Constraint\\MultiConstraint' => __DIR__ . '/..' . '/composer/semver/src/Constraint/MultiConstraint.php', + '_HumbugBoxacafcfe30294\\Composer\\Semver\\Semver' => __DIR__ . '/..' . '/composer/semver/src/Semver.php', + '_HumbugBoxacafcfe30294\\Composer\\Semver\\VersionParser' => __DIR__ . '/..' . '/composer/semver/src/VersionParser.php', + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\Checker' => __DIR__ . '/../..' . '/src/Checker.php', + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\IO' => __DIR__ . '/../..' . '/src/IO.php', + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\IsExtensionFulfilled' => __DIR__ . '/../..' . '/src/IsExtensionFulfilled.php', + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\IsFulfilled' => __DIR__ . '/../..' . '/src/IsFulfilled.php', + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\IsPhpVersionFulfilled' => __DIR__ . '/../..' . '/src/IsPhpVersionFulfilled.php', + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\Printer' => __DIR__ . '/../..' . '/src/Printer.php', + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\Requirement' => __DIR__ . '/../..' . '/src/Requirement.php', + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\RequirementCollection' => __DIR__ . '/../..' . '/src/RequirementCollection.php', + '_HumbugBoxacafcfe30294\\KevinGH\\RequirementChecker\\Terminal' => __DIR__ . '/../..' . '/src/Terminal.php', ); public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit2efd1edfdb5032faa69c414dfd224529::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit2efd1edfdb5032faa69c414dfd224529::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInit2efd1edfdb5032faa69c414dfd224529::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInitcaffaac692d968a006dd797059b6a978::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitcaffaac692d968a006dd797059b6a978::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInitcaffaac692d968a006dd797059b6a978::$classMap; }, null, ClassLoader::class); } diff --git a/.requirement-checker/vendor/composer/semver/src/Comparator.php b/.requirement-checker/vendor/composer/semver/src/Comparator.php index 0bef08663..e272db682 100644 --- a/.requirement-checker/vendor/composer/semver/src/Comparator.php +++ b/.requirement-checker/vendor/composer/semver/src/Comparator.php @@ -1,73 +1,37 @@ ', $version2); } - /** - @param - @param - @return - */ public static function greaterThanOrEqualTo($version1, $version2) { return self::compare($version1, '>=', $version2); } - /** - @param - @param - @return - */ public static function lessThan($version1, $version2) { return self::compare($version1, '<', $version2); } - /** - @param - @param - @return - */ public static function lessThanOrEqualTo($version1, $version2) { return self::compare($version1, '<=', $version2); } - /** - @param - @param - @return - */ public static function equalTo($version1, $version2) { return self::compare($version1, '==', $version2); } - /** - @param - @param - @return - */ public static function notEqualTo($version1, $version2) { return self::compare($version1, '!=', $version2); } - /** - @param - @param - @param - @return - */ public static function compare($version1, $operator, $version2) { - $constraint = new \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\Constraint($operator, $version2); - return $constraint->matches(new \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\Constraint('==', $version1)); + $constraint = new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\Constraint($operator, $version2); + return $constraint->matches(new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\Constraint('==', $version1)); } } diff --git a/.requirement-checker/vendor/composer/semver/src/Constraint/AbstractConstraint.php b/.requirement-checker/vendor/composer/semver/src/Constraint/AbstractConstraint.php index a11328d34..4aad771c7 100644 --- a/.requirement-checker/vendor/composer/semver/src/Constraint/AbstractConstraint.php +++ b/.requirement-checker/vendor/composer/semver/src/Constraint/AbstractConstraint.php @@ -1,34 +1,22 @@ matchSpecific($provider); } return $provider->matches($this); } - /** - @param - */ public function setPrettyString($prettyString) { $this->prettyString = $prettyString; } - /** - @return - */ public function getPrettyString() { if ($this->prettyString) { diff --git a/.requirement-checker/vendor/composer/semver/src/Constraint/Constraint.php b/.requirement-checker/vendor/composer/semver/src/Constraint/Constraint.php index b2fe05103..c48f75e0c 100644 --- a/.requirement-checker/vendor/composer/semver/src/Constraint/Constraint.php +++ b/.requirement-checker/vendor/composer/semver/src/Constraint/Constraint.php @@ -1,8 +1,8 @@ self::OP_EQ, '==' => self::OP_EQ, '<' => self::OP_LT, '<=' => self::OP_LE, '>' => self::OP_GT, '>=' => self::OP_GE, '<>' => self::OP_NE, '!=' => self::OP_NE); - /** - @var - */ private static $transOpInt = array(self::OP_EQ => '==', self::OP_LT => '<', self::OP_LE => '<=', self::OP_GT => '>', self::OP_GE => '>=', self::OP_NE => '!='); - /** - @var */ protected $operator; - /** - @var */ protected $version; - /** - @var */ protected $prettyString; - /** - @param - @return - */ - public function matches(\_HumbugBox9d880d18ae09\Composer\Semver\Constraint\ConstraintInterface $provider) + public function matches(\_HumbugBoxacafcfe30294\Composer\Semver\Constraint\ConstraintInterface $provider) { if ($provider instanceof $this) { return $this->matchSpecific($provider); } return $provider->matches($this); } - /** - @param - */ public function setPrettyString($prettyString) { $this->prettyString = $prettyString; } - /** - @return - */ public function getPrettyString() { if ($this->prettyString) { @@ -55,18 +33,10 @@ public function getPrettyString() } return $this->__toString(); } - /** - @return - */ public static function getSupportedOperators() { return \array_keys(self::$transOpStr); } - /** - @param - @param - @throws - */ public function __construct($operator, $version) { if (!isset(self::$transOpStr[$operator])) { @@ -75,14 +45,6 @@ public function __construct($operator, $version) $this->operator = self::$transOpStr[$operator]; $this->version = $version; } - /** - @param - @param - @param - @param - @throws - @return - */ public function versionCompare($a, $b, $operator, $compareBranches = \false) { if (!isset(self::$transOpStr[$operator])) { @@ -98,12 +60,7 @@ public function versionCompare($a, $b, $operator, $compareBranches = \false) } return \version_compare($a, $b, $operator); } - /** - @param - @param - @return - */ - public function matchSpecific(\_HumbugBox9d880d18ae09\Composer\Semver\Constraint\Constraint $provider, $compareBranches = \false) + public function matchSpecific(\_HumbugBoxacafcfe30294\Composer\Semver\Constraint\Constraint $provider, $compareBranches = \false) { $noEqualOp = \str_replace('=', '', self::$transOpInt[$this->operator]); $providerNoEqualOp = \str_replace('=', '', self::$transOpInt[$provider->operator]); @@ -125,9 +82,6 @@ public function matchSpecific(\_HumbugBox9d880d18ae09\Composer\Semver\Constraint } return \false; } - /** - @return - */ public function __toString() { return self::$transOpInt[$this->operator] . ' ' . $this->version; diff --git a/.requirement-checker/vendor/composer/semver/src/Constraint/ConstraintInterface.php b/.requirement-checker/vendor/composer/semver/src/Constraint/ConstraintInterface.php index c0769ab07..a810c0f0f 100644 --- a/.requirement-checker/vendor/composer/semver/src/Constraint/ConstraintInterface.php +++ b/.requirement-checker/vendor/composer/semver/src/Constraint/ConstraintInterface.php @@ -1,20 +1,10 @@ prettyString = $prettyString; } - /** - @return - */ public function getPrettyString() { if ($this->prettyString) { @@ -32,9 +20,6 @@ public function getPrettyString() } return $this->__toString(); } - /** - @return - */ public function __toString() { return '[]'; diff --git a/.requirement-checker/vendor/composer/semver/src/Constraint/MultiConstraint.php b/.requirement-checker/vendor/composer/semver/src/Constraint/MultiConstraint.php index 90915fe64..5b7e29c1c 100644 --- a/.requirement-checker/vendor/composer/semver/src/Constraint/MultiConstraint.php +++ b/.requirement-checker/vendor/composer/semver/src/Constraint/MultiConstraint.php @@ -1,53 +1,30 @@ constraints = $constraints; $this->conjunctive = $conjunctive; } - /** - @return - */ public function getConstraints() { return $this->constraints; } - /** - @return - */ public function isConjunctive() { return $this->conjunctive; } - /** - @return - */ public function isDisjunctive() { return !$this->conjunctive; } - /** - @param - @return - */ - public function matches(\_HumbugBox9d880d18ae09\Composer\Semver\Constraint\ConstraintInterface $provider) + public function matches(\_HumbugBoxacafcfe30294\Composer\Semver\Constraint\ConstraintInterface $provider) { if (\false === $this->conjunctive) { foreach ($this->constraints as $constraint) { @@ -64,16 +41,10 @@ public function matches(\_HumbugBox9d880d18ae09\Composer\Semver\Constraint\Const } return \true; } - /** - @param - */ public function setPrettyString($prettyString) { $this->prettyString = $prettyString; } - /** - @return - */ public function getPrettyString() { if ($this->prettyString) { @@ -81,9 +52,6 @@ public function getPrettyString() } return $this->__toString(); } - /** - @return - */ public function __toString() { $constraints = array(); diff --git a/.requirement-checker/vendor/composer/semver/src/Semver.php b/.requirement-checker/vendor/composer/semver/src/Semver.php index 0ae85b48f..e63ee31ee 100644 --- a/.requirement-checker/vendor/composer/semver/src/Semver.php +++ b/.requirement-checker/vendor/composer/semver/src/Semver.php @@ -1,67 +1,42 @@ normalize($version)); + $provider = new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\Constraint('==', $versionParser->normalize($version)); $constraints = $versionParser->parseConstraints($constraints); return $constraints->matches($provider); } - /** - @param - @param - @return - */ public static function satisfiedBy(array $versions, $constraints) { $versions = \array_filter($versions, function ($version) use($constraints) { - return \_HumbugBox9d880d18ae09\Composer\Semver\Semver::satisfies($version, $constraints); + return \_HumbugBoxacafcfe30294\Composer\Semver\Semver::satisfies($version, $constraints); }); return \array_values($versions); } - /** - @param - @return - */ public static function sort(array $versions) { return self::usort($versions, self::SORT_ASC); } - /** - @param - @return - */ public static function rsort(array $versions) { return self::usort($versions, self::SORT_DESC); } - /** - @param - @param - @return - */ private static function usort(array $versions, $direction) { if (null === self::$versionParser) { - self::$versionParser = new \_HumbugBox9d880d18ae09\Composer\Semver\VersionParser(); + self::$versionParser = new \_HumbugBoxacafcfe30294\Composer\Semver\VersionParser(); } $versionParser = self::$versionParser; $normalized = array(); @@ -72,7 +47,7 @@ private static function usort(array $versions, $direction) if ($left[0] === $right[0]) { return 0; } - if (\_HumbugBox9d880d18ae09\Composer\Semver\Comparator::lessThan($left[0], $right[0])) { + if (\_HumbugBoxacafcfe30294\Composer\Semver\Comparator::lessThan($left[0], $right[0])) { return -$direction; } return $direction; @@ -84,4 +59,4 @@ private static function usort(array $versions, $direction) return $sorted; } } -\class_alias('_HumbugBox9d880d18ae09\\Composer\\Semver\\Semver', 'Composer\\Semver\\Semver', \false); +\class_alias('_HumbugBoxacafcfe30294\\Composer\\Semver\\Semver', 'Composer\\Semver\\Semver', \false); diff --git a/.requirement-checker/vendor/composer/semver/src/VersionParser.php b/.requirement-checker/vendor/composer/semver/src/VersionParser.php index af6c929ea..3fab19f20 100644 --- a/.requirement-checker/vendor/composer/semver/src/VersionParser.php +++ b/.requirement-checker/vendor/composer/semver/src/VersionParser.php @@ -1,27 +1,15 @@ (\\d++\\.)*\\d++)(?:\\.x)?-dev$}i', $branch, $matches)) { @@ -122,10 +96,6 @@ public function parseNumericAliasPrefix($branch) } return \false; } - /** - @param - @return - */ public function normalizeBranch($name) { $name = \trim($name); @@ -141,10 +111,6 @@ public function normalizeBranch($name) } return 'dev-' . $name; } - /** - @param - @return - */ public function parseConstraints($constraints) { $prettyConstraint = $constraints; @@ -171,25 +137,20 @@ public function parseConstraints($constraints) if (1 === \count($constraintObjects)) { $constraint = $constraintObjects[0]; } else { - $constraint = new \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\MultiConstraint($constraintObjects); + $constraint = new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\MultiConstraint($constraintObjects); } $orGroups[] = $constraint; } if (1 === \count($orGroups)) { $constraint = $orGroups[0]; - } elseif (2 === \count($orGroups) && $orGroups[0] instanceof \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\MultiConstraint && $orGroups[1] instanceof \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\MultiConstraint && 2 === \count($orGroups[0]->getConstraints()) && 2 === \count($orGroups[1]->getConstraints()) && ($a = (string) $orGroups[0]) && \substr($a, 0, 3) === '[>=' && \false !== ($posA = \strpos($a, '<', 4)) && ($b = (string) $orGroups[1]) && \substr($b, 0, 3) === '[>=' && \false !== ($posB = \strpos($b, '<', 4)) && \substr($a, $posA + 2, -1) === \substr($b, 4, $posB - 5)) { - $constraint = new \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\MultiConstraint(array(new \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\Constraint('>=', \substr($a, 4, $posA - 5)), new \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\Constraint('<', \substr($b, $posB + 2, -1)))); + } elseif (2 === \count($orGroups) && $orGroups[0] instanceof \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\MultiConstraint && $orGroups[1] instanceof \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\MultiConstraint && 2 === \count($orGroups[0]->getConstraints()) && 2 === \count($orGroups[1]->getConstraints()) && ($a = (string) $orGroups[0]) && \substr($a, 0, 3) === '[>=' && \false !== ($posA = \strpos($a, '<', 4)) && ($b = (string) $orGroups[1]) && \substr($b, 0, 3) === '[>=' && \false !== ($posB = \strpos($b, '<', 4)) && \substr($a, $posA + 2, -1) === \substr($b, 4, $posB - 5)) { + $constraint = new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\MultiConstraint(array(new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\Constraint('>=', \substr($a, 4, $posA - 5)), new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\Constraint('<', \substr($b, $posB + 2, -1)))); } else { - $constraint = new \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\MultiConstraint($orGroups, \false); + $constraint = new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\MultiConstraint($orGroups, \false); } $constraint->setPrettyString($prettyConstraint); return $constraint; } - /** - @param - @throws - @return - */ private function parseConstraint($constraint) { if (\preg_match('{^([^,\\s]+?)@(' . \implode('|', self::$stabilities) . ')$}i', $constraint, $match)) { @@ -199,7 +160,7 @@ private function parseConstraint($constraint) } } if (\preg_match('{^v?[xX*](\\.[xX*])*$}i', $constraint)) { - return array(new \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\EmptyConstraint()); + return array(new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\EmptyConstraint()); } $versionRegex = 'v?(\\d++)(?:\\.(\\d++))?(?:\\.(\\d++))?(?:\\.(\\d++))?' . self::$modifierRegex . '(?:\\+[^\\s]+)?'; if (\preg_match('{^~>?' . $versionRegex . '$}i', $constraint, $matches)) { @@ -226,10 +187,10 @@ private function parseConstraint($constraint) $stabilitySuffix = '-dev'; } $lowVersion = $this->manipulateVersionString($matches, $position, 0) . $stabilitySuffix; - $lowerBound = new \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\Constraint('>=', $lowVersion); + $lowerBound = new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\Constraint('>=', $lowVersion); $highPosition = \max(1, $position - 1); $highVersion = $this->manipulateVersionString($matches, $highPosition, 1) . '-dev'; - $upperBound = new \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\Constraint('<', $highVersion); + $upperBound = new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\Constraint('<', $highVersion); return array($lowerBound, $upperBound); } if (\preg_match('{^\\^' . $versionRegex . '($)}i', $constraint, $matches)) { @@ -245,9 +206,9 @@ private function parseConstraint($constraint) $stabilitySuffix .= '-dev'; } $lowVersion = $this->normalize(\substr($constraint . $stabilitySuffix, 1)); - $lowerBound = new \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\Constraint('>=', $lowVersion); + $lowerBound = new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\Constraint('>=', $lowVersion); $highVersion = $this->manipulateVersionString($matches, $position, 1) . '-dev'; - $upperBound = new \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\Constraint('<', $highVersion); + $upperBound = new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\Constraint('<', $highVersion); return array($lowerBound, $upperBound); } if (\preg_match('{^v?(\\d++)(?:\\.(\\d++))?(?:\\.(\\d++))?(?:\\.[xX*])++$}', $constraint, $matches)) { @@ -261,9 +222,9 @@ private function parseConstraint($constraint) $lowVersion = $this->manipulateVersionString($matches, $position) . '-dev'; $highVersion = $this->manipulateVersionString($matches, $position, 1) . '-dev'; if ($lowVersion === '0.0.0.0-dev') { - return array(new \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\Constraint('<', $highVersion)); + return array(new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\Constraint('<', $highVersion)); } - return array(new \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\Constraint('>=', $lowVersion), new \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\Constraint('<', $highVersion)); + return array(new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\Constraint('>=', $lowVersion), new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\Constraint('<', $highVersion)); } if (\preg_match('{^(?P' . $versionRegex . ') +- +(?P' . $versionRegex . ')($)}i', $constraint, $matches)) { $lowStabilitySuffix = ''; @@ -271,17 +232,17 @@ private function parseConstraint($constraint) $lowStabilitySuffix = '-dev'; } $lowVersion = $this->normalize($matches['from']); - $lowerBound = new \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\Constraint('>=', $lowVersion . $lowStabilitySuffix); + $lowerBound = new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\Constraint('>=', $lowVersion . $lowStabilitySuffix); $empty = function ($x) { return $x === 0 || $x === '0' ? \false : empty($x); }; if (!$empty($matches[11]) && !$empty($matches[12]) || !empty($matches[14]) || !empty($matches[16])) { $highVersion = $this->normalize($matches['to']); - $upperBound = new \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\Constraint('<=', $highVersion); + $upperBound = new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\Constraint('<=', $highVersion); } else { $highMatch = array('', $matches[10], $matches[11], $matches[12], $matches[13]); $highVersion = $this->manipulateVersionString($highMatch, $empty($matches[11]) ? 1 : 2, 1) . '-dev'; - $upperBound = new \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\Constraint('<', $highVersion); + $upperBound = new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\Constraint('<', $highVersion); } return array($lowerBound, $upperBound); } @@ -297,7 +258,7 @@ private function parseConstraint($constraint) } } } - return array(new \_HumbugBox9d880d18ae09\Composer\Semver\Constraint\Constraint($matches[1] ?: '=', $version)); + return array(new \_HumbugBoxacafcfe30294\Composer\Semver\Constraint\Constraint($matches[1] ?: '=', $version)); } catch (\Exception $e) { } } @@ -307,13 +268,6 @@ private function parseConstraint($constraint) } throw new \UnexpectedValueException($message); } - /** - @param - @param - @param - @param - @return - */ private function manipulateVersionString($matches, $position, $increment = 0, $pad = '0') { for ($i = 4; $i > 0; --$i) { @@ -332,10 +286,6 @@ private function manipulateVersionString($matches, $position, $increment = 0, $p } return $matches[1] . '.' . $matches[2] . '.' . $matches[3] . '.' . $matches[4]; } - /** - @param - @return - */ private function expandStability($stability) { $stability = \strtolower($stability);