Skip to content

Update Laminas packages (major)#22

Open
renovate[bot] wants to merge 1 commit into1.8.xfrom
renovate/major-laminas
Open

Update Laminas packages (major)#22
renovate[bot] wants to merge 1 commit into1.8.xfrom
renovate/major-laminas

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
laminas/laminas-coding-standard (source) ~2.5.0~3.1.0 age adoption passing confidence
laminas/laminas-servicemanager (source) ^3.15.1^3.15.1 || ^4.0.0 age adoption passing confidence

Release Notes

laminas/laminas-coding-standard (laminas/laminas-coding-standard)

v3.1.0

Compare Source

Release Notes for 3.1.0

Feature release (minor)

3.1.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
Enhancement
Documentation,Enhancement

v3.0.1

Compare Source

Release Notes for 3.0.1

3.0.x bugfix release (patch)

3.0.1
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1
Documentation,Enhancement

v3.0.0

Compare Source

Release Notes for 3.0.0

Backwards incompatible release (major)

3.0.0
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2
renovate
Enhancement
BC Break,renovate
laminas/laminas-servicemanager (laminas/laminas-servicemanager)

v4.5.0

Compare Source

Release Notes for 4.5.0

Feature release (minor)

4.5.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Dependencies,Enhancement

v4.4.0

Compare Source

Release Notes for 4.4.0

Feature release (minor)

4.4.0
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2
Dependencies,Enhancement,QA
Enhancement,QA,Review Needed
Review Needed,renovate

v4.3.0

Compare Source

Release Notes for 4.3.0

Feature release (minor)

Introduces PHP 8.4 Support

4.3.0
  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 4
Enhancement
Documentation,Enhancement
renovate

v4.2.1

Compare Source

Release Notes for 4.2.1

4.2.x bugfix release (patch)

4.2.1
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Documentation,Enhancement

v4.2.0

Compare Source

Release Notes for 4.2.0

Feature release (minor)

4.2.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v4.1.0

Compare Source

Release Notes for 4.1.0

Feature release (minor)

4.1.0
  • Total issues resolved: 1
  • Total pull requests resolved: 3
  • Total contributors: 2
Documentation
Documentation,Enhancement

v4.0.2

Compare Source

Release Notes for 4.0.2

4.0.x bugfix release (patch)

4.0.2
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug,Documentation

v4.0.1

Compare Source

Release Notes for 4.0.1

4.0.x bugfix release (patch)

4.0.1
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug,Documentation

v4.0.0

Compare Source

Release Notes for 4.0.0
Release Notes for 4.0.0

laminas-servicemanager 4.0.0 is here and finally enables projects to consume psr/container v2.0.0 after 2 years along with several type-additions and plugin manager decoupling.

The migration guide is not written yet but will be at some point (once we added support for SM v4 to other components) later.

Added
  • Several native type-additions including property-, argument- and return-types and a lot more psalm types
  • ServiceManager#get, PluginManagerInterface#get and ServiceLocatorInterface#build now explicitly implement mixed as return-type to synchronize types with ContainerInterface#get
  • Support for psr/container v1.1 and v2.0
  • Ahead of Time factory creation for services explicitly using ReflectionBasedAbstractFactory via laminas-cli
Removed
  • Dropped support for PHP <8.1
  • Removed deprecated interfaces such as
    • Laminas\ServiceManager\AbstractFactoryInterface
    • Laminas\ServiceManager\FactoryInterface
    • Laminas\ServiceManager\InitializerInterface
    • Laminas\ServiceManager\DelegatorFactoryInterface
  • CLI commands which were exposed via vendor/bin are removed in favor of the laminas-cli integration. All CLI commands of v3.x are accessible via vendor/bin/laminas servicemanager:<v3.x command name> once laminas/laminas-cli is required in the projects dependencies
  • Removed deprecated ConfigInterface and Config-class since these files did not provide any validation logic and were just used to proxy the configuration array structure
  • Removed AbstractPluginManager#validate and AbstractPluginManager::$instanceOf property as in v3.x, implementing plugin managers were able to implicitly validate mixed. In case an implementing plugin manager is providing a single $instanceOf such as laminas-cache, there is a new class AbstractSingleInstancePluginManager available which requires the $instanceOf property to be configured
