mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -242,6 +242,9 @@
|
||||
"calliostro/last-fm-client-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"carthage-software/mago": [
|
||||
"1.0"
|
||||
],
|
||||
"ckrack/optimus-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user