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 all non-major dependencies #45

Open
wants to merge 1 commit into
base: 2.5.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
behat/behat (source) ^3.14.0 -> ^3.18.1 age adoption passing confidence require minor
laminas/laminas-ci-matrix-action 1.24.0 -> 1.29.0 age adoption passing confidence action minor
laminas/laminas-continuous-integration-action 1.39.0 -> 1.40.1 age adoption passing confidence action minor
laminas/laminas-servicemanager (source) ^3.20.0 -> ^3.23.0 age adoption passing confidence require-dev minor
php ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 -> ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 age adoption passing confidence require minor
phpunit/phpunit (source) ^9.6.19 -> ^9.6.22 age adoption passing confidence require-dev patch
shivammathur/setup-php 2.30.2 -> 2.32.0 age adoption passing confidence action minor
symfony/config (source) ^6.0.19 -> ^6.4.14 age adoption passing confidence require minor
symfony/dependency-injection (source) ^6.0.20 -> ^6.4.16 age adoption passing confidence require minor

Release Notes

Behat/Behat (behat/behat)

v3.18.1

Compare Source

Fixed

v3.18.0

Compare Source

Changed
  • Add new methods to the Behat\Hook\Hook and Behat\Step\Definition interfaces used internally by step definition
    attributes by @​carlos-granados in #​1573
Added
Fixed
Internal

v3.17.0

Compare Source

Changed
Added
Fixed
Internal

v3.16.0

Compare Source

Changed
  • Drop support for PHP < 8.1, Symfony < 5.4 and Symfony 6.0 - 6.3. In future Behat will drop support for PHP and symfony
    versions as they reach EOL. by @​AlexSkrypnyk in #​1504
  • ApplicationFactory::VERSION is deprecated and will not be updated, Behat now internally uses composer's runtime API
    to report the running version. by @​acoulton in #​1520
  • API changes to 2 final Behat classes that are not considered part of the public API (but were not explicitly marked
    as such). This may affect users who are creating instances direct rather than through the DI container as expected.
    See Behat\Behat\EventDispatcher\Cli\StopOnFailureController in #​1501 and Behat\Behat\Tester\Cli\RerunController in #​1518.
Added
Fixed
Internal
laminas/laminas-ci-matrix-action (laminas/laminas-ci-matrix-action)

v1.29.0

Compare Source

Release Notes for 1.29.0
1.29.0
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2
Enhancement
renovate

v1.28.0

Compare Source

Release Notes for 1.28.0
1.28.0
  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 4

QA

Enhancement
Bug
renovate

v1.27.2

Compare Source

Release Notes for 1.27.2

1.27.x bugfix release (patch)

1.27.2
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v1.27.1

Compare Source

Release Notes for 1.27.1
1.27.1
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v1.27.0

Compare Source

Release Notes for 1.27.0
1.27.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v1.26.0

Compare Source

Release Notes for 1.26.0
1.26.0
  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v1.25.0

Compare Source

Release Notes for 1.25.0
1.25.0
  • Total issues resolved: 0
  • Total pull requests resolved: 12
  • Total contributors: 2
Enhancement
renovate
laminas/laminas-continuous-integration-action (laminas/laminas-continuous-integration-action)

v1.40.1

Compare Source

Release Notes for 1.40.1
1.40.1
  • Total issues resolved: 1
  • Total pull requests resolved: 0
  • Total contributors: 1
Enhancement

v1.40.0

Compare Source

Release Notes for 1.40.0
1.40.0
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2
Enhancement
renovate
Bug
laminas/laminas-servicemanager (laminas/laminas-servicemanager)

v3.23.0

Compare Source

Release Notes for 3.23.0
3.23.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v3.22.1

Compare Source

Release Notes for 3.22.1

3.22.x bugfix release (patch)

3.22.1
  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v3.22.0

Compare Source

Release Notes for 3.22.0
3.22.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v3.21.0

