Skip to content

Commit

Permalink
refactor phpstan level 5 (#68)
Browse files Browse the repository at this point in the history
* refactor: phpstan5

* refactor: phpstan5

* update composer.json
  • Loading branch information
MyvTsv authored Jan 16, 2025
1 parent 2c2ec1a commit 6783f63
Show file tree
Hide file tree
Showing 8 changed files with 329 additions and 74 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,20 @@
"php": ">=7.4"
},
"require-dev": {
"glpi-project/tools": "^0.7"
"glpi-project/tools": "^0.7",
"php-parallel-lint/php-parallel-lint": "^1.4",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-deprecation-rules": "^2.0"
},
"config": {
"optimize-autoloader": true,
"platform": {
"php": "7.4.0"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}
Loading

0 comments on commit 6783f63

Please sign in to comment.