Skip to content

Commit

Permalink
composer: Update PHPStan
Browse files Browse the repository at this point in the history
 - phpstan/phpstan updated from 1.12.12 to 2.0.3 major
   See changes: phpstan/phpstan@1.12.12...2.0.3
   Release notes: https://github.com/phpstan/phpstan/releases/tag/2.0.3

 - nextras/orm-phpstan downgraded from v1.0.1 to dev-main@5509fa8 major
   See changes: nextras/orm-phpstan@v1.0.1...5509fa8

 - phpstan/phpstan-nette updated from 1.3.8 to 2.0.1 major
   See changes: phpstan/phpstan-nette@1.3.8...2.0.1
   Release notes: https://github.com/phpstan/phpstan-nette/releases/tag/2.0.1
  • Loading branch information
jtojnar committed Dec 8, 2024
1 parent b770f3c commit d90eb63
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 33 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"friendsofphp/php-cs-fixer": "^3.0",
"nette/tester": "^2.2.0",
"nextras/mail-panel": "^2.5",
"nextras/orm-phpstan": "^1.0",
"nextras/orm-phpstan": "@dev",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/phpstan": "^1.5",
"phpstan/phpstan-nette": "^1.0"
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-nette": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down
66 changes: 36 additions & 30 deletions composer.lock

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

0 comments on commit d90eb63

Please sign in to comment.