dep: package update
This commit is contained in:
Vendored
+3
-1
@@ -1,6 +1,8 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
use Carbon\Cli\Invoker;
|
||||
|
||||
$dir = __DIR__.'/..';
|
||||
|
||||
if (!file_exists($dir.'/autoload.php')) {
|
||||
@@ -18,4 +20,4 @@ if (!file_exists($dir.'/autoload.php')) {
|
||||
|
||||
require $dir.'/autoload.php';
|
||||
|
||||
exit((new \Carbon\Cli\Invoker())(...$argv) ? 0 : 1);
|
||||
exit((new Invoker())(...$argv) ? 0 : 1);
|
||||
|
||||
Reference in New Issue
Block a user