Skip to content

Commit ead4eaf

Browse files
committed
chore: set up composer path repos
1 parent a29e90e commit ead4eaf

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flarum/phpstan",
33
"description": "Flarum PHPStan extension",
4-
"minimum-stability": "stable",
4+
"minimum-stability": "dev",
55
"license": "MIT",
66
"require": {
77
"phpstan/phpstan-php-parser": "^1.0",
@@ -19,7 +19,12 @@
1919
]
2020
},
2121
"branch-alias": {
22-
"dev-master": "1.x-dev"
22+
"dev-main": "1.x-dev"
2323
}
24-
}
24+
},
25+
"repositories": [{
26+
"type": "path",
27+
"url": "../../*/*"
28+
}],
29+
"prefer-stable": true
2530
}

0 commit comments

Comments
 (0)