We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29e90e commit ead4eafCopy full SHA for ead4eaf
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "flarum/phpstan",
3
"description": "Flarum PHPStan extension",
4
- "minimum-stability": "stable",
+ "minimum-stability": "dev",
5
"license": "MIT",
6
"require": {
7
"phpstan/phpstan-php-parser": "^1.0",
@@ -19,7 +19,12 @@
19
]
20
},
21
"branch-alias": {
22
- "dev-master": "1.x-dev"
+ "dev-main": "1.x-dev"
23
}
24
- }
+ },
25
+ "repositories": [{
26
+ "type": "path",
27
+ "url": "../../*/*"
28
+ }],
29
+ "prefer-stable": true
30
0 commit comments