Skip to content

Commit

Permalink
Merge pull request #561 from WebDevStudios/feature/560-composer-insta…
Browse files Browse the repository at this point in the history
…llers

Added composer/installers
  • Loading branch information
Greg Rickaby committed Nov 10, 2020
2 parents e2af44b + ee50011 commit bdabd01
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 3 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"email": "contact@webdevstudios.com"
}
],
"require": {},
"require": {
"composer/installers": "^1.5"
},
"scripts": {
"lint": "composer run lint:php",
"lint:php": "composer run lint:php-compat && composer run lint:phpcs",
Expand Down
142 changes: 140 additions & 2 deletions composer.lock

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

0 comments on commit bdabd01

Please sign in to comment.