Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates contact information #68

Merged
merged 1 commit into from Oct 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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