laminas / laminas-view

Flexible view layer supporting and providing multiple view layers, helpers, and more
https://docs.laminas.dev/laminas-view/
BSD 3-Clause "New" or "Revised" License
74 stars 46 forks source link

Lock file maintenance #169

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: Branch creation - "before 2am" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



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

renovate[bot] commented 2 years ago

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


gsteel commented 2 years ago

@Ocramius We're gonna have to lock phpstan/phpdoc-parser to 1.5.x in require-dev or add conflicts for the 1.6 series for as long as PHP 7.4 is supported. Mind you, we could drop support for 7.4 early 😁

Ocramius commented 2 years ago

I'd rather say that we need to fix this in laminas coding standard 🤔

Ocramius commented 2 years ago

The issue here is a circular dependency between laminas/laminas-view and laminas/laminas-mvc.

Can't merge with that issue still present, for now.

gsteel commented 2 years ago

@Ocramius - This looks messed up - can we close so that renovate reopens targeting current default branch?