-
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update dependencies - Bump PHP-Scoper - Fix a few elements of the PHP-Scoper configuration for Box and the RequirementChecker - Dump the requirement checker
- Loading branch information
Showing
28 changed files
with
306 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?php | ||
|
||
namespace _HumbugBox5b963fb2bb9ba\KevinGH\RequirementChecker; | ||
namespace _HumbugBoxaadb73f2427d\KevinGH\RequirementChecker; | ||
|
||
require __DIR__ . '/../vendor/autoload.php'; | ||
if (\PHP_SAPI !== 'cli' && \PHP_SAPI !== 'phpdbg') { | ||
echo \PHP_EOL . 'The application may only be invoked from a command line' . \PHP_EOL; | ||
exit(1); | ||
} | ||
$checkPassed = \_HumbugBox5b963fb2bb9ba\KevinGH\RequirementChecker\Checker::checkRequirements(); | ||
$checkPassed = \_HumbugBoxaadb73f2427d\KevinGH\RequirementChecker\Checker::checkRequirements(); | ||
if (\false === $checkPassed) { | ||
exit(1); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?php | ||
|
||
// @generated by Humbug Box | ||
|
||
// autoload.php @generated by Composer | ||
|
||
require_once __DIR__ . '/composer/autoload_real.php'; | ||
|
||
$loader = ComposerAutoloaderInit049279a73ec758640197b035b4bb6323::getLoader(); | ||
|
||
// Whitelist statements @generated by PHP-Scoper | ||
$loader = ComposerAutoloaderInit8a3c584ef303b8fee65e2622afd48e49::getLoader(); | ||
|
||
// Aliases for the whitelisted classes. For more information see: | ||
// https://github.com/humbug/php-scoper/blob/master/README.md#class-whitelisting | ||
class_exists('_HumbugBox5b963fb2bb9ba\Composer\Semver\Semver'); | ||
class_exists('_HumbugBoxaadb73f2427d\Composer\Semver\Semver'); | ||
|
||
return $loader; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.