Skip to content

Commit

Permalink
TASK: Add phpstan to ci via composer
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Oct 19, 2023
1 parent fc1b958 commit 140346b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/IntegrationTests/TestDistribution/composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{
"name": "neos/test-distribution",
"description": "Neos test distribution. Change this number if you need to break CircleCI's cache: 14",
Expand Down Expand Up @@ -28,7 +27,8 @@
},
"require-dev": {
"neos/buildessentials": "@dev",
"phpunit/phpunit": "^9.0"
"phpunit/phpunit": "^9.0",
"phpstan/phpstan": "^1.10"
},
"extra": {
"patches": {
Expand Down

0 comments on commit 140346b

Please sign in to comment.