Skip to content

Bump php-di/php-di from 7.0.2 to 7.0.5#1739

Merged
williamjallen merged 1 commit intomasterfrom
dependabot/composer/php-di/php-di-7.0.5
Oct 2, 2023
Merged

Bump php-di/php-di from 7.0.2 to 7.0.5#1739
williamjallen merged 1 commit intomasterfrom
dependabot/composer/php-di/php-di-7.0.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2023

Bumps php-di/php-di from 7.0.2 to 7.0.5.

Release notes

Sourced from php-di/php-di's releases.

7.0.5

What's Changed

New Contributors

Full Changelog: PHP-DI/PHP-DI@7.0.4...7.0.5

7.0.4

What's Changed

Full Changelog: PHP-DI/PHP-DI@7.0.3...7.0.4

7.0.3

What's Changed

New Contributors

Full Changelog: PHP-DI/PHP-DI@7.0.2...7.0.3

Commits
  • 9ea40a5 Merge pull request #859 from zorac/enum_value_definitions
  • 0466e4f Fix job failures
  • 8ed7946 Merge pull request #860 from kocsismate/fix-public-readonly-property-injection
  • 15e4b16 Do not call ReflectionProperty::setAccessible() on PHP 8.1+
  • 8b4e84e Fix property injection of public readonly properties
  • 09e3821 Fix #825 by allowing compilation of enum value definitions
  • a9584ed Add tests for enum cases as value definitions
  • d5dad25 Merge pull request #856 from apeschar/readonly-promoted-prop
  • 3973d1d Skip readonly test on PHP 8.0
  • 5b217e0 Add integration test for promoted properties
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [php-di/php-di](https://github.com/PHP-DI/PHP-DI) from 7.0.2 to 7.0.5.
- [Release notes](https://github.com/PHP-DI/PHP-DI/releases)
- [Commits](PHP-DI/PHP-DI@7.0.2...7.0.5)

---
updated-dependencies:
- dependency-name: php-di/php-di
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@williamjallen williamjallen added this pull request to the merge queue Oct 2, 2023
Merged via the queue into master with commit adacf72 Oct 2, 2023
@williamjallen williamjallen deleted the dependabot/composer/php-di/php-di-7.0.5 branch October 2, 2023 14:42
zackgalbreath pushed a commit that referenced this pull request Nov 3, 2023
Bumps [php-di/php-di](https://github.com/PHP-DI/PHP-DI) from 7.0.2 to
7.0.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/PHP-DI/PHP-DI/releases">php-di/php-di's
releases</a>.</em></p>
<blockquote>
<h2>7.0.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Enum value definitions by <a
href="https://github.com/zorac"><code>@​zorac</code></a> in <a
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/859">PHP-DI/PHP-DI#859</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/zorac"><code>@​zorac</code></a> made
their first contribution in <a
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/859">PHP-DI/PHP-DI#859</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PHP-DI/PHP-DI/compare/7.0.4...7.0.5">https://github.com/PHP-DI/PHP-DI/compare/7.0.4...7.0.5</a></p>
<h2>7.0.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix public readonly property injection by <a
href="https://github.com/kocsismate"><code>@​kocsismate</code></a> in <a
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/860">PHP-DI/PHP-DI#860</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PHP-DI/PHP-DI/compare/7.0.3...7.0.4">https://github.com/PHP-DI/PHP-DI/compare/7.0.3...7.0.4</a></p>
<h2>7.0.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix <code>useAttributes</code> missing attribute by <a
href="https://github.com/lcharette"><code>@​lcharette</code></a> in <a
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/850">PHP-DI/PHP-DI#850</a></li>
<li>Add note about class import on upgrade guide by <a
href="https://github.com/lcharette"><code>@​lcharette</code></a> in <a
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/851">PHP-DI/PHP-DI#851</a></li>
<li>Fix build by <a
href="https://github.com/mnapoli"><code>@​mnapoli</code></a> in <a
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/857">PHP-DI/PHP-DI#857</a></li>
<li>Fix injection of readonly promoted properties by <a
href="https://github.com/apeschar"><code>@​apeschar</code></a> in <a
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/856">PHP-DI/PHP-DI#856</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/lcharette"><code>@​lcharette</code></a>
made their first contribution in <a
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/850">PHP-DI/PHP-DI#850</a></li>
<li><a href="https://github.com/apeschar"><code>@​apeschar</code></a>
made their first contribution in <a
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/856">PHP-DI/PHP-DI#856</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PHP-DI/PHP-DI/compare/7.0.2...7.0.3">https://github.com/PHP-DI/PHP-DI/compare/7.0.2...7.0.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/9ea40a5a6970bf1ca5cbe148bc16cbad6ca3db6c"><code>9ea40a5</code></a>
Merge pull request <a
href="https://redirect.github.com/PHP-DI/PHP-DI/issues/859">#859</a>
from zorac/enum_value_definitions</li>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/0466e4f5882c7dc98bdbd326cb58321fefe9d483"><code>0466e4f</code></a>
Fix job failures</li>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/8ed79468dfb163824bbf48de5e35d1729f9313b6"><code>8ed7946</code></a>
Merge pull request <a
href="https://redirect.github.com/PHP-DI/PHP-DI/issues/860">#860</a>
from kocsismate/fix-public-readonly-property-injection</li>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/15e4b16a27b62fbd86b1c9249eec479d93d5b375"><code>15e4b16</code></a>
Do not call ReflectionProperty::setAccessible() on PHP 8.1+</li>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/8b4e84e5581a26f04cf9b04d3b442b38f8f10dc9"><code>8b4e84e</code></a>
Fix property injection of public readonly properties</li>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/09e38216d50bbc9ca97f3833fc71ece5898adcb6"><code>09e3821</code></a>
Fix <a
href="https://redirect.github.com/PHP-DI/PHP-DI/issues/825">#825</a> by
allowing compilation of enum value definitions</li>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/a9584ed8011750db91a7e40a942c681121859cf7"><code>a9584ed</code></a>
Add tests for enum cases as value definitions</li>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/d5dad2500f409d8b78371823c8b382fe9b5d0917"><code>d5dad25</code></a>
Merge pull request <a
href="https://redirect.github.com/PHP-DI/PHP-DI/issues/856">#856</a>
from apeschar/readonly-promoted-prop</li>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/3973d1d92e8cdc5fd5c0f35e5814e221fb38f1d2"><code>3973d1d</code></a>
Skip readonly test on PHP 8.0</li>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/5b217e0dc63c863fc74715860d7fa56956d88d09"><code>5b217e0</code></a>
Add integration test for promoted properties</li>
<li>Additional commits viewable in <a
href="https://github.com/PHP-DI/PHP-DI/compare/7.0.2...7.0.5">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=php-di/php-di&package-manager=composer&previous-version=7.0.2&new-version=7.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
zackgalbreath pushed a commit that referenced this pull request Nov 3, 2023
Bumps [php-di/php-di](https://github.com/PHP-DI/PHP-DI) from 7.0.2 to
7.0.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/PHP-DI/PHP-DI/releases">php-di/php-di's
releases</a>.</em></p>
<blockquote>
<h2>7.0.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Enum value definitions by <a
href="https://github.com/zorac"><code>@​zorac</code></a> in <a
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/859">PHP-DI/PHP-DI#859</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/zorac"><code>@​zorac</code></a> made
their first contribution in <a
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/859">PHP-DI/PHP-DI#859</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PHP-DI/PHP-DI/compare/7.0.4...7.0.5">https://github.com/PHP-DI/PHP-DI/compare/7.0.4...7.0.5</a></p>
<h2>7.0.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix public readonly property injection by <a
href="https://github.com/kocsismate"><code>@​kocsismate</code></a> in <a
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/860">PHP-DI/PHP-DI#860</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PHP-DI/PHP-DI/compare/7.0.3...7.0.4">https://github.com/PHP-DI/PHP-DI/compare/7.0.3...7.0.4</a></p>
<h2>7.0.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix <code>useAttributes</code> missing attribute by <a
href="https://github.com/lcharette"><code>@​lcharette</code></a> in <a
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/850">PHP-DI/PHP-DI#850</a></li>
<li>Add note about class import on upgrade guide by <a
href="https://github.com/lcharette"><code>@​lcharette</code></a> in <a
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/851">PHP-DI/PHP-DI#851</a></li>
<li>Fix build by <a
href="https://github.com/mnapoli"><code>@​mnapoli</code></a> in <a
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/857">PHP-DI/PHP-DI#857</a></li>
<li>Fix injection of readonly promoted properties by <a
href="https://github.com/apeschar"><code>@​apeschar</code></a> in <a
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/856">PHP-DI/PHP-DI#856</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/lcharette"><code>@​lcharette</code></a>
made their first contribution in <a
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/850">PHP-DI/PHP-DI#850</a></li>
<li><a href="https://github.com/apeschar"><code>@​apeschar</code></a>
made their first contribution in <a
href="https://redirect.github.com/PHP-DI/PHP-DI/pull/856">PHP-DI/PHP-DI#856</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PHP-DI/PHP-DI/compare/7.0.2...7.0.3">https://github.com/PHP-DI/PHP-DI/compare/7.0.2...7.0.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/9ea40a5a6970bf1ca5cbe148bc16cbad6ca3db6c"><code>9ea40a5</code></a>
Merge pull request <a
href="https://redirect.github.com/PHP-DI/PHP-DI/issues/859">#859</a>
from zorac/enum_value_definitions</li>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/0466e4f5882c7dc98bdbd326cb58321fefe9d483"><code>0466e4f</code></a>
Fix job failures</li>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/8ed79468dfb163824bbf48de5e35d1729f9313b6"><code>8ed7946</code></a>
Merge pull request <a
href="https://redirect.github.com/PHP-DI/PHP-DI/issues/860">#860</a>
from kocsismate/fix-public-readonly-property-injection</li>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/15e4b16a27b62fbd86b1c9249eec479d93d5b375"><code>15e4b16</code></a>
Do not call ReflectionProperty::setAccessible() on PHP 8.1+</li>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/8b4e84e5581a26f04cf9b04d3b442b38f8f10dc9"><code>8b4e84e</code></a>
Fix property injection of public readonly properties</li>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/09e38216d50bbc9ca97f3833fc71ece5898adcb6"><code>09e3821</code></a>
Fix <a
href="https://redirect.github.com/PHP-DI/PHP-DI/issues/825">#825</a> by
allowing compilation of enum value definitions</li>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/a9584ed8011750db91a7e40a942c681121859cf7"><code>a9584ed</code></a>
Add tests for enum cases as value definitions</li>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/d5dad2500f409d8b78371823c8b382fe9b5d0917"><code>d5dad25</code></a>
Merge pull request <a
href="https://redirect.github.com/PHP-DI/PHP-DI/issues/856">#856</a>
from apeschar/readonly-promoted-prop</li>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/3973d1d92e8cdc5fd5c0f35e5814e221fb38f1d2"><code>3973d1d</code></a>
Skip readonly test on PHP 8.0</li>
<li><a
href="https://github.com/PHP-DI/PHP-DI/commit/5b217e0dc63c863fc74715860d7fa56956d88d09"><code>5b217e0</code></a>
Add integration test for promoted properties</li>
<li>Additional commits viewable in <a
href="https://github.com/PHP-DI/PHP-DI/compare/7.0.2...7.0.5">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=php-di/php-di&package-manager=composer&previous-version=7.0.2&new-version=7.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments