Skip to content

Commit

Permalink
Added composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
pederan committed Apr 25, 2019
1 parent 160eff9 commit 34bbce1
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "dekodeinteraktiv/hogan-reusable-modules",
"description": "Reusable Modules Module for Hogan",
"homepage": "https://github.com/DekodeInteraktiv/hogan-reusable-modules",
"type": "wordpress-plugin",
"license": "GPL-3.0-or-later",
"require": {
"php": ">=7.0",
"composer/installers": "~1.2",
"dekodeinteraktiv/hogan-core": ">=1.1.7"
},
"archive": {
"exclude": [
".editorconfig",
".gitignore",
".stylelint.rc",
".travis.yml",
"composer.json",
"composer.lock",
"LICENSE",
"package.json",
"phpcs.xml",
"yarn.lock"
]
},
"require-dev": {
"dekodeinteraktiv/coding-standards": "^0.3.1"
},
"scripts" : {
"test" : [
"@composer install",
"./vendor/bin/phpcs"
]
}
}

0 comments on commit 34bbce1

Please sign in to comment.