• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cweagans / composer-patches / 11696063876

30 Oct 2024 01:48AM UTC coverage: 89.508%. Remained the same
11696063876

push

github

web-flow
Bump composer/composer from 2.8.1 to 2.8.2 (#597)

Bumps [composer/composer](https://github.com/composer/composer) from 2.8.1 to 2.8.2.
- [Release notes](https://github.com/composer/composer/releases)
- [Changelog](https://github.com/composer/composer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/composer/composer/compare/2.8.1...2.8.2)

---
updated-dependencies:
- dependency-name: composer/composer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

546 of 610 relevant lines covered (89.51%)

6.02 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/Capability/Patcher/PatcherProvider.php
1
<?php
2

3
namespace cweagans\Composer\Capability\Patcher;
4

5
use cweagans\Composer\Patcher\PatcherInterface;
6

7
/**
8
 * Patcher provider interface.
9
 *
10
 * This capability will receive an array with 'composer' and 'io' keys as
11
 * constructor arguments. It also contains a 'plugin' key containing the
12
 * plugin instance that declared the capability.
13
 */
14
interface PatcherProvider
15
{
16
    /**
17
     * Retrieves an array of Patchers.
18
     *
19
     * @return PatcherInterface[]
20
     */
21
    public function getPatchers(): array;
22
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc