Skip to content

Commit 398820c

Browse files
fix(deps): update dependency open-feature/flagd-provider to v1 (#130)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [open-feature/flagd-provider](https://redirect.github.com/open-feature-php/flagd-provider) | `^0.7.0` -> `^1.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/open-feature%2fflagd-provider/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/open-feature%2fflagd-provider/0.7.0/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>open-feature-php/flagd-provider (open-feature/flagd-provider)</summary> ### [`v1.0.0`](https://redirect.github.com/open-feature-php/flagd-provider/compare/0.8.0...1.0.0) [Compare Source](https://redirect.github.com/open-feature-php/flagd-provider/compare/0.8.0...1.0.0) ### [`v0.8.0`](https://redirect.github.com/open-feature-php/flagd-provider/compare/0.7.0...0.8.0) [Compare Source](https://redirect.github.com/open-feature-php/flagd-provider/compare/0.7.0...0.8.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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/php-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 845d9d8 commit 398820c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": "^8",
1919
"open-feature/sdk": "^2.0.0",
20-
"open-feature/flagd-provider": "^0.7.0",
20+
"open-feature/flagd-provider": "^1.0.0",
2121
"guzzlehttp/guzzle": "^7.5",
2222
"guzzlehttp/psr7": "^2.4"
2323
},

0 commit comments

Comments
 (0)