Skip to content

Commit

Permalink
Add box as a dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
larowlan committed Dec 21, 2022
1 parent e98d094 commit 58194c3
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 3 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
},
"require-dev": {
"phpunit/phpunit": "~9",
"drupal/coder": "~8"
"drupal/coder": "~8",
"bamarni/composer-bin-plugin": "^1.8"
},
"license": "GPL2",
"autoload": {
Expand All @@ -41,7 +42,8 @@
],
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"bamarni/composer-bin-plugin": true
}
}
}
59 changes: 58 additions & 1 deletion composer.lock

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

0 comments on commit 58194c3

Please sign in to comment.