Skip to content

Commit

Permalink
Merge pull request #440 from jhedstrom/436-contributors
Browse files Browse the repository at this point in the history
Adds authors and maintainers to the README and composer.json

Signed-off-by: Jonathan Hedstrom <jhedstrom@gmail.com>
  • Loading branch information
jhedstrom committed Dec 6, 2017
1 parent 38790f6 commit 50ff0f4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ the [Full documentation](https://behat-drupal-extension.readthedocs.org)
1. Start adding your [feature files](http://behat.org/en/latest/user_guide/gherkin.html)
to the `features` directory of your repository.

## Credits

* Originally developed by [Jonathan Hedstrom](https://github.com/jhedstrom) with great help from [eliza411](https://github.com/eliza411)
* Maintainers
* [Pieter Frenssen](https://github.com/pfrenssen)
* [All these great contributors](https://github.com/jhedstrom/drupalextension/graphs/contributors)

## Additional resources

* [Behat Drupal Extension documentation](https://behat-drupal-extension.readthedocs.org)
Expand Down
16 changes: 12 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@
"homepage": "http://drupal.org/project/drupalextension",
"license": "GPL-2.0+",
"authors": [
{
"name": "Jonathan Hedstrom",
"email": "jhedstrom@gmail.com"
}
{
"name": "Jonathan Hedstrom",
"email": "jhedstrom@gmail.com"
},
{
"name": "Melissa Anderson",
"homepage": "https://github.com/eliza411"
},
{
"name": "Pieter Frenssen",
"homepage": "https://github.com/pfrenssen"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 50ff0f4

Please sign in to comment.