diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 38534be9..98c31ca0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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`: ``` diff --git a/.github_changelog_generator b/.github_changelog_generator index a56afb45..2c49b325 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -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 @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fe107e69..6056ec53 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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 diff --git a/LICENSE.md b/LICENSE.md index 893aafb7..9bc88065 100644 --- a/LICENSE.md +++ b/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 diff --git a/README.md b/README.md index 9a490b3c..791eb508 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ multiple `phpcodesniffer-standard` packages. ```json { - "name": "dealerdirect/example-project", + "name": "example/project", "description": "Just an example project", "type": "project", "require": {}, @@ -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 @@ -255,7 +256,7 @@ 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 @@ -263,20 +264,22 @@ THE SOFTWARE. [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 diff --git a/bin/generate-changelog.sh b/bin/generate-changelog.sh index 42dd8d8f..25aa0009 100644 --- a/bin/generate-changelog.sh +++ b/bin/generate-changelog.sh @@ -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' \ diff --git a/composer.json b/composer.json index 32a38968..545a9cfc 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 15ae93db..2a73914f 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -1,5 +1,5 @@ - + Coding standards for PHP_CodeSniffer Standards Composer Installer Plugin