Skip to content

Commit

Permalink
Add vendor for autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
JackieDo committed Aug 24, 2021
1 parent c2f4efe commit 9c74131
Show file tree
Hide file tree
Showing 11 changed files with 637 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/vendor
/vendor/*
!/vendor/composer
!/vendor/autoload.php
/cacert
Expand Down
7 changes: 7 additions & 0 deletions vendor/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit316726b03f480d7659a1879d7b5c6edf::getLoader();
Loading

0 comments on commit 9c74131

Please sign in to comment.