Skip to content

Commit

Permalink
removed autoload. we dont use anything
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Mar 27, 2024
1 parent 32b8053 commit d41b708
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/release.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
}
Expand Down

0 comments on commit d41b708

Please sign in to comment.