Skip to content

Commit 80e4d92

Browse files
fix(deps): update dependency open-feature/flagd-provider to ^0.2.0 (#43)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [open-feature/flagd-provider](https://togithub.com/open-feature-php/flagd-provider) | require | minor | `^0.1.0` -> `^0.2.0` | --- ### Release Notes <details> <summary>open-feature-php/flagd-provider</summary> ### [`v0.2.0`](https://togithub.com/open-feature-php/flagd-provider/releases/tag/0.2.0) [Compare Source](https://togithub.com/open-feature-php/flagd-provider/compare/0.1.0...0.2.0) **Full Changelog**: open-feature-php/flagd-provider@0.1.0...0.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/open-feature/php-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC42NS4xIiwidXBkYXRlZEluVmVyIjoiMzQuNjUuMSJ9--> Signed-off-by: Tom Carrio <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tom Carrio <[email protected]>
1 parent 599e99f commit 80e4d92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integration/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
],
1717
"require": {
1818
"php": "^7.4 || ^8",
19-
"open-feature/sdk": "^0.0.7",
20-
"open-feature/flagd-provider": "^0.1.0",
19+
"open-feature/sdk": "^1.1.1",
20+
"open-feature/flagd-provider": "^0.2.0",
2121
"guzzlehttp/guzzle": "^7.5",
2222
"guzzlehttp/psr7": "^2.4"
2323
},
@@ -31,7 +31,7 @@
3131
"url": "../",
3232
"options": {
3333
"versions": {
34-
"open-feature/sdk": "0.0.7"
34+
"open-feature/sdk": "1.1.1"
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)