Skip to content

Commit

Permalink
Merge pull request #61 from alexander-schranz/patch-1
Browse files Browse the repository at this point in the history
Add support for phpstan 1.0
  • Loading branch information
moufmouf authored Nov 8, 2021
2 parents ed65c3c + 3c567dd commit 2ba8fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": "^7.1|^8.0",
"phpstan/phpstan": "^0.12"
"phpstan/phpstan": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.1",
Expand All @@ -35,7 +35,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.12-dev"
"dev-master": "1.0-dev"
},
"phpstan": {
"includes": [
Expand Down

0 comments on commit 2ba8fa8

Please sign in to comment.