feat: persist travel snapshots and refresh extended availability
This commit is contained in:
Generated
+134
-1
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "ff6bf7b0734ba021721679b2c94873a8",
|
||||
"content-hash": "8873775310190f915550e46ea5813036",
|
||||
"packages": [
|
||||
{
|
||||
"name": "carbonphp/carbon-doctrine-types",
|
||||
@@ -1641,6 +1641,139 @@
|
||||
},
|
||||
"time": "2024-11-21T13:46:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "flagception/flagception",
|
||||
"version": "2.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/playox/flagception-sdk.git",
|
||||
"reference": "6934e73ea1ab43611a43bf85922349a83561177b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/playox/flagception-sdk/zipball/6934e73ea1ab43611a43bf85922349a83561177b",
|
||||
"reference": "6934e73ea1ab43611a43bf85922349a83561177b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.2||^8.0",
|
||||
"psr/cache": "^1.0||^2.0||^3.0",
|
||||
"symfony/expression-language": ">=2.7"
|
||||
},
|
||||
"require-dev": {
|
||||
"php-coveralls/php-coveralls": "^2.4.3",
|
||||
"phpunit/phpunit": "*",
|
||||
"squizlabs/php_codesniffer": "^3.5"
|
||||
},
|
||||
"suggest": {
|
||||
"flagception/database-activator": "Fetch feature flags from database."
|
||||
},
|
||||
"type": "lib",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Flagception\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Michel Chowanski",
|
||||
"email": "[email protected]"
|
||||
}
|
||||
],
|
||||
"description": "Feature toggle on steroids.",
|
||||
"keywords": [
|
||||
"feature",
|
||||
"feature-flags",
|
||||
"feature-toggle",
|
||||
"flagception",
|
||||
"flags",
|
||||
"rollout",
|
||||
"testing",
|
||||
"toggle"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/playox/flagception-sdk/issues",
|
||||
"source": "https://github.com/playox/flagception-sdk/tree/2.0.0"
|
||||
},
|
||||
"time": "2025-02-26T16:11:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "flagception/flagception-bundle",
|
||||
"version": "6.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/playox/flagception-bundle.git",
|
||||
"reference": "ae8b5537348805f2c4ca4380651bf095f3c2d252"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/playox/flagception-bundle/zipball/ae8b5537348805f2c4ca4380651bf095f3c2d252",
|
||||
"reference": "ae8b5537348805f2c4ca4380651bf095f3c2d252",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"flagception/flagception": "^2.0",
|
||||
"php": "^8.0",
|
||||
"symfony/config": "^4.4 | ^5.0 | ^6.0 | ^7.0 | ^8.0",
|
||||
"symfony/dependency-injection": "^4.4 | ^5.0 | ^6.0 | ^7.0 | ^8.0",
|
||||
"symfony/http-kernel": "^4.4 | ^5.0 | ^6.0 | ^7.0 | ^8.0",
|
||||
"symfony/yaml": "^4.4 | ^5.0 | ^6.0 | ^7.0 | ^8.0",
|
||||
"twig/twig": "^1.18|^2.0|^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"flagception/database-activator": "^2.0",
|
||||
"php-coveralls/php-coveralls": "^2.0",
|
||||
"squizlabs/php_codesniffer": "^3.3.1",
|
||||
"symfony/phpunit-bridge": "^5.0 | ^6.0 | ^7.0 | ^8.0",
|
||||
"symfony/twig-bridge": "^4.4 | ^5.0 | ^6.0 | ^7.0 | ^8.0"
|
||||
},
|
||||
"suggest": {
|
||||
"flagception/database-activator": "Fetch feature flags from a database."
|
||||
},
|
||||
"type": "symfony-bundle",
|
||||
"extra": {
|
||||
"thanks": {
|
||||
"url": "https://github.com/playox/flagception-sdk",
|
||||
"name": "flagception/flagception"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Flagception\\Bundle\\FlagceptionBundle\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Michel Chowanski",
|
||||
"email": "[email protected]"
|
||||
}
|
||||
],
|
||||
"description": "Feature toggle bundle on steroids.",
|
||||
"keywords": [
|
||||
"bundle",
|
||||
"feature",
|
||||
"feature-flags",
|
||||
"feature-toggle",
|
||||
"flagception",
|
||||
"flags",
|
||||
"rollout",
|
||||
"symfony",
|
||||
"toggle"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/playox/flagception-bundle/issues",
|
||||
"source": "https://github.com/playox/flagception-bundle/tree/6.1.0"
|
||||
},
|
||||
"time": "2025-12-02T20:35:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "lcobucci/clock",
|
||||
"version": "3.5.0",
|
||||
|
||||
Reference in New Issue
Block a user