Skip to content

Commit

Permalink
✏️ Updates contact information
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Oct 25, 2018
1 parent 0cd0ce8 commit 0caf954
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -79,7 +79,7 @@ further defined and clarified by project maintainers.
### Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at opensource@dealerdirect.nl. All
reported by contacting the project team at franck.nijhof@dealerdirect.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
9 changes: 4 additions & 5 deletions composer.json
Expand Up @@ -8,18 +8,17 @@
"standard", "standards", "style guide", "stylecheck",
"qa", "quality", "code quality", "tests"
],
"homepage": "http://workingatdealerdirect.eu",
"homepage": "http://www.dealerdirect.com",
"license": "MIT",
"authors": [
{
"name": "Franck Nijhof",
"email": "f.nijhof@dealerdirect.nl",
"homepage": "http://workingatdealerdirect.eu",
"role": "Developer"
"email": "franck.nijhof@dealerdirect.com",
"homepage": "http://www.frenck.nl",
"role": "Developer / IT Manager"
}
],
"support": {
"email": "opensource@dealerdirect.nl",
"issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
"source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Expand Up @@ -28,7 +28,7 @@
/**
* PHP_CodeSniffer standard installation manager.
*
* @author Franck Nijhof <f.nijhof@dealerdirect.nl>
* @author Franck Nijhof <franck.nijhof@dealerdirect.com>
*/
class Plugin implements PluginInterface, EventSubscriberInterface
{
Expand Down

0 comments on commit 0caf954

Please sign in to comment.