diff --git a/archived/phpstan.phpstan/a613d8600e92c1f245f060a558447b23e3c8704b.json b/archived/phpstan.phpstan/a613d8600e92c1f245f060a558447b23e3c8704b.json new file mode 100644 index 00000000..1fdb44aa --- /dev/null +++ b/archived/phpstan.phpstan/a613d8600e92c1f245f060a558447b23e3c8704b.json @@ -0,0 +1,37 @@ +{ + "manifests": { + "phpstan/phpstan": { + "manifest": { + "copy-from-recipe": { + "phpstan.neon.dist": "phpstan.neon.dist" + }, + "gitignore": [ + "phpstan.neon" + ], + "post-install-output": [ + " * Edit the phpstan.neon.dist file to configure PHPStan.", + "", + " * For the full options, see", + " https://phpstan.org/user-guide/getting-started" + ] + }, + "files": { + "phpstan.neon.dist": { + "contents": [ + "parameters:", + " level: 6", + " paths:", + " - bin/", + " - config/", + " - public/", + " - src/", + " - tests/", + "" + ], + "executable": false + } + }, + "ref": "a613d8600e92c1f245f060a558447b23e3c8704b" + } + } +} diff --git a/phpstan.phpstan.1.0.json b/phpstan.phpstan.1.0.json index 90873453..1fdb44aa 100644 --- a/phpstan.phpstan.1.0.json +++ b/phpstan.phpstan.1.0.json @@ -3,17 +3,20 @@ "phpstan/phpstan": { "manifest": { "copy-from-recipe": { - "phpstan.neon": "phpstan.neon" + "phpstan.neon.dist": "phpstan.neon.dist" }, + "gitignore": [ + "phpstan.neon" + ], "post-install-output": [ - " * Edit the phpstan.neon file to configure PHPStan.", + " * Edit the phpstan.neon.dist file to configure PHPStan.", "", " * For the full options, see", " https://phpstan.org/user-guide/getting-started" ] }, "files": { - "phpstan.neon": { + "phpstan.neon.dist": { "contents": [ "parameters:", " level: 6", @@ -28,7 +31,7 @@ "executable": false } }, - "ref": "d74d4d719d5f53856c9c13544aa22d44144b1819" + "ref": "a613d8600e92c1f245f060a558447b23e3c8704b" } } }