Skip to content

Commit

Permalink
Update repo references
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jrfnl committed Feb 10, 2022
1 parent 1c968e5 commit dd816a2
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 22 deletions.
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
21 changes: 11 additions & 10 deletions README.md
Expand Up @@ -71,7 +71,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 @@ -235,7 +235,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 @@ -256,19 +257,19 @@ 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
Expand All @@ -277,9 +278,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
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.3",
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

0 comments on commit dd816a2

Please sign in to comment.