Skip to content

Commit cc07097

Browse files
build(deps-dev): bump phpstan/phpstan from 0.12.99 to 1.0.0 (#129)
* build(deps-dev): bump phpstan/phpstan from 0.12.99 to 1.0.0 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.99 to 1.0.0. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](phpstan/phpstan@0.12.99...1.0.0) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Omit level 9 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Emiliano Castro <[email protected]>
1 parent 7aa9993 commit cc07097

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"infection/infection": "^0.11.5",
2727
"php-http/mock-client": "^1.1",
2828
"phpspec/prophecy": "~1.14",
29-
"phpstan/phpstan": "^0.12",
29+
"phpstan/phpstan": "^1.0",
3030
"phpunit/phpunit": "^8"
3131
},
3232
"config": {

composer.lock

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

phpstan.neon.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
parameters:
2-
level: max
2+
level: 8
33
paths:
44
- src

0 commit comments

Comments
 (0)