Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
update to composer 2
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelWagstaff committed Apr 18, 2022
1 parent 4c48229 commit e1d24e2
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 218 deletions.
13 changes: 8 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
"description": "Named after Martin Luther, this is a traditional book theme, good for novels, and text-heavy non-fiction. An earlier version of this theme was commissioned by Fortress Press / Augsburg Fortress.",
"type": "wordpress-theme",
"require": {
"composer/installers": "^1.6"
},
"require-dev": {
"pressbooks/coding-standards": "^1.0"
"composer/installers": "^2"
},
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Pressbooks (Book Oven Inc.)",
"email": "code@pressbooks.com"
}
]
],
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
254 changes: 41 additions & 213 deletions composer.lock

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

0 comments on commit e1d24e2

Please sign in to comment.