Skip to content

Commit

Permalink
Merge pull request #100 from mteu/feature/bump-phpstan-extensions
Browse files Browse the repository at this point in the history
[FEATURE] Bump PHPStan extensions
  • Loading branch information
mteu authored Oct 3, 2023
2 parents 8cc2827 + 5885ee2 commit 533e6c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"ergebnis/phpstan-rules": "^2.0",
"ergebnis/phpstan-rules": "^2.1",
"mteu/docblock-rules": "^0.1",
"phpstan/extension-installer": "^1.2",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-strict-rules": "^1.4",
"spaze/phpstan-disallowed-calls": "^2.11",
"symplify/phpstan-rules": "^12.0.0"
"phpstan/phpstan-strict-rules": "^1.5",
"spaze/phpstan-disallowed-calls": "^2.16",
"symplify/phpstan-rules": "^12.3.0"
},
"require-dev": {
"armin/editorconfig-cli": "^1.5",
"ergebnis/composer-normalize": "^2.29"
"armin/editorconfig-cli": "^1.6",
"ergebnis/composer-normalize": "^2.37"
},
"autoload": {
"psr-4": {
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 533e6c5

Please sign in to comment.