1
0
Fork 0
pull/471/merge
Allan Simon 2017-10-02 20:37:32 +00:00 committed by GitHub
commit b4e9634b9d
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ $options = getopt('', ['tcp::', 'tcp-server::', 'memory-limit::']);
ini_set('memory_limit', $options['memory-limit'] ?? '4G');
foreach ([__DIR__ . '/../../../autoload.php', __DIR__ . '/../autoload.php', __DIR__ . '/../vendor/autoload.php'] as $file) {
foreach ([__DIR__ . '/../../../autoload.php', __DIR__ . '/../autoload.php', __DIR__ . '/../vendor/autoload.php', __DIR__ . '/../vendor/squizlabs/php_codesniffer/autoload.php'] as $file) {
if (file_exists($file)) {
require $file;
break;

View File

@ -31,7 +31,7 @@
"phpdocumentor/reflection-docblock": "~3.1.1",
"sabre/event": "^5.0",
"felixfbecker/advanced-json-rpc": "^2.0",
"squizlabs/php_codesniffer" : "3.0.0RC3",
"squizlabs/php_codesniffer" : "^3.0",
"netresearch/jsonmapper": "^1.0",
"webmozart/path-util": "^2.3",
"webmozart/glob": "^4.1",