Skip to content

Commit 29f219f

Browse files
fix(deps): update dependency open-feature/flagd-provider to ^0.3.0 (#70)
[![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.2.0` -> `^0.3.0` | --- ### Release Notes <details> <summary>open-feature-php/flagd-provider</summary> ### [`v0.3.0`](https://togithub.com/open-feature-php/flagd-provider/releases/tag/0.3.0) [Compare Source](https://togithub.com/open-feature-php/flagd-provider/compare/0.2.0...0.3.0) ##### ⚠ BREAKING CHANGES - reset release-please ([#&#8203;39](https://togithub.com/open-feature-php/flagd-provider/issues/39)) ##### Features - otel hook ([#&#8203;22](https://togithub.com/open-feature-php/flagd-provider/issues/22)) ([ae67546](https://togithub.com/open-feature-php/flagd-provider/commit/ae675465598934601213f772d60778f8a6e2358c)) - **otel-hook:** autoload registration of otel hook ([#&#8203;25](https://togithub.com/open-feature-php/flagd-provider/issues/25)) ([6721b66](https://togithub.com/open-feature-php/flagd-provider/commit/6721b66fafc6f78df11bf07b963dfd99c78417f4)) ##### Miscellaneous Chores - **flagd:** remove gRPC codebase until full implementation ([#&#8203;34](https://togithub.com/open-feature-php/flagd-provider/issues/34)) ([1ca3951](https://togithub.com/open-feature-php/flagd-provider/commit/1ca3951fe67d017f70e4ed0a3e09111b800c100d)) - reset release-please ([#&#8203;39](https://togithub.com/open-feature-php/flagd-provider/issues/39)) ([2377dc6](https://togithub.com/open-feature-php/flagd-provider/commit/2377dc62b061e11d065a6401fd58056c49de0de0)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC44NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuODQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0cb9472 commit 29f219f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": "^7.4 || ^8",
1919
"open-feature/sdk": "^1.1.1",
20-
"open-feature/flagd-provider": "^0.2.0",
20+
"open-feature/flagd-provider": "^0.3.0",
2121
"guzzlehttp/guzzle": "^7.5",
2222
"guzzlehttp/psr7": "^2.4"
2323
},

0 commit comments

Comments
 (0)