Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 27, 2025

Updates the requirements on dealerdirect/phpcodesniffer-composer-installer to permit the latest version.

Release notes

Sourced from dealerdirect/phpcodesniffer-composer-installer's releases.

v1.1.1

Changed

  • Various housekeeping, including improvements to the documentation.

Fixed

  • #239: The PHP_CodeSniffer package could not be always found when running the plugin in a Drupal or Magento setup. Thanks @​jrfnl ! #245

Full Changelog: PHPCSStandards/composer-installer@v1.1.0...v1.1.1

Changelog

Sourced from dealerdirect/phpcodesniffer-composer-installer's changelog.

[v1.1.1] - 2025-06-27

Changed

  • Various housekeeping, including improvements to the documentation.

Fixed

  • #239: The PHP_CodeSniffer package could not be always found when running the plugin in a Drupal or Magento setup. Thanks [@​jrfnl] ! #245

#239: PHPCSStandards/composer-installer#239 #245: PHPCSStandards/composer-installer#245

[v1.1.0] - 2025-06-24

Changed

  • Various housekeeping, including improvements to the documentation and tests. Thanks [@​SplotyCode], [@​fredden] for contributing!

Removed

#230: PHPCSStandards/composer-installer#230

[v1.0.0] - 2023-01-05

Breaking changes

  • Rename namespace prefix from Dealerdirect to PHPCSStandards by [@​jrfnl] in #191
  • Drop support for PHP 5.3 by [@​jrfnl] in #147

Changed

  • Correct grammar in error message by [@​fredden] in #189
  • .gitattributes: sync with current repo state by [@​jrfnl] in #198
  • PHPCSVersions: update URL references by [@​jrfnl] in #161
  • README: remove references to Scrutinizer by [@​jrfnl] in #157
  • Rename references to master branch by [@​Potherca] in #201
  • Update repo references by [@​jrfnl] in #158
  • GH Actions: add builds against Composer 2.2 for PHP 7.2 - 8.x by [@​jrfnl] in #172
  • GH Actions: bust the cache semi-regularly by [@​jrfnl] in #192
  • GH Actions: fix builds on Windows with PHP 8.2 by [@​jrfnl] in #180
  • GH Actions: fix up fail-fast for setup-php by [@​jrfnl] in #195
  • GH Actions: run integration tests against Composer snapshot by [@​jrfnl] in #163
  • GH Actions: run linting against against ubuntu-latest by [@​jrfnl] in #184
  • GH Actions/Securitycheck: update the security checker download by [@​jrfnl] in #178
  • GH Actions/Securitycheck: update the security checker download by [@​jrfnl] in #186
  • GH Actions/Securitycheck: update the security checker download by [@​jrfnl] in #190
  • GH Actions: selectively use fail-fast with setup-php by [@​jrfnl] in #194
  • GH Actions: stop running tests against PHP 5.5/Composer 1.x on Windows (and remove work-arounds) by [@​jrfnl] in #183
  • GH Actions: various tweaks / PHP 8.2 not allowed to fail by [@​jrfnl] in #193
  • GH Actions: version update for various predefined actions by [@​jrfnl] in #170
  • Update YamLint by [@​Potherca] in #173

... (truncated)

Commits
  • 6e0fa42 Merge pull request #246 from PHPCSStandards/feature/changelog-1.1.1
  • 9d5e43d Merge pull request #244 from PHPCSStandards/feature/update-and-move-release-c...
  • d969990 Changelog for the 1.1.1 release
  • f86b3e9 SQUASH-ME: Release checklist: minor touch-up
  • 01a2600 Merge pull request #243 from PHPCSStandards/feature/add-changelog-file
  • b1d54ec Merge pull request #242 from PHPCSStandards/feature/update-version-for-tests_
  • a58aee0 Merge pull request #241 from PHPCSStandards/feature/ghactions-attempt-to-get-...
  • 02fc361 Merge pull request #240 from PHPCSStandards/feature/readme-be-explicit-about-...
  • a103167 Merge pull request #238 from PHPCSStandards/feature/composer-bump-parallel-lint
  • 2d64426 Fix "The provided cwd "../squizlabs/php_codesniffer" does not exist." (#245)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [dealerdirect/phpcodesniffer-composer-installer](https://github.com/PHPCSStandards/composer-installer) to permit the latest version.
- [Release notes](https://github.com/PHPCSStandards/composer-installer/releases)
- [Changelog](https://github.com/PHPCSStandards/composer-installer/blob/main/CHANGELOG.md)
- [Commits](PHPCSStandards/composer-installer@v1.0.0...v1.1.1)

---
updated-dependencies:
- dependency-name: dealerdirect/phpcodesniffer-composer-installer
  dependency-version: 1.1.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added composer dependencies Related to project dependencies. labels Jun 27, 2025
@codecov
Copy link

codecov bot commented Jun 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.40%. Comparing base (5897330) to head (e916854).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #72   +/-   ##
=========================================
  Coverage     99.40%   99.40%           
  Complexity       69       69           
=========================================
  Files             4        4           
  Lines           169      169           
=========================================
  Hits            168      168           
  Misses            1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tfirdaus tfirdaus merged commit 37a62a0 into main Jun 28, 2025
8 checks passed
@tfirdaus tfirdaus deleted the dependabot/composer/dealerdirect/phpcodesniffer-composer-installer-tw-1.1 branch June 28, 2025 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related to project dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants