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 laravel/framework to v11 - autoclosed #40

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
laravel/framework (source) 8.83.18 -> 11.31.0 age adoption passing confidence

Release Notes

laravel/framework (laravel/framework)

v11.31.0

Compare Source

v11.30.0

Compare Source

v11.29.0

Compare Source

v11.28.1

Compare Source

v11.28.0

Compare Source

v11.27.2

Compare Source

v11.27.1

Compare Source

v11.27.0

Compare Source

v11.26.0

Compare Source

v11.25.0

Compare Source

v11.24.1

Compare Source

v11.24.0

Compare Source

v11.23.5

Compare Source

v11.23.4

Compare Source

v11.23.3

Compare Source

v11.23.2

Compare Source

v11.23.1

Compare Source

v11.23.0

Compare Source


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.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Apr 22, 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 laravel/framework:11.7.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
Dependency guzzlehttp/guzzle is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires doctrine/dbal 4.0.1 (exact version match: 4.0.1 or 4.0.1.0), found doctrine/dbal[4.0.1] but the package is fixed to 3.3.7 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
  Problem 2
    - Root composer.json requires laravel/framework 11.7.0 -> satisfiable by laravel/framework[v11.7.0].
    - laravel/framework v11.7.0 requires guzzlehttp/guzzle ^7.8 -> found guzzlehttp/guzzle[7.8.0, 7.8.1, 7.8.x-dev, 7.9.x-dev] but it conflicts with your root composer.json require (7.4.5).
  Problem 3
    - phpspec/prophecy v1.15.0 requires php ^7.2 || ~8.0, <8.2 -> your php version (8.3.6) does not satisfy that requirement.
    - phpunit/phpunit 9.5.21 requires phpspec/prophecy ^1.12.1 -> satisfiable by phpspec/prophecy[v1.15.0].
    - phpunit/phpunit is locked to version 9.5.21 and an update of this package was not requested.

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/laravel-framework-11.x branch 2 times, most recently from 73a165a to b0bec89 Compare April 30, 2024 16:19
@renovate renovate bot force-pushed the renovate/laravel-framework-11.x branch from b0bec89 to f568538 Compare May 7, 2024 13:59
@renovate renovate bot force-pushed the renovate/laravel-framework-11.x branch from f568538 to d7cdddd Compare May 22, 2024 02:28
Copy link
Contributor Author

renovate bot commented May 22, 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 laravel/framework:11.31.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
Dependency guzzlehttp/guzzle is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires doctrine/dbal 4.0.1 (exact version match: 4.0.1 or 4.0.1.0), found doctrine/dbal[4.0.1] but the package is fixed to 3.3.7 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
  Problem 2
    - Root composer.json requires laravel/framework 11.31.0 -> satisfiable by laravel/framework[v11.31.0].
    - laravel/framework v11.31.0 requires guzzlehttp/guzzle ^7.8 -> found guzzlehttp/guzzle[7.8.0, ..., 7.9.x-dev] but it conflicts with your root composer.json require (7.4.5).
  Problem 3
    - phpunit/phpunit is locked to version 9.5.21 and an update of this package was not requested.
    - phpspec/prophecy v1.15.0 requires php ^7.2 || ~8.0, <8.2 -> your php version (8.3.13) does not satisfy that requirement.
    - phpunit/phpunit 9.5.21 requires phpspec/prophecy ^1.12.1 -> satisfiable by phpspec/prophecy[v1.15.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/laravel-framework-11.x branch 3 times, most recently from 5e678dc to ea7aa8b Compare May 30, 2024 13:03
@renovate renovate bot force-pushed the renovate/laravel-framework-11.x branch from ea7aa8b to 3814c1c Compare June 4, 2024 20:52
@renovate renovate bot force-pushed the renovate/laravel-framework-11.x branch 2 times, most recently from 2764a0f to 1c7cf5b Compare June 20, 2024 12:16
@renovate renovate bot force-pushed the renovate/laravel-framework-11.x branch 2 times, most recently from 10bab42 to 97d62b8 Compare June 27, 2024 10:21
@renovate renovate bot force-pushed the renovate/laravel-framework-11.x branch 2 times, most recently from 27f024c to 8efea1c Compare July 9, 2024 15:54
@renovate renovate bot force-pushed the renovate/laravel-framework-11.x branch from 8efea1c to ccea250 Compare July 16, 2024 17:22
@renovate renovate bot force-pushed the renovate/laravel-framework-11.x branch 4 times, most recently from cb9dce7 to ea1982c Compare July 30, 2024 18:02
@renovate renovate bot force-pushed the renovate/laravel-framework-11.x branch from ea1982c to 600f8cf Compare August 6, 2024 17:23
@renovate renovate bot force-pushed the renovate/laravel-framework-11.x branch from 600f8cf to cc7ad07 Compare August 20, 2024 17:53
@renovate renovate bot force-pushed the renovate/laravel-framework-11.x branch from cc7ad07 to e993405 Compare September 3, 2024 17:17
@renovate renovate bot force-pushed the renovate/laravel-framework-11.x branch 4 times, most recently from 1672e7a to ecdd20a Compare September 13, 2024 15:38
@renovate renovate bot force-pushed the renovate/laravel-framework-11.x branch 2 times, most recently from 7e8cc6f to f59438a Compare September 25, 2024 11:33
@renovate renovate bot force-pushed the renovate/laravel-framework-11.x branch 2 times, most recently from 3b856e5 to 7f2a804 Compare October 1, 2024 15:11
@renovate renovate bot changed the title Update dependency laravel/framework to v11 Update dependency laravel/framework to v11 - autoclosed Oct 8, 2024
@renovate renovate bot closed this Oct 8, 2024
@renovate renovate bot deleted the renovate/laravel-framework-11.x branch October 8, 2024 16:18
@renovate renovate bot changed the title Update dependency laravel/framework to v11 - autoclosed Update dependency laravel/framework to v11 Oct 9, 2024
@renovate renovate bot restored the renovate/laravel-framework-11.x branch October 9, 2024 00:39
@renovate renovate bot reopened this Oct 9, 2024
@renovate renovate bot force-pushed the renovate/laravel-framework-11.x branch 3 times, most recently from 538d714 to c1b3165 Compare October 15, 2024 16:43
@renovate renovate bot force-pushed the renovate/laravel-framework-11.x branch 2 times, most recently from 4902179 to 1c5cca3 Compare October 22, 2024 16:02
@renovate renovate bot force-pushed the renovate/laravel-framework-11.x branch from 1c5cca3 to 72ce8a3 Compare October 30, 2024 15:35
@renovate renovate bot force-pushed the renovate/laravel-framework-11.x branch from 72ce8a3 to 627bd44 Compare November 12, 2024 17:08
@renovate renovate bot changed the title Update dependency laravel/framework to v11 Update dependency laravel/framework to v11 - autoclosed Nov 13, 2024
@renovate renovate bot closed this Nov 13, 2024
@renovate renovate bot deleted the renovate/laravel-framework-11.x branch November 13, 2024 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants