Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency elie29/zend-phpdi-config to v9 #82

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 24, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
elie29/zend-phpdi-config require-dev major ^6.0 || ^8.0 -> ^9.0

Release Notes

elie29/zend-di-config

v9.0.0

Compare Source

Added
  • Nothing.
Changed
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • Nothing.

v8.1.1

Compare Source

Added
  • Nothing.
Changed
  • #​52 Container compilation and delegators
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • Nothing.

v8.1.0

Compare Source

Added
  • #​49 Support writing proxy classes to files
Changed
  • Nothing.
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • Nothing.

v8.0.0

Compare Source

  • V8.0+ supports only PHP8+ and drops other versions
Added
  • Nothing.
Changed
  • #​46 migration to php 8 [Break Change]
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • Nothing.

v6.0.1

Compare Source

Added
  • ./composer require composer/package-versions-deprecated for 7.1 backward compatibility
  • delete sudo from .travis
  • Correct ConfigTest.php
  • .composer self-update
Changed
  • Nothing.
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • Nothing.

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.


  • If you want to rebase/retry this PR, click this checkbox.

Read more information about the use of Renovate Bot within Laminas.

| datasource | package                  | from  | to    |
| ---------- | ------------------------ | ----- | ----- |
| packagist  | elie29/zend-phpdi-config | 6.0.0 | 9.0.0 |


Signed-off-by: Renovate Bot <bot@renovateapp.com>
@elie29
Copy link
Contributor

elie29 commented Sep 24, 2022

@Ocramius v9.0 is only compatible 8.1
Why we don't use ^6.0 || ^8.0 || ^9.0 to insure php 7.1, 8.0 and 8.1 compatibility? Thx

@Ocramius
Copy link
Member

Does 9.0 not have any BC break?

@elie29
Copy link
Contributor

elie29 commented Sep 25, 2022

Does 9.0 not have any BC break?

Yes, 9.0 is compatible 8.1 and not 7.4 nor 8.0 (readonly modifier), so we need to have ^6.0 || ^8.0 || ^9.0 in the composer.json

Check #83

Thank you @Ocramius

@Ocramius Ocramius merged commit 181aa7a into 3.12.x Oct 17, 2022
@Ocramius Ocramius added this to the 3.12.0 milestone Oct 17, 2022
@Ocramius Ocramius self-assigned this Oct 17, 2022
@renovate renovate bot deleted the renovate/elie29-zend-phpdi-config-9.x branch October 17, 2022 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants