Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-09-24 06:21:07 +00:00
parent ca7511c94d
commit 41009a0ce9
4 changed files with 132 additions and 0 deletions
+1
View File
@@ -81,6 +81,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [cache/cache-bundle](https://packagist.org/packages/cache/cache-bundle) | [1.0](cache/cache-bundle/1.0) |
| [calliostro/discogs-bundle](https://packagist.org/packages/calliostro/discogs-bundle) | [4.0](calliostro/discogs-bundle/4.0) |
| [calliostro/last-fm-client-bundle](https://packagist.org/packages/calliostro/last-fm-client-bundle) | [1.0](calliostro/last-fm-client-bundle/1.0) |
| [carthage-software/mago](https://packagist.org/packages/carthage-software/mago) | [1.0](carthage-software/mago/1.0) |
| [ckrack/optimus-bundle](https://packagist.org/packages/ckrack/optimus-bundle) | [0.1](ckrack/optimus-bundle/0.1) |
| [cmsig/seal-symfony-bundle](https://packagist.org/packages/cmsig/seal-symfony-bundle) | [0.8](cmsig/seal-symfony-bundle/0.8) |
| [codebuds/mattermost-publication-bundle](https://packagist.org/packages/codebuds/mattermost-publication-bundle) | [0.3](codebuds/mattermost-publication-bundle/0.3) |
@@ -0,0 +1,64 @@
{
"manifests": {
"carthage-software/mago": {
"manifest": {
"copy-from-recipe": {
"mago.toml": "mago.toml"
},
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Review</> your <comment>mago.toml</> file:",
" 1. Set your exact <comment>php_version</>",
" 2. Update your <comment>source.paths</> as needed;",
" 3. (Optional) Enable the <comment>linter</> and <comment>analyzer</> as well.",
"",
" * <fg=blue>Read</> the full the documentation at <comment>https://mago.carthage.software/guide/getting-started</>"
]
},
"files": {
"mago.toml": {
"contents": [
"php-version = \"8.2\"",
"",
"[source]",
"paths = [",
" \"src\",",
" # \"tests/\",",
" # \"importmap.php\",",
" # \"migrations/\",",
"]",
"includes = [\"vendor\"]",
"excludes = []",
"",
"[formatter]",
"print-width = 120",
"tab-width = 4",
"use-tabs = false",
"",
"[linter]",
"integrations = [\"phpunit\", \"symfony\"]",
"",
"[linter.rules]",
"ambiguous-function-call = { enabled = false }",
"literal-named-argument = { enabled = false }",
"halstead = { effort-threshold = 7000 }",
"",
"[analyzer]",
"find-unused-definitions = true",
"find-unused-expressions = false",
"analyze-dead-code = false",
"check-throws = true",
"allow-possibly-undefined-array-keys = true",
"perform-heuristic-checks = true",
""
],
"executable": false
}
},
"ref": "0be125d45ff145f21b54f21d33f7e62846940db6"
}
}
}
+64
View File
@@ -0,0 +1,64 @@
{
"manifests": {
"carthage-software/mago": {
"manifest": {
"copy-from-recipe": {
"mago.toml": "mago.toml"
},
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Review</> your <comment>mago.toml</> file:",
" 1. Set your exact <comment>php_version</>",
" 2. Update your <comment>source.paths</> as needed;",
" 3. (Optional) Enable the <comment>linter</> and <comment>analyzer</> as well.",
"",
" * <fg=blue>Read</> the full the documentation at <comment>https://mago.carthage.software/guide/getting-started</>"
]
},
"files": {
"mago.toml": {
"contents": [
"php-version = \"8.2\"",
"",
"[source]",
"paths = [",
" \"src\",",
" # \"tests/\",",
" # \"importmap.php\",",
" # \"migrations/\",",
"]",
"includes = [\"vendor\"]",
"excludes = []",
"",
"[formatter]",
"print-width = 120",
"tab-width = 4",
"use-tabs = false",
"",
"[linter]",
"integrations = [\"phpunit\", \"symfony\"]",
"",
"[linter.rules]",
"ambiguous-function-call = { enabled = false }",
"literal-named-argument = { enabled = false }",
"halstead = { effort-threshold = 7000 }",
"",
"[analyzer]",
"find-unused-definitions = true",
"find-unused-expressions = false",
"analyze-dead-code = false",
"check-throws = true",
"allow-possibly-undefined-array-keys = true",
"perform-heuristic-checks = true",
""
],
"executable": false
}
},
"ref": "0be125d45ff145f21b54f21d33f7e62846940db6"
}
}
}
+3
View File
@@ -242,6 +242,9 @@
"calliostro/last-fm-client-bundle": [
"1.0"
],
"carthage-software/mago": [
"1.0"
],
"ckrack/optimus-bundle": [
"0.1"
],