Skip to content

Commit

Permalink
[generator] phpstan is required to run, not just to develop
Browse files Browse the repository at this point in the history
The generator directly references functionMap.php from within the phpstan.phar file
  • Loading branch information
shish committed Feb 9, 2025
1 parent 4705a82 commit bdf2be8
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 60 deletions.
3 changes: 2 additions & 1 deletion generator/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "thecodingmachine/safe-generator",
"description": "Generated the files for thecodingmachine/safe",
"version": "0.0.0",
"autoload": {
"psr-4": {
"Safe\\": "src/"
Expand All @@ -10,6 +11,7 @@
"php": "^8.3",
"ext-simplexml": "*",
"ext-json": "*",
"phpstan/phpstan": "^1",
"symfony/console": "^6",
"symfony/process": "^6",
"symfony/finder": "^6"
Expand All @@ -19,7 +21,6 @@
"thecodingmachine/phpstan-strict-rules": "^1.0",
"squizlabs/php_codesniffer": "^3.2",
"php-coveralls/php-coveralls": "^2.1",
"phpstan/phpstan": "^1",
"php-parallel-lint/php-parallel-lint": "^1.4"
},
"scripts": {
Expand Down
118 changes: 59 additions & 59 deletions generator/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bdf2be8

Please sign in to comment.