mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
Update Flex endpoint
This commit is contained in:
@@ -437,6 +437,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [mtarld/symbok-bundle](https://packagist.org/packages/mtarld/symbok-bundle) | [2.0](mtarld/symbok-bundle/2.0) |
|
||||
| [mukadi/wallet-bundle](https://packagist.org/packages/mukadi/wallet-bundle) | [1.0](mukadi/wallet-bundle/1.0) |
|
||||
| [mukadi/wordpress-bundle](https://packagist.org/packages/mukadi/wordpress-bundle) | [2.0](mukadi/wordpress-bundle/2.0) |
|
||||
| [nalabdou/algebra-symfony](https://packagist.org/packages/nalabdou/algebra-symfony) | [1.1](nalabdou/algebra-symfony/1.1) |
|
||||
| [nbgrp/env-bundle](https://packagist.org/packages/nbgrp/env-bundle) | [1.0](nbgrp/env-bundle/1.0) |
|
||||
| [nedac/sylius-minimum-order-value-plugin](https://packagist.org/packages/nedac/sylius-minimum-order-value-plugin) | [1.0](nedac/sylius-minimum-order-value-plugin/1.0) |
|
||||
| [nedac/sylius-order-now-plugin](https://packagist.org/packages/nedac/sylius-order-now-plugin) | [1.0](nedac/sylius-order-now-plugin/1.0) |
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"manifests": {
|
||||
"nalabdou/algebra-symfony": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Nalabdou\\Algebra\\Symfony\\AlgebraBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"post-install-output": [
|
||||
"\u2705 AlgebraBundle has been installed successfully!",
|
||||
"",
|
||||
"Your Symfony project is now ready to use AlgebraBundle.",
|
||||
"",
|
||||
"Next steps:",
|
||||
"",
|
||||
"1. Review the default configuration:",
|
||||
" - Located at: config/packages/algebra.yaml",
|
||||
" - Adjust setting `strict_mode` as needed.",
|
||||
"",
|
||||
"2. Use AlgebraBundle features in your services and controllers:",
|
||||
" - Check the documentation: https://github.com/nalabdou/algebra-symfony",
|
||||
"",
|
||||
"3. Development tips:",
|
||||
" - Use strict_mode to catch invalid expressions early.",
|
||||
"",
|
||||
"Enjoy algebraic coding! \ud83d\ude80"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/algebra.yaml": {
|
||||
"contents": [
|
||||
"algebra:",
|
||||
" strict_mode: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "6153dec3a1b95fe33b5d78ea99b67d7b3a9a50c3"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1388,6 +1388,9 @@
|
||||
"1.1",
|
||||
"2.0"
|
||||
],
|
||||
"nalabdou/algebra-symfony": [
|
||||
"1.1"
|
||||
],
|
||||
"nbgrp/env-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"manifests": {
|
||||
"nalabdou/algebra-symfony": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Nalabdou\\Algebra\\Symfony\\AlgebraBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"post-install-output": [
|
||||
"\u2705 AlgebraBundle has been installed successfully!",
|
||||
"",
|
||||
"Your Symfony project is now ready to use AlgebraBundle.",
|
||||
"",
|
||||
"Next steps:",
|
||||
"",
|
||||
"1. Review the default configuration:",
|
||||
" - Located at: config/packages/algebra.yaml",
|
||||
" - Adjust setting `strict_mode` as needed.",
|
||||
"",
|
||||
"2. Use AlgebraBundle features in your services and controllers:",
|
||||
" - Check the documentation: https://github.com/nalabdou/algebra-symfony",
|
||||
"",
|
||||
"3. Development tips:",
|
||||
" - Use strict_mode to catch invalid expressions early.",
|
||||
"",
|
||||
"Enjoy algebraic coding! \ud83d\ude80"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/algebra.yaml": {
|
||||
"contents": [
|
||||
"algebra:",
|
||||
" strict_mode: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "6153dec3a1b95fe33b5d78ea99b67d7b3a9a50c3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user