Breaking Changes
  • AbstractPluginManager does not extend ServiceManager anymore and instead uses an own ServiceManager instance under the hood to manage plugin manager related services which can be configured the same way as in v3.x
  • Dedicated CLI commands which were previously linked to vendor/bin are now integrated via laminas-cli and can be called via vendor/bin/laminas once laminas/laminas-cli is part of the projects requirements. Read more about how to consume these commands here.
  • AbstractPluginManager does not provide the validate-Method anymore and requires migration action such as:
    • extend AbstractSingleInstancePluginManager in case the plugin manager only provides instances of a specific interface- or class-string (please be aware that the $instanceOf property now requires native string property type)
    • implement validate method and verify whatever type has to be returned and/or just allow mixed as v3.x did when omitting $instanceOf property
  • Removed deprecated ConfigInterface and Config-class since these files did not provide any validation logic and were just used to proxy the configuration array structure
  • neither ServiceManager nor AbstractPluginManager do validate the provided configuration at runtime anymore. due to the psalm-types provided to ServiceManager#__construct, ServiceManager#configure, AbstractPluginManager#__construct and AbstractPluginManager#configure, the configuration schema is strictly typed and thus, a miss-configuration can be mitigated on static-analysis level prior actual runtime
  • AbstractPluginManager#get does not accept options anymore, in case an instance with options needs to be created, AbstractPluginManager#build has to be used
4.0.0
  • Total issues resolved: 7
  • Total pull requests resolved: 14
  • Total contributors: 6
Enhancement
BC Break,Enhancement
RFC
BC Break
renovate
Bug

v3.24.0

Compare Source

Release Notes for 3.24.0

Feature release (minor)

