Skip to content

Commit

Permalink
composer install was failing.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradt committed Nov 28, 2014
1 parent 684739e commit 70f599b
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mirror
.sass-cache
assets/node_modules
/vendor
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"description": "Automatically copies media uploads to Amazon S3 for delivery. Optionally configure Amazon CloudFront for even faster delivery.",
"keywords": ["plugin","amazon-web-services","s3","cloudfront","cdn"],
"require": {
"composer/installers": "~1.0.6",
"deliciousbrains/wp-amazon-web-services": "*"
"composer/installers": "~1.0.6"
}
}
107 changes: 107 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 70f599b

Please sign in to comment.