mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 17:46:30 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [byhaskell/novaposhta-bundle](https://packagist.org/packages/byhaskell/novaposhta-bundle) | [1.0](../../../tree/main/byhaskell/novaposhta-bundle/1.0) |
|
||||
| [byte-artist/menu-bundle](https://packagist.org/packages/byte-artist/menu-bundle) | [0.1](../../../tree/main/byte-artist/menu-bundle/0.1) |
|
||||
| [cache/adapter-bundle](https://packagist.org/packages/cache/adapter-bundle) | [1.1](../../../tree/main/cache/adapter-bundle/1.1) |
|
||||
| [cache/cache-bundle](https://packagist.org/packages/cache/cache-bundle) | [1.0](../../../tree/main/cache/cache-bundle/1.0) |
|
||||
| [cache/cache-bundle](https://packagist.org/packages/cache/cache-bundle) | [2.0](../../../tree/main/cache/cache-bundle/2.0) |
|
||||
| [calliostro/discogs-bundle](https://packagist.org/packages/calliostro/discogs-bundle) | [4.0](../../../tree/main/calliostro/discogs-bundle/4.0) |
|
||||
| [calliostro/last-fm-client-bundle](https://packagist.org/packages/calliostro/last-fm-client-bundle) | [2.0](../../../tree/main/calliostro/last-fm-client-bundle/2.0) |
|
||||
| [carthage-software/mago](https://packagist.org/packages/carthage-software/mago) | [1.0](../../../tree/main/carthage-software/mago/1.0) |
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"manifests": {
|
||||
"cache/cache-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Cache\\CacheBundle\\CacheBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"post-install-output": [
|
||||
" * Configure the CacheBundle integrations that your app uses:",
|
||||
" <href=https://github.com/php-cache/cache-bundle#configuration>https://github.com/php-cache/cache-bundle#configuration</>"
|
||||
]
|
||||
},
|
||||
"files": [],
|
||||
"ref": "18f22d26aefb7526f6098e9d16ad0e3771a42960"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"manifests": {
|
||||
"cache/cache-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Cache\\CacheBundle\\CacheBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"post-install-output": [
|
||||
" * Configure the CacheBundle integrations that your app uses:",
|
||||
" <href=https://github.com/php-cache/cache-bundle#configuration>https://github.com/php-cache/cache-bundle#configuration</>"
|
||||
]
|
||||
},
|
||||
"files": [],
|
||||
"ref": "18f22d26aefb7526f6098e9d16ad0e3771a42960"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -274,7 +274,8 @@
|
||||
"1.1"
|
||||
],
|
||||
"cache/cache-bundle": [
|
||||
"1.0"
|
||||
"1.0",
|
||||
"2.0"
|
||||
],
|
||||
"calliostro/discogs-bundle": [
|
||||
"4.0"
|
||||
|
||||
Reference in New Issue
Block a user