3.24.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Dependencies,Enhancement

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate Bot added the renovate label Mar 5, 2024
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 5, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update laminas/laminas-servicemanager:4.1.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires laminas/laminas-servicemanager ^3.15.1 || ^4.0.0, found laminas/laminas-servicemanager[3.15.1, ..., 3.22.1, 4.0.0, 4.0.1, 4.0.2, 4.1.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - laminas/laminas-mvc is locked to version 3.7.0 and an update of this package was not requested.
    - laminas/laminas-mvc 3.7.0 requires laminas/laminas-servicemanager ^3.20.0 -> found laminas/laminas-servicemanager[3.20.0, 3.21.0, 3.22.0, 3.22.1] but it conflicts with your temporary update constraint (laminas/laminas-servicemanager:4.1.0).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate Bot force-pushed the renovate/major-laminas branch 2 times, most recently from eee2f25 to 41ac494 Compare March 15, 2024 14:43
@renovate renovate Bot force-pushed the renovate/major-laminas branch from 41ac494 to 19ee740 Compare March 18, 2024 04:10
@renovate renovate Bot force-pushed the renovate/major-laminas branch 2 times, most recently from 85289fc to 30fa59e Compare April 1, 2024 03:08
@renovate renovate Bot force-pushed the renovate/major-laminas branch 2 times, most recently from 757c131 to 345461b Compare April 15, 2024 03:16
@renovate renovate Bot force-pushed the renovate/major-laminas branch 2 times, most recently from c439020 to db0c9d5 Compare April 29, 2024 04:20
@renovate renovate Bot force-pushed the renovate/major-laminas branch from db0c9d5 to ee85c0e Compare May 6, 2024 05:04
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 13, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update laminas/laminas-coding-standard:3.1.0 laminas/laminas-servicemanager:4.5.0 --with-dependencies --ignore-platform-req=ext-* --ignore-platform-req=lib-* --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires laminas/laminas-servicemanager ^3.15.1 || ^4.0.0, found laminas/laminas-servicemanager[3.15.1, ..., 3.24.0, 4.0.0, ..., 4.5.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - laminas/laminas-mvc is locked to version 3.8.0 and an update of this package was not requested.
    - laminas/laminas-mvc 3.8.0 requires laminas/laminas-servicemanager ^3.20.0 -> found laminas/laminas-servicemanager[3.20.0, ..., 3.24.0] but it conflicts with your temporary update constraint (laminas/laminas-servicemanager:4.5.0).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate Bot force-pushed the renovate/major-laminas branch from ee85c0e to 5817b86 Compare May 13, 2024 04:41
@renovate renovate Bot force-pushed the renovate/major-laminas branch 2 times, most recently from db00e9d to aca2bdf Compare June 3, 2024 03:12
@renovate renovate Bot force-pushed the renovate/major-laminas branch from aca2bdf to 3058146 Compare June 10, 2024 04:00
@renovate renovate Bot force-pushed the renovate/major-laminas branch 2 times, most recently from 6811125 to f610d27 Compare June 24, 2024 03:24
@renovate renovate Bot force-pushed the renovate/major-laminas branch from f610d27 to 6350cc2 Compare July 1, 2024 02:35
@renovate renovate Bot force-pushed the renovate/major-laminas branch 2 times, most recently from 231974a to 08d2215 Compare July 15, 2024 03:09
@renovate renovate Bot force-pushed the renovate/major-laminas branch from 08d2215 to 5bba6c2 Compare July 22, 2024 04:54
@renovate renovate Bot force-pushed the renovate/major-laminas branch from 5bba6c2 to 540e323 Compare August 5, 2024 03:21
@renovate renovate Bot force-pushed the renovate/major-laminas branch 2 times, most recently from a5a9476 to 8e396e9 Compare August 26, 2024 04:02
@renovate renovate Bot force-pushed the renovate/major-laminas branch 2 times, most recently from fb3d3ba to e1bc0a5 Compare September 9, 2024 04:42
@renovate renovate Bot force-pushed the renovate/major-laminas branch from e1bc0a5 to 6097026 Compare September 16, 2024 03:12
@renovate renovate Bot force-pushed the renovate/major-laminas branch from 6097026 to 31d3a5f Compare September 23, 2024 04:59
@renovate renovate Bot force-pushed the renovate/major-laminas branch 2 times, most recently from 903843a to 55c426c Compare December 23, 2024 03:15
@renovate renovate Bot force-pushed the renovate/major-laminas branch 2 times, most recently from 861d690 to f8eaa02 Compare January 6, 2025 03:41
@renovate renovate Bot force-pushed the renovate/major-laminas branch from f8eaa02 to 8fdd405 Compare January 20, 2025 05:05
@renovate renovate Bot force-pushed the renovate/major-laminas branch from 8fdd405 to c5509ea Compare January 29, 2025 08:04
@renovate renovate Bot changed the base branch from 1.7.x to 1.8.x January 29, 2025 08:05
@renovate renovate Bot force-pushed the renovate/major-laminas branch from c5509ea to 315ebea Compare February 3, 2025 05:22
@renovate renovate Bot force-pushed the renovate/major-laminas branch from 315ebea to bcc3211 Compare February 17, 2025 05:28
@renovate renovate Bot force-pushed the renovate/major-laminas branch from bcc3211 to e6d6ea2 Compare February 24, 2025 05:46
@renovate renovate Bot force-pushed the renovate/major-laminas branch from e6d6ea2 to 908b6d9 Compare March 3, 2025 07:05
@renovate renovate Bot force-pushed the renovate/major-laminas branch 2 times, most recently from 86cea11 to 01c770d Compare March 31, 2025 06:44
@renovate renovate Bot force-pushed the renovate/major-laminas branch 2 times, most recently from 13afee1 to 2dee14d Compare April 14, 2025 05:53
@renovate renovate Bot force-pushed the renovate/major-laminas branch from 2dee14d to 7f9a919 Compare May 5, 2025 05:29
@renovate renovate Bot force-pushed the renovate/major-laminas branch 2 times, most recently from 21442c7 to 38c07d1 Compare May 13, 2025 11:51
@renovate renovate Bot force-pushed the renovate/major-laminas branch from 38c07d1 to 2cac621 Compare June 2, 2025 05:22
@renovate renovate Bot force-pushed the renovate/major-laminas branch from 2cac621 to 98c08d7 Compare June 16, 2025 07:04
@renovate renovate Bot force-pushed the renovate/major-laminas branch 2 times, most recently from f13f143 to 60dfba2 Compare June 30, 2025 05:06
@renovate renovate Bot force-pushed the renovate/major-laminas branch from 60dfba2 to bb51f81 Compare July 7, 2025 05:01
@renovate renovate Bot force-pushed the renovate/major-laminas branch from bb51f81 to c6fa25f Compare July 14, 2025 07:34
@renovate renovate Bot force-pushed the renovate/major-laminas branch from c6fa25f to c75e6c0 Compare August 4, 2025 05:56
@renovate renovate Bot force-pushed the renovate/major-laminas branch 2 times, most recently from 3f7002d to c1d8eb0 Compare August 18, 2025 05:41
@renovate renovate Bot force-pushed the renovate/major-laminas branch from c1d8eb0 to 42079ea Compare August 25, 2025 05:38
@renovate renovate Bot force-pushed the renovate/major-laminas branch from 42079ea to 65fe0d5 Compare September 8, 2025 05:09
| datasource | package                         | from   | to    |
| ---------- | ------------------------------- | ------ | ----- |
| packagist  | laminas/laminas-coding-standard | 2.5.0  | 3.1.0 |
| packagist  | laminas/laminas-servicemanager  | 3.23.1 | 4.5.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

0 participants