Skip to content

Commit

Permalink
Add PHPStan config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedghanem00 committed May 8, 2024
1 parent 16d7c5b commit f94b956
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"ext-imagick": "*",
"phpunit/phpunit": "dev-main",
"phpstan/phpstan": "1.10.x-dev",
"phpstan/extension-installer": "^1.3",
"friendsofphp/php-cs-fixer": "^3.54",
"smalot/pdfparser": "dev-master"
},
Expand All @@ -54,5 +55,11 @@
"php-cs-fixer": "vendor/bin/php-cs-fixer fix"
},

"minimum-stability": "stable"
"minimum-stability": "stable",

"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}

0 comments on commit f94b956

Please sign in to comment.