Open renovate[bot] opened 2 years ago
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:
The artifact failure details are included below:
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child -v "/tmp/worker/958667/34a5a2/repos/github/azdanov/php-interview-exercises":"/tmp/worker/958667/34a5a2/repos/github/azdanov/php-interview-exercises" -v "/tmp/worker/958667/34a5a2/cache":"/tmp/worker/958667/34a5a2/cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/958667/34a5a2/repos/github/azdanov/php-interview-exercises" ghcr.io/containerbase/sidecar bash -l -c "install-tool php 8.2.7 && install-tool composer 2.5.8 && composer update spatie/phpunit-watcher --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
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- phpspec/prophecy v1.15.0 requires php ^7.2 || ~8.0, <8.2 -> your php version (8.2.7) 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.
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:
The artifact failure details are included below:
Command failed: composer update spatie/phpunit-watcher:1.24.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 spatie/phpunit-watcher 1.24.0 -> satisfiable by spatie/phpunit-watcher[1.24.0].
- spatie/phpunit-watcher 1.24.0 requires symfony/yaml ^6 | ^7.0.7 -> found symfony/yaml[v6.0.0, ..., v6.4.7, v7.0.7] but these were not loaded, likely because it conflicts with another require.
Problem 2
- phpspec/prophecy v1.15.0 requires php ^7.2 || ~8.0, <8.2 -> your php version (8.3.7) 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.
This PR contains the following updates:
1.23.2
->1.24.0
Release Notes
spatie/phpunit-watcher (spatie/phpunit-watcher)
### [`v1.24.0`](https://redirect.github.com/spatie/phpunit-watcher/releases/tag/1.24.0) [Compare Source](https://redirect.github.com/spatie/phpunit-watcher/compare/1.23.6...1.24.0) #### What's Changed - Add PHP 8.2 Support by [@patinthehat](https://redirect.github.com/patinthehat) in [https://github.com/spatie/phpunit-watcher/pull/151](https://redirect.github.com/spatie/phpunit-watcher/pull/151) - refactor: merge yosymfony/resource-watcher by [@pierresh](https://redirect.github.com/pierresh) in [https://github.com/spatie/phpunit-watcher/pull/161](https://redirect.github.com/spatie/phpunit-watcher/pull/161) #### New Contributors - [@patinthehat](https://redirect.github.com/patinthehat) made their first contribution in [https://github.com/spatie/phpunit-watcher/pull/151](https://redirect.github.com/spatie/phpunit-watcher/pull/151) - [@pierresh](https://redirect.github.com/pierresh) made their first contribution in [https://github.com/spatie/phpunit-watcher/pull/161](https://redirect.github.com/spatie/phpunit-watcher/pull/161) **Full Changelog**: https://github.com/spatie/phpunit-watcher/compare/1.23.6...1.24.0 ### [`v1.23.6`](https://redirect.github.com/spatie/phpunit-watcher/releases/tag/1.23.6) [Compare Source](https://redirect.github.com/spatie/phpunit-watcher/compare/1.23.5...1.23.6) #### What's Changed - \[FIX] Array to string conversion in WatcherCommand on line 121 by [@dkd-kaehm](https://redirect.github.com/dkd-kaehm) in [https://github.com/spatie/phpunit-watcher/pull/144](https://redirect.github.com/spatie/phpunit-watcher/pull/144) #### New Contributors - [@dkd-kaehm](https://redirect.github.com/dkd-kaehm) made their first contribution in [https://github.com/spatie/phpunit-watcher/pull/144](https://redirect.github.com/spatie/phpunit-watcher/pull/144) **Full Changelog**: https://github.com/spatie/phpunit-watcher/compare/1.23.5...1.23.6 ### [`v1.23.5`](https://redirect.github.com/spatie/phpunit-watcher/releases/tag/1.23.5) [Compare Source](https://redirect.github.com/spatie/phpunit-watcher/compare/1.23.4...1.23.5) #### What's Changed - fix php-cs-fix-er workflow and up mim reqs to 8.1 by [@lucassabreu](https://redirect.github.com/lucassabreu) in [https://github.com/spatie/phpunit-watcher/pull/141](https://redirect.github.com/spatie/phpunit-watcher/pull/141) - feat: allow symfony 5 or 6 by [@lucassabreu](https://redirect.github.com/lucassabreu) in [https://github.com/spatie/phpunit-watcher/pull/142](https://redirect.github.com/spatie/phpunit-watcher/pull/142) #### New Contributors - [@lucassabreu](https://redirect.github.com/lucassabreu) made their first contribution in [https://github.com/spatie/phpunit-watcher/pull/141](https://redirect.github.com/spatie/phpunit-watcher/pull/141) **Full Changelog**: https://github.com/spatie/phpunit-watcher/compare/1.23.4...1.23.5 ### [`v1.23.4`](https://redirect.github.com/spatie/phpunit-watcher/releases/tag/1.23.4) [Compare Source](https://redirect.github.com/spatie/phpunit-watcher/compare/1.23.3...1.23.4) #### What's Changed - 138 Fix PHP 8.1 incompatibility by [@thiagolcks](https://redirect.github.com/thiagolcks) in [https://github.com/spatie/phpunit-watcher/pull/140](https://redirect.github.com/spatie/phpunit-watcher/pull/140) #### New Contributors - [@thiagolcks](https://redirect.github.com/thiagolcks) made their first contribution in [https://github.com/spatie/phpunit-watcher/pull/140](https://redirect.github.com/spatie/phpunit-watcher/pull/140) **Full Changelog**: https://github.com/spatie/phpunit-watcher/compare/1.23.3...1.23.4 ### [`v1.23.3`](https://redirect.github.com/spatie/phpunit-watcher/releases/tag/1.23.3) [Compare Source](https://redirect.github.com/spatie/phpunit-watcher/compare/1.23.2...1.23.3) #### What's Changed - Bump output version to match current release by [@iandunn](https://redirect.github.com/iandunn) in [https://github.com/spatie/phpunit-watcher/pull/134](https://redirect.github.com/spatie/phpunit-watcher/pull/134) - fix: Addressing file_exists null arg deprecation. by [@binaryk](https://redirect.github.com/binaryk) in [https://github.com/spatie/phpunit-watcher/pull/139](https://redirect.github.com/spatie/phpunit-watcher/pull/139) #### New Contributors - [@binaryk](https://redirect.github.com/binaryk) made their first contribution in [https://github.com/spatie/phpunit-watcher/pull/139](https://redirect.github.com/spatie/phpunit-watcher/pull/139) **Full Changelog**: https://github.com/spatie/phpunit-watcher/compare/1.23.2...1.23.3Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.