Skip to content

Commit

Permalink
Creating OSU Simple Popup Blocks Module.
Browse files Browse the repository at this point in the history
  • Loading branch information
emerham committed Jun 15, 2023
0 parents commit 4e99ca9
Show file tree
Hide file tree
Showing 6 changed files with 1,314 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.idea/
/vendor/
30 changes: 30 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "osu-wams/osu_simple_popup_blocks",
"description": "Provides updates to the Simple Popup Blocks options.",
"minimum-stability": "stable",
"license": "GPL-2.0-or-later",
"type": "drupal-custom-module",
"authors": [
{
"name": "Matthew Brabham",
"email": "matthew.brabham@oregonstate.edu"
}
],
"scripts": {
"phpcs": "phpcs",
"phpcbf": "phpcbf",
"yaml-lint": "yaml-lint *.yml"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"squizlabs/php_codesniffer": "^3.7",
"drupal/coder": "^8.3",
"j13k/yaml-lint": "^1.1",
"symfony/console": "^6.3"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
Loading

0 comments on commit 4e99ca9

Please sign in to comment.