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

cweagans / composer-patches / 4110992550

pending completion
4110992550

Pull #447

github

GitHub
Merge eaa8ee760 into a4b573156
Pull Request #447: 2.x WIP (don't merge yet)

457 of 457 new or added lines in 28 files covered. (100.0%)

456 of 570 relevant lines covered (80.0%)

3.29 hits per line

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

0.0
/src/Capability/CommandProvider.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace cweagans\Composer\Capability;
6

7
use Composer\Plugin\Capability\CommandProvider as CommandProviderInterface;
8
use cweagans\Composer\Command\RepatchCommand;
9
use cweagans\Composer\Command\RelockCommand;
10

11
class CommandProvider implements CommandProviderInterface
12
{
13
    public function getCommands(): array
14
    {
15
        return [
×
16
            new RepatchCommand(),
×
17
            new RelockCommand(),
×
18
        ];
×
19
    }
20
}
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

© 2025 Coveralls, Inc