Skip to content

Commit

Permalink
added dependencies to vendor dir, because WordPress is stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
stewarty committed Oct 2, 2015
1 parent de02378 commit 1eb0450
Show file tree
Hide file tree
Showing 880 changed files with 95,366 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
vendor
.DS_Store
composer.lock

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 ComposerAutoloaderInit9fcd8d40645163b46de0e17bc047d70b::getLoader();
1 change: 1 addition & 0 deletions vendor/bin/slack
Loading

0 comments on commit 1eb0450

Please sign in to comment.