Skip to content

Commit

Permalink
chore: Update to client lib constants
Browse files Browse the repository at this point in the history
Signed-off-by: legoheld <dreckig@sandkasten>
  • Loading branch information
legoheld committed Nov 29, 2023
1 parent 3c7d2f6 commit 07f274b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion providers/Flipt/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"require": {
"php": ">=8.0",
"open-feature/sdk": "^2.0",
"flipt-io/flipt": "^0.0.1",
"flipt-io/flipt": "^0.2.0",
"psr/simple-cache": "^3.0.0"
},
"require-dev": {
Expand Down
1 change: 1 addition & 0 deletions providers/Flipt/src/FliptProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Flipt\Client\FliptClient;
use Flipt\Models\BooleanEvaluationResult;
use Flipt\Models\ResponseReasons;
use Flipt\Models\VariantEvaluationResult;
use OpenFeature\implementation\provider\AbstractProvider;
use OpenFeature\implementation\provider\ResolutionDetailsBuilder;
Expand Down
15 changes: 0 additions & 15 deletions providers/Flipt/src/ResponseReasons.php

This file was deleted.

0 comments on commit 07f274b

Please sign in to comment.