PHPCSStandards/composer-installer
### [`v1.0.0`](https://togithub.com/PHPCSStandards/composer-installer/releases/tag/v1.0.0)
[Compare Source](https://togithub.com/PHPCSStandards/composer-installer/compare/v0.7.2...v1.0.0)
#### Breaking changes
- Rename namespace prefix from `Dealerdirect` to `PHPCSStandards` by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/191](https://togithub.com/PHPCSStandards/composer-installer/pull/191)
- Drop support for PHP 5.3 by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/147](https://togithub.com/PHPCSStandards/composer-installer/pull/147)
#### What's Changed
- Correct grammar in error message by [@fredden](https://togithub.com/fredden) in [https://github.com/PHPCSStandards/composer-installer/pull/189](https://togithub.com/PHPCSStandards/composer-installer/pull/189)
- .gitattributes: sync with current repo state by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/198](https://togithub.com/PHPCSStandards/composer-installer/pull/198)
- PHPCSVersions: update URL references by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/161](https://togithub.com/PHPCSStandards/composer-installer/pull/161)
- Plugin: improve feedback by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/182](https://togithub.com/PHPCSStandards/composer-installer/pull/182)
- README: remove references to Scrutinizer by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/157](https://togithub.com/PHPCSStandards/composer-installer/pull/157)
- Rename references to `master` branch by [@Potherca](https://togithub.com/Potherca) in [https://github.com/PHPCSStandards/composer-installer/pull/201](https://togithub.com/PHPCSStandards/composer-installer/pull/201)
- Update repo references by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/158](https://togithub.com/PHPCSStandards/composer-installer/pull/158)
##### CI / CD
- GH Actions: add builds against Composer 2.2 for PHP 7.2 - 8.x by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/172](https://togithub.com/PHPCSStandards/composer-installer/pull/172)
- GH Actions: bust the cache semi-regularly by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/192](https://togithub.com/PHPCSStandards/composer-installer/pull/192)
- GH Actions: fix builds on Windows with PHP 8.2 by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/180](https://togithub.com/PHPCSStandards/composer-installer/pull/180)
- GH Actions: fix up fail-fast for setup-php by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/195](https://togithub.com/PHPCSStandards/composer-installer/pull/195)
- GH Actions: run integration tests against Composer snapshot by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/163](https://togithub.com/PHPCSStandards/composer-installer/pull/163)
- GH Actions: run linting against against ubuntu-latest by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/184](https://togithub.com/PHPCSStandards/composer-installer/pull/184)
- GH Actions/Securitycheck: update the security checker download by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/178](https://togithub.com/PHPCSStandards/composer-installer/pull/178)
- GH Actions/Securitycheck: update the security checker download by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/186](https://togithub.com/PHPCSStandards/composer-installer/pull/186)
- GH Actions/Securitycheck: update the security checker download by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/190](https://togithub.com/PHPCSStandards/composer-installer/pull/190)
- GH Actions: selectively use `fail-fast` with setup-php by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/194](https://togithub.com/PHPCSStandards/composer-installer/pull/194)
- GH Actions: stop running tests against PHP 5.5/Composer 1.x on Windows (and remove work-arounds) by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/183](https://togithub.com/PHPCSStandards/composer-installer/pull/183)
- GH Actions: various tweaks / PHP 8.2 not allowed to fail by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/193](https://togithub.com/PHPCSStandards/composer-installer/pull/193)
- GH Actions: version update for various predefined actions by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/170](https://togithub.com/PHPCSStandards/composer-installer/pull/170)
- Update YamLint by [@Potherca](https://togithub.com/Potherca) in [https://github.com/PHPCSStandards/composer-installer/pull/173](https://togithub.com/PHPCSStandards/composer-installer/pull/173)
##### Tests
- Add initial integration test setup and first few tests by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/153](https://togithub.com/PHPCSStandards/composer-installer/pull/153)
- BaseLineTest: stabilize the message checks by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/162](https://togithub.com/PHPCSStandards/composer-installer/pull/162)
- PlayNiceWithScriptsTest: wrap output expectation in condition by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/179](https://togithub.com/PHPCSStandards/composer-installer/pull/179)
- RegisterExternalStandardsTest: add new tests by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/165](https://togithub.com/PHPCSStandards/composer-installer/pull/165)
- RegisterExternalStandardsTest: stabilize test for Composer v1 on Windows with PHP 5.5 by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/171](https://togithub.com/PHPCSStandards/composer-installer/pull/171)
- TestCase::executeCliCommand(): retry Composer commands on a particular exception by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/164](https://togithub.com/PHPCSStandards/composer-installer/pull/164)
- Tests: add new `InstalledPathsOrderTest` by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/176](https://togithub.com/PHPCSStandards/composer-installer/pull/176)
- Tests: add new InstallUpdateEventsTest and NonInstallUpdateEventsTest by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/174](https://togithub.com/PHPCSStandards/composer-installer/pull/174)
- Tests: add new `InvalidPackagesTest` by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/168](https://togithub.com/PHPCSStandards/composer-installer/pull/168)
- Tests: add new `PlayNiceWithScriptsTest` by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/169](https://togithub.com/PHPCSStandards/composer-installer/pull/169)
- Tests: add new `PreexistingPHPCSConfigTest` by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/166](https://togithub.com/PHPCSStandards/composer-installer/pull/166)
- Tests: add new `PreexistingPHPCSInstalledPathsConfigTest` + bug fix by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/167](https://togithub.com/PHPCSStandards/composer-installer/pull/167)
- Tests: add new `RemovePluginTest` by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/177](https://togithub.com/PHPCSStandards/composer-installer/pull/177)
- Tests: add new RootPackageHandlingTest + bugfix by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/175](https://togithub.com/PHPCSStandards/composer-installer/pull/175)
#### New Contributors
- [@fredden](https://togithub.com/fredden) made their first contribution in [https://github.com/PHPCSStandards/composer-installer/pull/189](https://togithub.com/PHPCSStandards/composer-installer/pull/189)
**Full Changelog**: https://github.com/PHPCSStandards/composer-installer/compare/v0.7.2...v1.0.0
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^0.7.0
->^1.0.0
Release Notes
PHPCSStandards/composer-installer
### [`v1.0.0`](https://togithub.com/PHPCSStandards/composer-installer/releases/tag/v1.0.0) [Compare Source](https://togithub.com/PHPCSStandards/composer-installer/compare/v0.7.2...v1.0.0) #### Breaking changes - Rename namespace prefix from `Dealerdirect` to `PHPCSStandards` by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/191](https://togithub.com/PHPCSStandards/composer-installer/pull/191) - Drop support for PHP 5.3 by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/147](https://togithub.com/PHPCSStandards/composer-installer/pull/147) #### What's Changed - Correct grammar in error message by [@fredden](https://togithub.com/fredden) in [https://github.com/PHPCSStandards/composer-installer/pull/189](https://togithub.com/PHPCSStandards/composer-installer/pull/189) - .gitattributes: sync with current repo state by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/198](https://togithub.com/PHPCSStandards/composer-installer/pull/198) - PHPCSVersions: update URL references by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/161](https://togithub.com/PHPCSStandards/composer-installer/pull/161) - Plugin: improve feedback by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/182](https://togithub.com/PHPCSStandards/composer-installer/pull/182) - README: remove references to Scrutinizer by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/157](https://togithub.com/PHPCSStandards/composer-installer/pull/157) - Rename references to `master` branch by [@Potherca](https://togithub.com/Potherca) in [https://github.com/PHPCSStandards/composer-installer/pull/201](https://togithub.com/PHPCSStandards/composer-installer/pull/201) - Update repo references by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/158](https://togithub.com/PHPCSStandards/composer-installer/pull/158) ##### CI / CD - GH Actions: add builds against Composer 2.2 for PHP 7.2 - 8.x by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/172](https://togithub.com/PHPCSStandards/composer-installer/pull/172) - GH Actions: bust the cache semi-regularly by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/192](https://togithub.com/PHPCSStandards/composer-installer/pull/192) - GH Actions: fix builds on Windows with PHP 8.2 by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/180](https://togithub.com/PHPCSStandards/composer-installer/pull/180) - GH Actions: fix up fail-fast for setup-php by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/195](https://togithub.com/PHPCSStandards/composer-installer/pull/195) - GH Actions: run integration tests against Composer snapshot by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/163](https://togithub.com/PHPCSStandards/composer-installer/pull/163) - GH Actions: run linting against against ubuntu-latest by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/184](https://togithub.com/PHPCSStandards/composer-installer/pull/184) - GH Actions/Securitycheck: update the security checker download by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/178](https://togithub.com/PHPCSStandards/composer-installer/pull/178) - GH Actions/Securitycheck: update the security checker download by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/186](https://togithub.com/PHPCSStandards/composer-installer/pull/186) - GH Actions/Securitycheck: update the security checker download by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/190](https://togithub.com/PHPCSStandards/composer-installer/pull/190) - GH Actions: selectively use `fail-fast` with setup-php by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/194](https://togithub.com/PHPCSStandards/composer-installer/pull/194) - GH Actions: stop running tests against PHP 5.5/Composer 1.x on Windows (and remove work-arounds) by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/183](https://togithub.com/PHPCSStandards/composer-installer/pull/183) - GH Actions: various tweaks / PHP 8.2 not allowed to fail by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/193](https://togithub.com/PHPCSStandards/composer-installer/pull/193) - GH Actions: version update for various predefined actions by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/170](https://togithub.com/PHPCSStandards/composer-installer/pull/170) - Update YamLint by [@Potherca](https://togithub.com/Potherca) in [https://github.com/PHPCSStandards/composer-installer/pull/173](https://togithub.com/PHPCSStandards/composer-installer/pull/173) ##### Tests - Add initial integration test setup and first few tests by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/153](https://togithub.com/PHPCSStandards/composer-installer/pull/153) - BaseLineTest: stabilize the message checks by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/162](https://togithub.com/PHPCSStandards/composer-installer/pull/162) - PlayNiceWithScriptsTest: wrap output expectation in condition by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/179](https://togithub.com/PHPCSStandards/composer-installer/pull/179) - RegisterExternalStandardsTest: add new tests by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/165](https://togithub.com/PHPCSStandards/composer-installer/pull/165) - RegisterExternalStandardsTest: stabilize test for Composer v1 on Windows with PHP 5.5 by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/171](https://togithub.com/PHPCSStandards/composer-installer/pull/171) - TestCase::executeCliCommand(): retry Composer commands on a particular exception by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/164](https://togithub.com/PHPCSStandards/composer-installer/pull/164) - Tests: add new `InstalledPathsOrderTest` by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/176](https://togithub.com/PHPCSStandards/composer-installer/pull/176) - Tests: add new InstallUpdateEventsTest and NonInstallUpdateEventsTest by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/174](https://togithub.com/PHPCSStandards/composer-installer/pull/174) - Tests: add new `InvalidPackagesTest` by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/168](https://togithub.com/PHPCSStandards/composer-installer/pull/168) - Tests: add new `PlayNiceWithScriptsTest` by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/169](https://togithub.com/PHPCSStandards/composer-installer/pull/169) - Tests: add new `PreexistingPHPCSConfigTest` by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/166](https://togithub.com/PHPCSStandards/composer-installer/pull/166) - Tests: add new `PreexistingPHPCSInstalledPathsConfigTest` + bug fix by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/167](https://togithub.com/PHPCSStandards/composer-installer/pull/167) - Tests: add new `RemovePluginTest` by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/177](https://togithub.com/PHPCSStandards/composer-installer/pull/177) - Tests: add new RootPackageHandlingTest + bugfix by [@jrfnl](https://togithub.com/jrfnl) in [https://github.com/PHPCSStandards/composer-installer/pull/175](https://togithub.com/PHPCSStandards/composer-installer/pull/175) #### New Contributors - [@fredden](https://togithub.com/fredden) made their first contribution in [https://github.com/PHPCSStandards/composer-installer/pull/189](https://togithub.com/PHPCSStandards/composer-installer/pull/189) **Full Changelog**: https://github.com/PHPCSStandards/composer-installer/compare/v0.7.2...v1.0.0Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.