Skip to content

Commit

Permalink
Add composer.json file so that we can integrate with composer
Browse files Browse the repository at this point in the history
  • Loading branch information
omarlopesino committed Dec 6, 2018
1 parent 4aa6959 commit 1f5534a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "metadrop/behat-contexts",
"description": "Contexts that we use with Behat 3.x tests on Drupal sites.",
"type": "library",
"require": {
"drupal/drupal-extension": "^3.4"
},
"authors": [
{
"name": "Metadrop",
"email": "[email protected]"
}
],
"minimum-stability": "dev"
}

0 comments on commit 1f5534a

Please sign in to comment.