Skip to content

Commit

Permalink
Added phpstan/phpstan v1 to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyamcl committed Jul 12, 2024
1 parent 818c680 commit 70e5f9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"phpunit/phpunit" : "^7.5|^8.0",
"vlucas/phpdotenv" : "^2.4",
"symfony/config" : "^3.4|^4.0|^5.0",
"squizlabs/php_codesniffer": "^3.0"
"squizlabs/php_codesniffer": "^3.0",
"phpstan/phpstan" : "^1.0"
},
"suggest": {
"vlucas/phpdotenv": "Allows loading values from .env files",
Expand Down

0 comments on commit 70e5f9d

Please sign in to comment.