Skip to content

Commit

Permalink
Merge pull request #13 from Tarendai/master
Browse files Browse the repository at this point in the history
Add Composer support to Jetpack!
Add a composer.json file and add /vendor/ to the .gitignore file.
  • Loading branch information
georgestephanis committed Dec 21, 2013
2 parents c8bcf7b + 2e348bb commit fc73798
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name" : "automattic/jetpack",
"description": "Jetpack supercharges your self‑hosted WordPress site with the awesome cloud power of WordPress.com",
"homepage" : "http://jetpack.me/",
"type" : "wordpress-plugin",
"license" : "GPL-2.0+",
"require" : {
"composer/installers": "~1.0"
}
}

0 comments on commit fc73798

Please sign in to comment.