Compare Source

Release Notes for 3.21.0

Feature release (minor)

Added
  • Duplicated all psalm-types from ConfigInterface in ServiceManager. This provides forward compatibility with v4.0.0
Removed
  • Support for PHP <8.1 due to PHPUnit 10 upgrade
Changed
  • Marked ConfigInterface and Config as deprecated as they will be removed with v4.0.0
3.21.0
  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 2
Enhancement
containerbase/php-prebuild (php)

v8.4.3

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.3

v8.4.2

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.2

v8.4.1

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.1
shivammathur/setup-php (shivammathur/setup-php)

v2.32.0

Compare Source

Changelog
  • Added support for PHP 8.4 as the default stable PHP version.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  • Added support for PHP 8.5 as the nightly version. (#​867)
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.5'
  • Added support for pre-installed in php-version input. (#​872)
    It will setup the pre-installed PHP version on the runner as per the docs here
    https://github.com/shivammathur/setup-php?tab=readme-ov-file#github-hosted-runners. If the runner does not have a pre-installed PHP version, it will fail.
    Please note: It is not recommended to use this unless you are doing something trivial, the pre-installed PHP versions on GitHub hosted runners are old patch versions.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: pre-installed
  • Added support for .tool-versions file format in php-version-file input. (#​883)
    If you have an asdf .tool-versions file in your project.
    For example, you can specify .tool-versions now in the php-version-file input and the action would setup the correct PHP version.
ruby 3.4
php 8.4
nodejs 23.5
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version-file: .tool-versions
  • Added support for to specify the path for composer file in the project to read the PHP version using COMPOSER_PROJECT_DIR env value. (#​894)
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  env:
    COMPOSER_PROJECT_DIR: php  
  • Added support for macos-15 GitHub hosted environment.

  • Added support for windows-2025 GitHub hosted environment.

  • Added support for composer-dependency-analyser tool (#​859, #​897)

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    tools: composer-dependency-analyser
  • Added support for relay extension for PHP 8.4 and 8.5. (#​892)
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    extensions: relay
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
  env:
    debug: true  
  • Fixed support for zts buids on self-hosted runners.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
  env:
    phpts: ts
  • Fixed support for oci extensions for PHP 8.4 and PHP 8.5.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    extensions: pdo_oci, oci8
  • Fixed support for zephir_parser extension.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    extensions: zephir_parser
  • Fixed support for couchbase extension on old PHP versions.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '7.1'
    extensions: couchbase
  • Fixed support for pdo_firebird extension on macos-15.
##### runs-on: macos-15
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    extensions: pdo_firebird
  • Improved support to install tools in a multi-user self-hosted environment.
  • Dropped support for macos-12 GitHub hosted environments.
  • Dropped support for Debian 10 based self-hosted environments.
  • Update Node.js dependencies.

Thanks @​janedbal, @​alexmerlin and @​tillkruss for the contributions 🎉

Thanks @​desrosj, @​bloodynumen and @​eliashaeussler for the sponsorship ❤️

For the complete list of changes, please refer to the Full Changelog

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.31.1

Compare Source

Changelog
  • Fix installing PECL extensions on Windows with a build version #​855

  • Fix cache support for ioncube extension #​856

  • Updated Node.js dependencies.

For the complete list of changes, please refer to the Full Changelog

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.31.0

Compare Source

Changelog
  • Added support for a fallback mirror for ondrej/php PPA when launchpad is down (#​834).

  • Fixed installing packages on self-hosted environments with existing conf files (#​852).

  • Fixed support for oci8 and pdo_oci extensions on ubuntu-24.04.

  • Fixed support for couchbase extension on ubuntu-24.04.

  • Fixed support for ubuntu-24.04 after apt-fast was dropped from the GA images.

  • Fixed support for firebird extension on macos-14

  • Fixed support for blackfire extension on macos-14.

  • Fixed support for relay extension.

  • Fixed support for phalcon extension for PHP 7.4 on Ubuntu.

  • Updated Node.js dependencies.

For the complete list of changes, please refer to the Full Changelog

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.30.5

Compare Source

Changelog

For the complete list of changes, please refer to the Full Changelog

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.30.4

Compare Source

Changelog

For the complete list of changes, please refer to the Full Changelog

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.30.3

Compare Source

Changelog
  • Fixed reading extension directory for PHP 8.4 on macOS.

For the complete list of changes, please refer to the Full Changelog

Follow for updates

setup-php reddit setup-php twitter setup-php status

symfony/config (symfony/config)

v6.4.14

Compare Source

Changelog (symfony/config@v6.4.13...v6.4.14)

v6.4.13

Compare Source

Changelog (symfony/config@v6.4.12...v6.4.13)

v6.4.8

Compare Source

Changelog (symfony/config@v6.4.7...v6.4.8)

  • no significant changes

v6.4.7

Compare Source

Changelog (symfony/config@v6.4.6...v6.4.7)

  • no significant changes

v6.4.6

Compare Source

Changelog (symfony/config@v6.4.5...v6.4.6)

v6.4.4

Compare Source

Changelog (symfony/config@v6.4.3...v6.4.4)

v6.4.3

Compare Source

Changelog (symfony/config@v6.4.2...v6.4.3)

  • no significant changes

v6.4.0

Compare Source

Changelog (symfony/config@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.3.12

Compare Source

Changelog (symfony/config@v6.3.11...v6.3.12)

  • no significant changes

v6.3.8

Compare Source

Changelog (symfony/config@v6.3.7...v6.3.8)

v6.3.2

Compare Source

Changelog (symfony/config@v6.3.1...v6.3.2)

  • no significant changes

v6.3.0

Compare Source

Changelog (symfony/config@v6.3.0-RC2...v6.3.0)

v6.2.13

Compare Source

Changelog (symfony/config@v6.2.12...v6.2.13)

  • no significant changes

v6.2.7

Compare Source

Changelog (symfony/config@v6.2.6...v6.2.7)

  • bug #​49248 Fix phpdoc nullable (alamirault)

v6.2.5

Compare Source

Changelog (symfony/config@v6.2.4...v6.2.5)

  • bug #​48917 Fix XML dump when node example is an array (alexandre-daubois)

v6.2.0

Compare Source

Changelog (symfony/config@v6.2.0-RC2...v6.2.0)

  • no significant changes

v6.1.11

Compare Source

v6.1.3

Compare Source

Changelog (symfony/config@v6.1.2...v6.1.3)

  • no significant changes

v6.1.0

Compare Source

Changelog (symfony/config@v6.1.0-RC1...v6.1.0)

  • bug #​46328 Allow scalar configuration in PHP Configuration (jderusse, HypeMC)
  • bug #​46364 Fix looking for single files in phars with GlobResource (nicolas-grekas)
symfony/dependency-injection (symfony/dependency-injection)

v6.4.16

Compare Source

Changelog (symfony/dependency-injection@v6.4.15...v6.4.16)

v6.4.15

Compare Source

Changelog (symfony/dependency-injection@v6.4.14...v6.4.15)

  • no significant changes

v6.4.13

Compare Source

Changelog (symfony/dependency-injection@v6.4.12...v6.4.13)

v6.4.12

Compare Source

Changelog (symfony/dependency-injection@v6.4.11...v6.4.12)

v6.4.11

Compare Source

Changelog (symfony/dependency-injection@v6.4.10...v6.4.11)

v6.4.10

Compare Source

Changelog (symfony/dependency-injection@v6.4.9...v6.4.10)

v6.4.9

Compare Source

Changelog (symfony/dependency-injection@v6.4.8...v6.4.9)

  • bug symfony/symfony#57310 [DependencyInjection] Fix ternary in AutowireCallable attribute (@​alamirault)

v6.4.8

Compare Source

Changelog (symfony/dependency-injection@v6.4.7...v6.4.8)

  • no significant changes

v6.4.7

Compare Source

Changelog (symfony/dependency-injection@v6.4.6...v6.4.7)

  • no significant changes

v6.4.6

Compare Source

Changelog (symfony/dependency-injection@v6.4.5...v6.4.6)


Configuration

📅 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.

👻 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 about the use of Renovate Bot within ocramius/* projects.

@renovate renovate bot added the renovate label Apr 9, 2024
Copy link
Contributor Author

renovate bot commented Apr 9, 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:3.22.1 symfony/config:6.4.7 symfony/dependency-injection:6.4.7 --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 psr/container 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 symfony/config ^6.4.7 -> satisfiable by symfony/config[v6.4.7].
    - symfony/config v6.4.7 requires php >=8.1 -> your php version (8.0.99; overridden via config.platform, actual: 8.0.30) does not satisfy that requirement.
  Problem 2
    - Root composer.json requires symfony/dependency-injection ^6.4.7 -> satisfiable by symfony/dependency-injection[v6.4.7].
    - symfony/dependency-injection v6.4.7 requires php >=8.1 -> your php version (8.0.99; overridden via config.platform, actual: 8.0.30) does not satisfy that requirement.
  Problem 3
    - Root composer.json requires laminas/laminas-servicemanager ^3.22.1 -> satisfiable by laminas/laminas-servicemanager[3.22.1].
    - laminas/laminas-servicemanager 3.22.1 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.0.99; overridden via config.platform, actual: 8.0.30) does not satisfy that requirement.
  Problem 4
    - symfony/config v6.4.7 requires php >=8.1 -> your php version (8.0.99; overridden via config.platform, actual: 8.0.30) does not satisfy that requirement.
    - behat/behat v3.14.0 requires symfony/config ^4.4 || ^5.0 || ^6.0 || ^7.0 -> satisfiable by symfony/config[v6.4.7].
    - behat/behat is locked to version v3.14.0 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/all-minor-patch branch 2 times, most recently from 1fd6afe to 09595de Compare April 9, 2024 16:50
@renovate renovate bot changed the base branch from 2.4.x to 2.5.x April 9, 2024 16:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f4f790a to be6b119 Compare April 26, 2024 02:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b4e1895 to cf2bc50 Compare May 5, 2024 20:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cf2bc50 to 7642f3b Compare May 7, 2024 03:53
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 behat/behat:3.18.1 laminas/laminas-servicemanager:3.23.0 php:8.4.3 phpunit/phpunit:9.6.22 symfony/config:6.4.14 symfony/dependency-injection:6.4.16 --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
Pattern "php" listed for update matches platform packages, but these cannot be updated by Composer.
Dependency psr/container 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

In RuleSetGenerator.php line 260:
                                                          
  [LogicException]                                        
  Fixed package php 8.0.99 was not added to solver pool.  
                                                          

Exception trace:
  at phar:///opt/containerbase/tools/composer/2.8.5/bin/composer/src/Composer/DependencyResolver/RuleSetGenerator.php:260
 Composer\DependencyResolver\RuleSetGenerator->addRulesForRequest() at phar:///opt/containerbase/tools/composer/2.8.5/bin/composer/src/Composer/DependencyResolver/RuleSetGenerator.php:312
 Composer\DependencyResolver\RuleSetGenerator->getRulesFor() at phar:///opt/containerbase/tools/composer/2.8.5/bin/composer/src/Composer/DependencyResolver/Solver.php:183
 Composer\DependencyResolver\Solver->solve() at phar:///opt/containerbase/tools/composer/2.8.5/bin/composer/src/Composer/Installer.php:508
 Composer\Installer->doUpdate() at phar:///opt/containerbase/tools/composer/2.8.5/bin/composer/src/Composer/Installer.php:298
 Composer\Installer->run() at phar:///opt/containerbase/tools/composer/2.8.5/bin/composer/src/Composer/Command/UpdateCommand.php:281
 Composer\Command\UpdateCommand->execute() at phar:///opt/containerbase/tools/composer/2.8.5/bin/composer/vendor/symfony/console/Command/Command.php:298
 Symfony\Component\Console\Command\Command->run() at phar:///opt/containerbase/tools/composer/2.8.5/bin/composer/vendor/symfony/console/Application.php:1040
 Symfony\Component\Console\Application->doRunCommand() at phar:///opt/containerbase/tools/composer/2.8.5/bin/composer/vendor/symfony/console/Application.php:301
 Symfony\Component\Console\Application->doRun() at phar:///opt/containerbase/tools/composer/2.8.5/bin/composer/src/Composer/Console/Application.php:397
 Composer\Console\Application->doRun() at phar:///opt/containerbase/tools/composer/2.8.5/bin/composer/vendor/symfony/console/Application.php:171
 Symfony\Component\Console\Application->run() at phar:///opt/containerbase/tools/composer/2.8.5/bin/composer/src/Composer/Console/Application.php:137
 Composer\Console\Application->run() at phar:///opt/containerbase/tools/composer/2.8.5/bin/composer/bin/composer:98
 require() at /opt/containerbase/tools/composer/2.8.5/bin/composer:29

update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--no-autoloader] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-m|--minimal-changes] [--patch-only] [-i|--interactive] [--root-reqs] [--bump-after-update [BUMP-AFTER-UPDATE]] [--] [<packages>...]


@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ae6cddc to 1a400b4 Compare May 23, 2024 04:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 022ba21 to 6e735c2 Compare June 5, 2024 23:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6e735c2 to 88ef513 Compare June 13, 2024 03:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f9b3f8e to b0a489e Compare June 24, 2024 06:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7d1b929 to de8b422 Compare July 5, 2024 03:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cd5af41 to 93c8f5f Compare July 11, 2024 03:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 62b7f52 to eec509a Compare July 26, 2024 16:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eec509a to aa2e1d6 Compare July 30, 2024 18:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aa2e1d6 to b31a18c Compare August 8, 2024 14:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b31a18c to d38b75a Compare August 23, 2024 03:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 33b6a38 to 743c222 Compare October 20, 2024 04:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ecbbf34 to 260da20 Compare October 31, 2024 03:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from dcceb87 to 96615ba Compare November 13, 2024 04:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 49f65bf to 1c0ee7b Compare November 17, 2024 03:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b514cf1 to ebf29dc Compare November 28, 2024 04:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 06f876b to 8cd8295 Compare December 12, 2024 03:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8cd8295 to 3322c1f Compare December 18, 2024 14:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f8c79f9 to 33e33bd Compare December 31, 2024 05:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5a22c31 to bf90db1 Compare January 10, 2025 10:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf90db1 to 684781e Compare January 19, 2025 08:33
| datasource  | package                                       | from   | to     |
| ----------- | --------------------------------------------- | ------ | ------ |
| packagist   | behat/behat                                   | 3.15.0 | 3.18.1 |
| github-tags | laminas/laminas-ci-matrix-action              | 1.24.0 | 1.29.0 |
| github-tags | laminas/laminas-continuous-integration-action | 1.39.0 | 1.40.1 |
| packagist   | laminas/laminas-servicemanager                | 3.20.0 | 3.23.0 |
| github-tags | containerbase/php-prebuild                    | 8.3.16 | 8.4.3  |
| packagist   | phpunit/phpunit                               | 9.6.22 | 9.6.22 |
| github-tags | shivammathur/setup-php                        | 2.30.2 | 2.32.0 |
| packagist   | symfony/config                                | 6.0.19 | 6.4.14 |
| packagist   | symfony/dependency-injection                  | 6.0.20 | 6.4.16 |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 684781e to 4f55ffa Compare January 24, 2025 04:26
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