Skip to content

Commit

Permalink
Use PHPStan 2
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Feb 11, 2025
1 parent 6c99809 commit 11de213
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 33 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"symfony/cache": "^7.0",
"symfony/cache-contracts": "^3.5",
"symfony/http-client": "^6.0 || ^7.0",
"thecodingmachine/safe": "^2.0",
"thecodingmachine/safe": "^3.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
Expand All @@ -34,10 +34,10 @@
"ergebnis/php-cs-fixer-config": "^6.28",
"ergebnis/test-util": "^1.5",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-webmozart-assert": "^1.0",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-webmozart-assert": "^2.0",
"phpunit/phpunit": "^9.0",
"thecodingmachine/phpstan-safe-rule": "^1.0"
"thecodingmachine/phpstan-safe-rule": "^1.4"
},
"config": {
"sort-packages": true,
Expand Down
Loading

0 comments on commit 11de213

Please sign in to comment.