Created
September 26, 2023 20:24
-
-
Save TaylorJadin/0454e1cc76fecdd7b3dc125ed1728832 to your computer and use it in GitHub Desktop.
basic pressbooks composer.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"require": { | |
"pressbooks/pressbooks": "*", | |
"pressbooks/pressbooks-aldine": "*", | |
"pressbooks/pressbooks-book": "*", | |
"pressbooks/pressbooks-clarke": "*", | |
"pressbooks/pressbooks-donham": "*", | |
"pressbooks/pressbooks-jacobs": "*" | |
}, | |
"config": { | |
"allow-plugins": { | |
"composer/installers": true | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment