Skip to content

Commit c81bd4d

Browse files
committed
[generator] phpstan is required to run, not just to develop
The generator directly references functionMap.php from within the phpstan.phar file
1 parent 4705a82 commit c81bd4d

File tree

2 files changed

+61
-60
lines changed

2 files changed

+61
-60
lines changed

generator/composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "thecodingmachine/safe-generator",
33
"description": "Generated the files for thecodingmachine/safe",
4+
"version": "0.0.0",
45
"autoload": {
56
"psr-4": {
67
"Safe\\": "src/"
@@ -10,6 +11,7 @@
1011
"php": "^8.3",
1112
"ext-simplexml": "*",
1213
"ext-json": "*",
14+
"phpstan/phpstan": "^1",
1315
"symfony/console": "^6",
1416
"symfony/process": "^6",
1517
"symfony/finder": "^6"
@@ -19,7 +21,6 @@
1921
"thecodingmachine/phpstan-strict-rules": "^1.0",
2022
"squizlabs/php_codesniffer": "^3.2",
2123
"php-coveralls/php-coveralls": "^2.1",
22-
"phpstan/phpstan": "^1",
2324
"php-parallel-lint/php-parallel-lint": "^1.4"
2425
},
2526
"scripts": {

generator/composer.lock

+59-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)