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

cweagans / composer-patches / 8181782113

04 Mar 2024 01:53AM UTC coverage: 89.508%. Remained the same
8181782113

push

github

web-flow
Bump ramsey/composer-install from 2 to 3 (#555)

Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3.
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](https://github.com/ramsey/composer-install/compare/v2...v3)

---
updated-dependencies:
- dependency-name: ramsey/composer-install
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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