Skip to content

Commit

Permalink
Merge branch '4.3' into main
Browse files Browse the repository at this point in the history
# Conflicts:
#	composer.json
  • Loading branch information
Steveb-p committed Jan 10, 2023
2 parents d9e4662 + d415a33 commit b6d111a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"require-dev": {
"composer/composer": "^2.0.8",
"phpstan/phpstan": "0.12.92",
"phpstan/phpstan-phpunit": "^0.12.16",
"phpstan/phpstan-webmozart-assert": "^0.12.7",
"phpstan/phpstan": "^1",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-webmozart-assert": "^1",
"symfony/console": "^5.2",
"symfony/dotenv": "^5.2",
"symfony/finder": "^5.2",
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ includes:
- phpstan-baseline.neon

parameters:
level: max
level: 8
paths:
- src

0 comments on commit b6d111a

Please sign in to comment.