Skip to content

Commit 2ba8fa8

Browse files
authored
Merge pull request #61 from alexander-schranz/patch-1
Add support for phpstan 1.0
2 parents ed65c3c + 3c567dd commit 2ba8fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^7.1|^8.0",
14-
"phpstan/phpstan": "^0.12"
14+
"phpstan/phpstan": "^1.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^7.1",
@@ -35,7 +35,7 @@
3535
},
3636
"extra": {
3737
"branch-alias": {
38-
"dev-master": "0.12-dev"
38+
"dev-master": "1.0-dev"
3939
},
4040
"phpstan": {
4141
"includes": [

0 commit comments

Comments
 (0)