Skip to content

Commit

Permalink
Add composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed Jun 5, 2017
1 parent eb5c1f6 commit 498c4b9
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
css/*.css.map
vendor
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "pressbooks/pressbooks-book",
"description": "The default book theme for Pressbooks installations.",
"type": "wordpress-theme",
"require": {
"composer/installers": "^1.2"
},
"require-dev": {
"humanmade/coding-standards": "^0.2.1"
},
"license": "GPL-2.0+",
"authors": [
{
"name": "Pressbooks (Book Oven Inc.)",
"email": "[email protected]"
}
]
}
315 changes: 315 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 498c4b9

Please sign in to comment.