diff --git a/bin/release.php b/bin/release.php index 74c7c1bdc..6096b4cad 100644 --- a/bin/release.php +++ b/bin/release.php @@ -12,8 +12,6 @@ * file that was distributed with this source code. */ -require_once __DIR__.'/../vendor/autoload.php'; - if (!isset($argv[1])) { throw new InvalidArgumentException('You must specify the version: v1.x.x or next.'); }