Skip to content

Commit 85f22a1

Browse files
committed
PHAR compiler - require PHPStan 1.0
1 parent 6a8aa4e commit 85f22a1

File tree

2 files changed

+25
-21
lines changed

2 files changed

+25
-21
lines changed

compiler/composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.5.1",
26-
"phpstan/phpstan-phpunit": "^0.12.8"
26+
"phpstan/phpstan-phpunit": "^1.0"
2727
},
2828
"config": {
2929
"platform": {
3030
"php": "7.3.24"
3131
},
3232
"platform-check": false,
3333
"sort-packages": true
34-
}
34+
},
35+
"minimum-stability": "dev",
36+
"prefer-stable": true
3537
}

compiler/composer.lock

Lines changed: 21 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)