Skip to content

Commit f8d9e29

Browse files
committed
simple-downgrader - pass path to composer.json
1 parent 3b4cbda commit f8d9e29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/downgrade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php declare(strict_types = 1);
22

33
return [
4+
'composerJson' => __DIR__ . '/../composer.json',
45
'paths' => [
56
__DIR__ . '/../build/PHPStan',
67
__DIR__ . '/../src',

0 commit comments

Comments
 (0)