Skip to content

Commit

Permalink
phpstan 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Apr 1, 2022
1 parent 42cb43d commit acb8961
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"php-64bit": "*"
},
"require-dev": {
"phpstan/phpstan": "1.4.6",
"phpstan/phpstan": "1.5.3",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^8.5 || ^9.5"
Expand All @@ -22,5 +22,10 @@
"psr-4": {
"pocketmine\\math\\": "tests/phpunit/"
}
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}

0 comments on commit acb8961

Please # to comment.