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

Update repo references #158

Merged
merged 2 commits into from Mar 5, 2022
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
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -35,14 +35,14 @@ about: Create a report to help us improve

## Environment

| Question | Answer
| ------------------------| -------
| OS | Windows/Linux/Mac (preferably with some version info)
| PHP version | x.y.z
| Composer version | x.y.z
| PHP_CodeSniffer version | x.y.z
| Dealerdirect PHPCS plugin version | x.y.z
| Install type | e.g. Composer global, Composer project local, other (please expand)
| Question | Answer
| ----------------------------- | -------
| OS | Windows/Linux/Mac (preferably with some version info)
| PHP version | x.y.z
| Composer version | x.y.z
| PHP_CodeSniffer version | x.y.z
| Composer PHPCS plugin version | x.y.z
| Install type | e.g. Composer global, Composer project local, other (please expand)

Output of `vendor/bin/phpcs --config-show`:
```
Expand Down
4 changes: 2 additions & 2 deletions .github_changelog_generator
Expand Up @@ -19,7 +19,7 @@ issues=true
issue-prefix=### Closes
merge-prefix=### Pull request(s) without label
output=
project=phpcodesniffer-composer-installer
project=composer-installer
pulls=true
removed-labels=removed,Removed,Type: Removed
removed-prefix=### Removes
Expand All @@ -29,6 +29,6 @@ summary-labels=Release summary,release-summary,Summary,summary
unreleased=true
unreleased-label=Unreleased
unreleased-only=true
user=Dealerdirect
user=PHPCSStandards
usernames-as-github-logins=true
verbose=false
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Expand Up @@ -7,7 +7,7 @@ before making a change.
Please note we have [a code of conduct][], please follow it in all your interactions
with the project.

[a code of conduct]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/blob/master/CODE_OF_CONDUCT.md
[a code of conduct]: https://github.com/PHPCSStandards/composer-installer/blob/master/CODE_OF_CONDUCT.md

## Issues and feature requests

Expand Down Expand Up @@ -113,9 +113,9 @@ To create a new release:

6. Close the milestone for the version that was just released.

[github]: https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues
[prs]: https://github.com/dealerdirect/phpcodesniffer-composer-installer/pulls
[GitHub Actions]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/actions
[github]: https://github.com/PHPCSStandards/composer-installer/issues
[prs]: https://github.com/PHPCSStandards/composer-installer/pulls
[GitHub Actions]: https://github.com/PHPCSStandards/composer-installer/actions
[Pipeline-Component]: https://pipeline-components.dev/

## Footnotes
Expand Down
3 changes: 2 additions & 1 deletion LICENSE.md
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2016-2022 Dealerdirect B.V.
Copyright (c) 2016-2022 Dealerdirect B.V. and contributors
Copyright (c) 2022 PHPCSStandards and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
23 changes: 13 additions & 10 deletions README.md
Expand Up @@ -70,7 +70,7 @@ multiple `phpcodesniffer-standard` packages.

```json
{
"name": "dealerdirect/example-project",
"name": "example/project",
"description": "Just an example project",
"type": "project",
"require": {},
Expand Down Expand Up @@ -234,7 +234,8 @@ For a full list of all author and/or contributors, check [the contributors page]

The MIT License (MIT)

Copyright (c) 2016-2022 Dealerdirect B.V.
Copyright (c) 2016-2022 Dealerdirect B.V. and contributors
Copyright (c) 2022 PHPCSStandards and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -255,28 +256,30 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

[awesome-shield]: https://img.shields.io/badge/awesome%3F-yes-brightgreen.svg
[changelog]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/releases
[changelog]: https://github.com/PHPCSStandards/composer-installer/releases
[code-of-conduct-shield]: https://img.shields.io/badge/Contributor%20Covenant-v2.0-ff69b4.svg
[code-of-conduct]: CODE_OF_CONDUCT.md
[codesniffer]: https://github.com/squizlabs/PHP_CodeSniffer
[composer-manual-scripts]: https://getcomposer.org/doc/articles/scripts.md
[composer-manual-caret]: https://getcomposer.org/doc/articles/versions.md#caret-version-range-
[composer]: https://getcomposer.org/
[contributing-guidelines]: CONTRIBUTING.md
[contributors]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors
[contributors]: https://github.com/PHPCSStandards/composer-installer/graphs/contributors
[definition-ci]: https://en.wikipedia.org/wiki/Continuous_integration
[frenck]: https://github.com/frenck
[last-updated-shield]: https://img.shields.io/github/last-commit/Dealerdirect/phpcodesniffer-composer-installer.svg
[license-shield]: https://img.shields.io/github/license/dealerdirect/phpcodesniffer-composer-installer.svg
[last-updated-shield]: https://img.shields.io/github/last-commit/PHPCSStandards/composer-installer.svg
[license-shield]: https://img.shields.io/github/license/PHPCSStandards/composer-installer.svg
[packagist-shield]: https://img.shields.io/packagist/dt/dealerdirect/phpcodesniffer-composer-installer.svg
[packagist-version-shield]: https://img.shields.io/packagist/v/dealerdirect/phpcodesniffer-composer-installer.svg
[packagist-version]: https://packagist.org/packages/dealerdirect/phpcodesniffer-composer-installer
[packagist]: https://packagist.org/packages/dealerdirect/phpcodesniffer-composer-installer
[`phpcodesniffer-standard` packages]: https://packagist.org/explore/?type=phpcodesniffer-standard
[project-stage-shield]: https://img.shields.io/badge/Project%20Stage-Development-yellowgreen.svg
[ghactionstest-shield]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/actions/workflows/integrationtest.yml/badge.svg
[ghactions]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/actions/workflows/integrationtest.yml
[scrutinizer-shield]: https://img.shields.io/scrutinizer/g/dealerdirect/phpcodesniffer-composer-installer.svg
[scrutinizer]: https://scrutinizer-ci.com/g/dealerdirect/phpcodesniffer-composer-installer/
[ghactionstest-shield]: https://github.com/PHPCSStandards/composer-installer/actions/workflows/integrationtest.yml/badge.svg
[ghactions]: https://github.com/PHPCSStandards/composer-installer/actions/workflows/integrationtest.yml
[tutorial]: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Coding-Standard-Tutorial
[using-composer-plugins]: https://getcomposer.org/doc/articles/plugins.md#using-plugins
[v0.4]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/releases/tag/v0.4.0
[v0.7]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/releases/tag/v0.7.0
[v0.4]: https://github.com/PHPCSStandards/composer-installer/releases/tag/v0.4.0
[v0.7]: https://github.com/PHPCSStandards/composer-installer/releases/tag/v0.7.0
4 changes: 2 additions & 2 deletions bin/generate-changelog.sh
Expand Up @@ -23,8 +23,8 @@ generate_changelog() {

local -r sChangelog="$(
"${GITHUB_CHANGELOG_GENERATOR}" \
--user Dealerdirect \
--project phpcodesniffer-composer-installer \
--user PHPCSStandards \
--project composer-installer \
--token "$(cat ~/.github-token)" \
--future-release "${sVersion}" \
--enhancement-label '### Changes' \
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -19,12 +19,12 @@
},
{
"name" : "Contributors",
"homepage" : "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors"
"homepage" : "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
"source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
"issues": "https://github.com/PHPCSStandards/composer-installer/issues",
"source": "https://github.com/PHPCSStandards/composer-installer"
},
"require": {
"php": ">=5.4",
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml.dist
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<ruleset name="phpcodesniffer-composer-installer">
<ruleset name="composer-installer">
<description>Coding standards for PHP_CodeSniffer Standards Composer Installer Plugin</description>

<arg name="extensions" value="php"/>
Expand Down