From bc3d054447d721fc7e66d75685d09093d353dfad Mon Sep 17 00:00:00 2001
From: "github-action[bot]" <>
Date: Mon, 11 Sep 2023 20:47:04 +0000
Subject: [PATCH] Update Flex endpoint
---
...b8054de1a94a3b9e8806a6453fd5c98491c44.json | 37 +++++++++++++++++++
phpstan.phpstan.1.0.json | 6 +--
2 files changed, 40 insertions(+), 3 deletions(-)
create mode 100644 archived/phpstan.phpstan/f10b8054de1a94a3b9e8806a6453fd5c98491c44.json
diff --git a/archived/phpstan.phpstan/f10b8054de1a94a3b9e8806a6453fd5c98491c44.json b/archived/phpstan.phpstan/f10b8054de1a94a3b9e8806a6453fd5c98491c44.json
new file mode 100644
index 00000000..72f1881b
--- /dev/null
+++ b/archived/phpstan.phpstan/f10b8054de1a94a3b9e8806a6453fd5c98491c44.json
@@ -0,0 +1,37 @@
+{
+ "manifests": {
+ "phpstan/phpstan": {
+ "manifest": {
+ "copy-from-recipe": {
+ "phpstan.dist.neon": "phpstan.dist.neon"
+ },
+ "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.dist.neon": {
+ "contents": [
+ "parameters:",
+ " level: 6",
+ " paths:",
+ " - bin/",
+ " - config/",
+ " - public/",
+ " - src/",
+ " - tests/",
+ ""
+ ],
+ "executable": false
+ }
+ },
+ "ref": "f10b8054de1a94a3b9e8806a6453fd5c98491c44"
+ }
+ }
+}
diff --git a/phpstan.phpstan.1.0.json b/phpstan.phpstan.1.0.json
index 1fdb44aa..72f1881b 100644
--- a/phpstan.phpstan.1.0.json
+++ b/phpstan.phpstan.1.0.json
@@ -3,7 +3,7 @@
"phpstan/phpstan": {
"manifest": {
"copy-from-recipe": {
- "phpstan.neon.dist": "phpstan.neon.dist"
+ "phpstan.dist.neon": "phpstan.dist.neon"
},
"gitignore": [
"phpstan.neon"
@@ -16,7 +16,7 @@
]
},
"files": {
- "phpstan.neon.dist": {
+ "phpstan.dist.neon": {
"contents": [
"parameters:",
" level: 6",
@@ -31,7 +31,7 @@
"executable": false
}
},
- "ref": "a613d8600e92c1f245f060a558447b23e3c8704b"
+ "ref": "f10b8054de1a94a3b9e8806a6453fd5c98491c44"
}
}
}