From 2097acb22062ac617e7b2d5f6ca42ac969f98198 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 9 Feb 2022 17:29:25 +0100 Subject: [PATCH] Update repo references Now the repo has moved to the PHPCSStandards organisation and the package has been renamed from `phpcodesniffer-composer-installer` to `composer-installer`, all direct links and references to the repo need to be updated. --- .github_changelog_generator | 4 ++-- CONTRIBUTING.md | 8 ++++---- README.md | 20 ++++++++++---------- bin/generate-changelog.sh | 4 ++-- composer.json | 6 +++--- phpcs.xml.dist | 2 +- 6 files changed, 22 insertions(+), 22 deletions(-) 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/README.md b/README.md index b8ae2201..74a4ef72 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ multiple `phpcodesniffer-standard` packages. ```json { - "name": "dealerdirect/example-project", + "name": "My/example-project", "description": "Just an example project", "type": "project", "require": {}, @@ -235,7 +235,7 @@ 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., 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 @@ -256,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 @@ -264,11 +264,11 @@ 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 @@ -277,9 +277,9 @@ THE SOFTWARE. [project-stage-shield]: https://img.shields.io/badge/Project%20Stage-Development-yellowgreen.svg [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/Dealerdirect/phpcodesniffer-composer-installer/actions/workflows/integrationtest.yml/badge.svg -[ghactions]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/actions/workflows/integrationtest.yml +[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 e5b72c9e..641a961c 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.3", diff --git a/phpcs.xml.dist b/phpcs.xml.dist index d052e054..dd5cda60 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -1,5 +1,5 @@ - + Coding standards for PHP_CodeSniffer Standards Composer Installer Plugin