File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 5858 "autoload" : {
5959 "psr-4" : {
6060 "FriendsOfPhpSpec\\ PhpSpec\\ CodeCoverage\\ " : " src/"
61- }
61+ },
62+ "files" : [
63+ " src/bootstrap.php"
64+ ]
6265 },
6366 "minimum-stability" : " stable" ,
6467 "scripts" : {
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ declare (strict_types=1 );
4+
5+ /**
6+ * This file is part of the friends-of-phpspec/phpspec-code-coverage package.
7+ *
8+ * @author shulard <s.hulard@chstudio.fr>
9+ * @license MIT
10+ *
11+ * For the full copyright and license information, please see the LICENSE file
12+ * that was distributed with this source code.
13+ */
14+ use FriendsOfPhpSpec \PhpSpec \CodeCoverage \CodeCoverageExtension ;
15+
16+ \class_alias (
17+ CodeCoverageExtension::class,
18+ 'LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension '
19+ );
You can’t perform that action at this time.
0 commit comments