Skip to content

Commit

Permalink
Added dev dependencies to PHPStan and CS Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Nov 15, 2023
1 parent 183088b commit 30a61e4
Show file tree
Hide file tree
Showing 2 changed files with 1,853 additions and 8 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
}
],
"require": {
"php": "^8.2"
"php": "^8.2",
"phpstan/phpstan": "^1.10",
"friendsofphp/php-cs-fixer": "^3.0"
},
"require-dev": {
"rector/rector": "^0.15.0"
Expand Down
Loading

0 comments on commit 30a61e4

Please sign in to comment.