sensei-content-drip
sensei-content-drip copied to clipboard
Update require-dev (major)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
---|---|---|---|---|---|---|---|
dealerdirect/phpcodesniffer-composer-installer (source) | 0.7.1 -> 1.0.0 |
require-dev | major | ||||
php | ^7 -> ^8 |
require-dev | major | ||||
phpunit/phpunit (source) | 9.5.10 -> 11.3.6 |
require-dev | major | ||||
wp-coding-standards/wpcs | 2.3.0 -> 3.1.0 |
require-dev | major |
Release Notes
PHPCSStandards/composer-installer (dealerdirect/phpcodesniffer-composer-installer)
v1.0.0
Breaking changes
- Rename namespace prefix from
Dealerdirect
toPHPCSStandards
by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/191 - Drop support for PHP 5.3 by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/147
What's Changed
- Correct grammar in error message by @fredden in https://github.com/PHPCSStandards/composer-installer/pull/189
- .gitattributes: sync with current repo state by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/198
- PHPCSVersions: update URL references by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/161
- Plugin: improve feedback by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/182
- README: remove references to Scrutinizer by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/157
- Rename references to
master
branch by @Potherca in https://github.com/PHPCSStandards/composer-installer/pull/201 - Update repo references by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/158
CI / CD
- GH Actions: add builds against Composer 2.2 for PHP 7.2 - 8.x by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/172
- GH Actions: bust the cache semi-regularly by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/192
- GH Actions: fix builds on Windows with PHP 8.2 by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/180
- GH Actions: fix up fail-fast for setup-php by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/195
- GH Actions: run integration tests against Composer snapshot by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/163
- GH Actions: run linting against against ubuntu-latest by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/184
- GH Actions/Securitycheck: update the security checker download by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/178
- GH Actions/Securitycheck: update the security checker download by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/186
- GH Actions/Securitycheck: update the security checker download by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/190
- GH Actions: selectively use
fail-fast
with setup-php by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/194 - GH Actions: stop running tests against PHP 5.5/Composer 1.x on Windows (and remove work-arounds) by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/183
- GH Actions: various tweaks / PHP 8.2 not allowed to fail by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/193
- GH Actions: version update for various predefined actions by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/170
- Update YamLint by @Potherca in https://github.com/PHPCSStandards/composer-installer/pull/173
Tests
- Add initial integration test setup and first few tests by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/153
- BaseLineTest: stabilize the message checks by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/162
- PlayNiceWithScriptsTest: wrap output expectation in condition by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/179
- RegisterExternalStandardsTest: add new tests by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/165
- RegisterExternalStandardsTest: stabilize test for Composer v1 on Windows with PHP 5.5 by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/171
- TestCase::executeCliCommand(): retry Composer commands on a particular exception by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/164
- Tests: add new
InstalledPathsOrderTest
by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/176 - Tests: add new InstallUpdateEventsTest and NonInstallUpdateEventsTest by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/174
- Tests: add new
InvalidPackagesTest
by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/168 - Tests: add new
PlayNiceWithScriptsTest
by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/169 - Tests: add new
PreexistingPHPCSConfigTest
by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/166 - Tests: add new
PreexistingPHPCSInstalledPathsConfigTest
+ bug fix by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/167 - Tests: add new
RemovePluginTest
by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/177 - Tests: add new RootPackageHandlingTest + bugfix by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/175
New Contributors
- @fredden made their first contribution in https://github.com/PHPCSStandards/composer-installer/pull/189
Full Changelog: https://github.com/PHPCSStandards/composer-installer/compare/v0.7.2...v1.0.0
v0.7.2
What's Changed
- Add details regarding QA automation in CONTRIBUTING.md file. by @Potherca in https://github.com/PHPCSStandards/composer-installer/pull/133
- Add mention of Composer and PHP compatibility to project README. by @Potherca in https://github.com/PHPCSStandards/composer-installer/pull/132
- Composer: tweak PHPCS version constraint by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/152
- CONTRIBUTING: remove duplicate code of conduct by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/148
- Document release process by @Potherca in https://github.com/PHPCSStandards/composer-installer/pull/118
- Plugin::loadInstalledPaths():
config-show
always shows all by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/154 - README: minor tweaks by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/149
- README: update with information about Composer >= 2.2 by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/141
- Replace deprecated Sensiolabs security checker by @paras-malhotra in https://github.com/PHPCSStandards/composer-installer/pull/130
- Stabilize a condition by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/127
- Update copyright year by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/138
- Various minor tweaks by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/151
CI/CD
- Change YamlLint config to prevent "truthy" warning. by @Potherca in https://github.com/PHPCSStandards/composer-installer/pull/144
- GH Actions: PHP 8.1 has been released by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/139
- Travis: line length tweaks by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/128
- CI: Switch to GH Actions by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/137
- CI: various updates by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/140
New Contributors
- @paras-malhotra made their first contribution in https://github.com/PHPCSStandards/composer-installer/pull/130
Full Changelog: https://github.com/PHPCSStandards/composer-installer/compare/v0.7.1...v0.7.2
containerbase/php-prebuild (php)
v8.3.11
Bug Fixes
- deps: update dependency php to v8.3.11
v8.3.10
Bug Fixes
- deps: update dependency php to v8.3.10
v8.3.9
Bug Fixes
- deps: update dependency php to v8.3.9
v8.3.8
Bug Fixes
- deps: update dependency php to v8.3.8
v8.3.7
Bug Fixes
- deps: update dependency php to v8.3.7
v8.3.6
Bug Fixes
- deps: update dependency php to v8.3.6
v8.3.4
Bug Fixes
- deps: update dependency php to v8.3.4
v8.3.3
Bug Fixes
- deps: update dependency php to v8.3.3
v8.3.2
Bug Fixes
- deps: update dependency php to v8.3.2
v8.3.1
Bug Fixes
- deps: update dependency php to v8.3.1
v8.3.0
Bug Fixes
- deps: update dependency php to v8.3.0
v8.2.23
Bug Fixes
- deps: update dependency php to v8.2.23
v8.2.22
Bug Fixes
- deps: update dependency php to v8.2.22
v8.2.21
Bug Fixes
- deps: update dependency php to v8.2.21
v8.2.20
Bug Fixes
- deps: update dependency php to v8.2.20
v8.2.19
Bug Fixes
- deps: update dependency php to v8.2.19
v8.2.18
Bug Fixes
- deps: update dependency php to v8.2.18
v8.2.17
Bug Fixes
- deps: update dependency php to v8.2.17
v8.2.16
Bug Fixes
- deps: update dependency php to v8.2.16
v8.2.15
Bug Fixes
- deps: update dependency php to v8.2.15
v8.2.14
Bug Fixes
- deps: update dependency php to v8.2.14
v8.2.13
Bug Fixes
- deps: update dependency php to v8.2.13
v8.2.12
Bug Fixes
- deps: update dependency php to v8.2.12
v8.2.11
Bug Fixes
- deps: update dependency php to v8.2.11
v8.2.10
Bug Fixes
- deps: update dependency php to v8.2.10
v8.2.9
Bug Fixes
- deps: update dependency php to v8.2.9
v8.2.8
Bug Fixes
- deps: update dependency php to v8.2.8
v8.2.7
Bug Fixes
- deps: update dependency php to v8.2.7
v8.2.6
Bug Fixes
- deps: update dependency php to v8.2.6
v8.2.5
Bug Fixes
- deps: update dependency php to v8.2.5
v8.2.4
Bug Fixes
- deps: update dependency php to v8.2.4
v8.2.3
Bug Fixes
- deps: update dependency php to v8.2.3
v8.2.2
Bug Fixes
- deps: update dependency php to v8.2.2
v8.2.1
Bug Fixes
- deps: update dependency php to v8.2.1
v8.2.0
Bug Fixes
- deps: update dependency php to v8.2.0
v8.1.29
Bug Fixes
- deps: update dependency php to v8.1.29
v8.1.28
Bug Fixes
- deps: update dependency php to v8.1.28
v8.1.27
Bug Fixes
- deps: update dependency php to v8.1.27
v8.1.26
Bug Fixes
- deps: update dependency php to v8.1.26
v8.1.25
Bug Fixes
- deps: update dependency php to v8.1.25
v8.1.24
Bug Fixes
- deps: update dependency php to v8.1.24
v8.1.23
Bug Fixes
- deps: update dependency php to v8.1.23
v8.1.22
Bug Fixes
- deps: update dependency php to v8.1.22
v8.1.21
Bug Fixes
- deps: update dependency php to v8.1.21
v8.1.20
Bug Fixes
- deps: update dependency php to v8.1.20
v8.1.19
Bug Fixes
- deps: update dependency php to v8.1.19
v8.1.18
Bug Fixes
- deps: update dependency php to v8.1.18
v8.1.17
Bug Fixes
- deps: update dependency php to v8.1.17
v8.1.16
Bug Fixes
- deps: update dependency php to v8.1.16
v8.1.15
Bug Fixes
- deps: update dependency php to v8.1.15
v8.1.14
Bug Fixes
- deps: update dependency php to v8.1.14
v8.1.13
Bug Fixes
- deps: update dependency php to v8.1.13
v8.1.12
Bug Fixes
- deps: update dependency php to v8.1.12
v8.1.11
Bug Fixes
- deps: update dependency php to v8.1.11
v8.1.10
Bug Fixes
- deps: update dependency php to v8.1.10
v8.1.9
Bug Fixes
- deps: update dependency php to v8.1.9
v8.1.8
Bug Fixes
- deps: update dependency php to v8.1.8
v8.1.7
Bug Fixes
- deps: update dependency php to v8.1.7
v8.1.6
Bug Fixes
- deps: update dependency php to v8.1.6
v8.1.5
Bug Fixes
- deps: update dependency php to v8.1.5
v8.1.4
Bug Fixes
- deps: update dependency php to v8.1.4
v8.1.3
Bug Fixes
- deps: update dependency php to v8.1.3
v8.1.2
Bug Fixes
- deps: update dependency php to v8.1.2
v8.1.1
Bug Fixes
- deps: update dependency php to v8.1.1
v8.1.0
Bug Fixes
- deps: update dependency php to v8.1.0
v8.0.30
Bug Fixes
- deps: update dependency php to v8.0.30
v8.0.29
Bug Fixes
- deps: update dependency php to v8.0.29
v8.0.28
Bug Fixes
- deps: update dependency php to v8.0.28
v8.0.27
Bug Fixes
- deps: update dependency php to v8.0.27
v8.0.26
Bug Fixes
- deps: update dependency php to v8.0.26
v8.0.25
Bug Fixes
- deps: update dependency php to v8.0.25
v8.0.24
Bug Fixes
- deps: update dependency php to v8.0.24
v8.0.23
Bug Fixes
- deps: update dependency php to v8.0.23
v8.0.22
Bug Fixes
- deps: update dependency php to v8.0.22
v8.0.21
Bug Fixes
- deps: update dependency php to v8.0.21
v8.0.20
Bug Fixes
- deps: update dependency php to v8.0.20
v8.0.19
Bug Fixes
- deps: update dependency php to v8.0.19
v8.0.18
Bug Fixes
- deps: update dependency php to v8.0.18
v8.0.17
Bug Fixes
- deps: update dependency php to v8.0.17
v8.0.16
Bug Fixes
- deps: update dependency php to v8.0.16
v8.0.15
Bug Fixes
- deps: update dependency php to v8.0.15
v8.0.14
Bug Fixes
- deps: update dependency php to v8.0.14
v8.0.13
Bug Fixes
- deps: update dependency php to v8.0.13
v8.0.12
Bug Fixes
- deps: update dependency php to v8.0.12
v8.0.11
Bug Fixes
- deps: update dependency php to v8.0.11
v8.0.10
Bug Fixes
- deps: update dependency php to v8.0.10
v8.0.9
Bug Fixes
- deps: update dependency php to v8.0.9
v8.0.8
Bug Fixes
- deps: update dependency php to v8.0.8
v8.0.7
Bug Fixes
- deps: update dependency php to v8.0.7
v8.0.6
Bug Fixes
- deps: update dependency php to v8.0.6
v8.0.5
Bug Fixes
- deps: update dependency php to v8.0.5
v8.0.3
Bug Fixes
- deps: update dependency php to v8.0.3
v8.0.2
Bug Fixes
- deps: update dependency php to v8.0.2
v8.0.1
Bug Fixes
- deps: update dependency php to v8.0.1
v8.0.0
Bug Fixes
- deps: update dependency php to v8.0.0
sebastianbergmann/phpunit (phpunit/phpunit)
v11.3.6
v11.3.5
: PHPUnit 11.3.5
Fixed
-
#5874: Test Stub generated by return value generator for doubled method with
static
return type declaration is not properly initialized -
#5931: Reverted addition of
name
property on<testsuites>
element in JUnit XML logfile -
#5946:
Callback
throws aTypeError
when checking acallable
has variadic parameters
How to install or update PHPUnit
v11.3.4
: PHPUnit 11.3.4
Fixed
-
#4584:
assertJsonStringEqualsJsonString()
considers objects with sequential numeric keys equal to be arrays - #4625: Generator yielding keys that are neither integer or string leads to hard-to-understand error message when used as data provider
- #4674: JSON assertions should treat objects as unordered
-
#5891:
Callback
constraint does not handle variadic arguments correctly when used for mock object expectations -
#5929: TestDox output containing
$
at the beginning gets truncated when used with a data provider -
#5943: Tests configured to be in group(s) using the XML configuration file are also added to the
default
group
How to install or update PHPUnit
v11.3.3
: PHPUnit 11.3.3
Added
-
#5937:
failOnPhpunitDeprecation
attribute on the<phpunit>
element of the XML configuration file and--fail-on-phpunit-deprecation
CLI option for controlling whether PHPUnit deprecations should be considered when determining the test runner's shell exit code (default: do not consider) -
displayDetailsOnPhpunitDeprecations
attribute on the<phpunit>
element of the XML configuration file and--display-phpunit-deprecations
CLI option for controlling whether details on PHPUnit deprecations should be displayed (default: do not display)
Changed
-
#5937: PHPUnit deprecations will, by default, no longer affect the test runner's shell exit code. This can optionally be turned back on using the
--fail-on-phpunit-deprecation
CLI option or thefailOnPhpunitDeprecation="true"
attribute on the<phpunit>
element of the XML configuration file. - Details for PHPUnit deprecations will, by default, no longer be displayed. This can optionally be turned back on using the
--display-phpunit-deprecations
CLI option or thedisplayDetailsOnPhpunitDeprecations
attribute on the<phpunit>
element of the XML configuration file.
How to install or update PHPUnit
v11.3.2
: PHPUnit 11.3.2
Changed
-
#5931:
name
property on<testsuites>
element in JUnit XML logfile - Removed
.phpstorm.meta.php
file as methods such asTestCase::createStub()
use generics / template types for their return types and PhpStorm, for example, uses that information
Fixed
-
#5884: TestDox printer does not consider that issues can be suppressed by attribute, baseline, source location, or
@
operator
How to install or update PHPUnit
v11.3.1
: PHPUnit 11.3.1
Changed
- Improved how objects are handled for some assertion failure messages
How to install or update PHPUnit
v11.3.0
: PHPUnit 11.3.0
Added
-
#5869:
shortenArraysForExportThreshold
attribute on the<phpunit>
element of the XML configuration file to limit the export of arrays to a specified number of elements (default:0
/ do not limit the export of arrays) - #5885: Optionally repeat TestDox output for non-successful tests after the regular TestDox output
- #5890: Priority for hook methods
-
#5906:
--extension
CLI option to register a test runner extension
Changed
- #5856: When the test runner is configured to fail on deprecations, notices, warnings, incomplete tests, or skipped tests then details for tests that triggered deprecations, notices, or warnings as well as tests that were marked as incomplete or skipped are always shown, respectively
-
#5869: The configuration file generated using
--generate-configuration
now limits the export of arrays to 10 elements in order to improve performance
How to install or update PHPUnit
v11.2.9
: PHPUnit 11.2.9
Fixed
- #5887: Issue baseline generator does not correctly handle ignoring suppressed issues
-
#5908:
--list-tests
and--list-tests-xml
CLI options do not report error when data provider method throws exception
How to install or update PHPUnit
v11.2.8
: PHPUnit 11.2.8
Fixed
-
#5898:
Test\Passed
event is not emitted for PHPT tests -
--coverage-filter
CLI option could not be used multiple times
How to install or update PHPUnit
v11.2.7
: PHPUnit 11.2.7
Changed
- Updated dependencies (so that users that install using Composer's
--prefer-lowest
CLI option also get recent versions)
Fixed
-
#5892: Errors during write of
phpunit.xml
are not handled correctly when--generate-configuration
is used
How to install or update PHPUnit
v11.2.6
: PHPUnit 11.2.6
Changed
- #5880: Add hints to CLI parameter deprecation messages
How to install or update PHPUnit
v11.2.5
: PHPUnit 11.2.5
Changed
-
#5877: Use
array_pop()
instead ofarray_shift()
for processingTest
objects inTestSuite::run()
and optimizeTestSuite::isEmpty()
How to install or update PHPUnit
v11.2.4
: PHPUnit 11.2.4
Changed
-
#5875: Also destruct
TestCase
objects early that use a data provider
How to install or update PHPUnit
v11.2.3
: PHPUnit 11.2.3
Changed
-
#5870: Do not collect unnecessary information using
debug_backtrace()
How to install or update PHPUnit
v11.2.2
: PHPUnit 11.2.2
Changed
-
#5861: Destroy
TestCase
object after its test was run
Fixed
- #5822: PHP deprecations triggered within a closure are not handled correctly
How to install or update PHPUnit
v11.2.1
: PHPUnit 11.2.1
Fixed
- #5857: Mocked methods cannot be called from the original constructor of a partially mocked class
-
#5859: XML Configuration File Migrator does not remove
cacheDirectory
attribute from<coverage>
element when migrating from PHPUnit 11.1 to PHPUnit 11.2
How to install or update PHPUnit
v11.2.0
: PHPUnit 11.2.0
Added
-
#5799:
#[CoversTrait]
and#[UsesTrait]
attributes -
#5804: Support doubling
readonly
classes -
#5811:
assertObjectNotEquals()
Deprecated
-
#5800: Support for targeting traits with
#[CoversClass]
and#[UsesClass]
attributes
How to install or update PHPUnit
v11.1.3
: PHPUnit 11.1.3
Fixed
- #5771: JUnit XML logger may crash when test that is run in separate process exits unexpectedly
- #5819: Duplicate keys from different data providers are not handled properly
How to install or update PHPUnit
v11.1.2
: PHPUnit 11.1.2
Fixed
-
#5795: Using
@testWith
annotation may generatePHP Warning: Uninitialized string offset 0
-
#5807: The
#[CoversMethod]
attribute is not considered for risky test check
How to install or update PHPUnit
v11.1.1
: PHPUnit 11.1.1
Fixed
-
#5798: The
#[CoversClass]
and#[UsesClass]
attributes can no longer target traits
How to install or update PHPUnit
v11.1.0
: PHPUnit 11.1.0
Added
- #5689: Distinguish between self, direct and indirect deprecations
-
#5696:
#[DisableReturnValueGenerationForTestDoubles]
attribute for disabling return value generation for test doubles created usingcreateMock()
,createMockForIntersectionOfInterfaces()
,createPartialMock()
,createStub()
, andcreateStubForIntersectionOfInterfaces()
-
#5175:
#[CoversMethod]
and#[UsesMethod]
attributes for more fine-grained code coverage targeting -
#5720: Support filtering using
--filter
,--exclude-filter
,--group
, and--exclude-group
when listing tests using--list-tests
and--list-tests-xml
as well as listing groups with--list-groups
-
#5733: Implicitly include (abstract) parent class(es) with
#[CoversClass]
and#[UsesClass]
attributes -
--only-summary-for-coverage-text
CLI option to reduce the code coverage report in text format to a summary -
--show-uncovered-for-coverage-text
CLI option to expand the code coverage report in text format to include a list of uncovered files
Changed
-
#5689: The XML configuration file generated using
--generate-configuration
now generates<source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
instead of<source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
- [#5708](https://redirect.github.com/sebastianbergmann/phpun
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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.
👻 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
This PR was generated by Mend Renovate. View the repository job log.
⚠ 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 dealerdirect/phpcodesniffer-composer-installer:1.0.0 php:8.3.6 phpunit/phpunit:11.1.3 wp-coding-standards/wpcs:3.1.0 --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Package "dealerdirect/phpcodesniffer-composer-installer:1.0.0" listed for update is not installed. Ignoring.
Package "php:8.3.6" listed for update is not installed. Ignoring.
Package "phpunit/phpunit:11.1.3" listed for update is not installed. Ignoring.
Package "wp-coding-standards/wpcs:3.1.0" listed for update is not installed. Ignoring.
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package phpunit/phpunit (locked at 9.5.10, required as 11.1.3) is satisfiable by phpunit/phpunit[9.5.10] but these conflict with your requirements or minimum-stability.
Problem 2
- The requested package dealerdirect/phpcodesniffer-composer-installer (locked at v0.7.1, required as 1.0.0) is satisfiable by dealerdirect/phpcodesniffer-composer-installer[v0.7.1] but these conflict with your requirements or minimum-stability.
Problem 3
- The requested package wp-coding-standards/wpcs (locked at 2.3.0, required as 3.1.0) is satisfiable by wp-coding-standards/wpcs[2.3.0] but these conflict with your requirements or minimum-stability.
Problem 4
- Installation request for wp-coding-standards/wpcs 3.1.0 -> satisfiable by wp-coding-standards/wpcs[3.1.0].
- wp-coding-standards/wpcs 3.1.0 requires squizlabs/php_codesniffer ^3.9.0 -> satisfiable by squizlabs/php_codesniffer[3.9.0, 3.9.1, 3.9.2, 3.x-dev] but these conflict with your requirements or minimum-stability.
Problem 5
- Can only install one of: sebastian/version[5.0.0, 3.0.2].
- Can only install one of: sebastian/version[5.0.0, 3.0.2].
- phpunit/phpunit 11.1.3 requires sebastian/version ^5.0 -> satisfiable by sebastian/version[5.0.0].
- Installation request for phpunit/phpunit 11.1.3 -> satisfiable by phpunit/phpunit[11.1.3].
- Installation request for sebastian/version (locked at 3.0.2) -> satisfiable by sebastian/version[3.0.2].
⚠️ 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 dealerdirect/phpcodesniffer-composer-installer:1.0.0 php:8.3.12 phpunit/phpunit:11.4.1 wp-coding-standards/wpcs:3.1.0 --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Package "dealerdirect/phpcodesniffer-composer-installer:1.0.0" listed for update is not installed. Ignoring.
Package "php:8.3.12" listed for update is not installed. Ignoring.
Package "phpunit/phpunit:11.4.1" listed for update is not installed. Ignoring.
Package "wp-coding-standards/wpcs:3.1.0" listed for update is not installed. Ignoring.
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 will be shutdown on August 1st 2025. You should upgrade to Composer 2. See https://blog.packagist.com/shutting-down-packagist-org-support-for-composer-1-x/
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package phpunit/phpunit (locked at 9.5.10, required as 11.4.1) is satisfiable by phpunit/phpunit[9.5.10] but these conflict with your requirements or minimum-stability.
Problem 2
- The requested package dealerdirect/phpcodesniffer-composer-installer (locked at v0.7.1, required as 1.0.0) is satisfiable by dealerdirect/phpcodesniffer-composer-installer[v0.7.1] but these conflict with your requirements or minimum-stability.
Problem 3
- The requested package wp-coding-standards/wpcs (locked at 2.3.0, required as 3.1.0) is satisfiable by wp-coding-standards/wpcs[2.3.0] but these conflict with your requirements or minimum-stability.
Problem 4
- Installation request for wp-coding-standards/wpcs 3.1.0 -> satisfiable by wp-coding-standards/wpcs[3.1.0].
- wp-coding-standards/wpcs 3.1.0 requires squizlabs/php_codesniffer ^3.9.0 -> satisfiable by squizlabs/php_codesniffer[3.10.0, 3.10.1, 3.10.2, 3.10.3, 3.9.0, 3.9.1, 3.9.2, 3.x-dev] but these conflict with your requirements or minimum-stability.
Problem 5
- Can only install one of: sebastian/version[5.0.1, 3.0.2].
- Can only install one of: sebastian/version[5.0.1, 3.0.2].
- phpunit/phpunit 11.4.1 requires sebastian/version ^5.0.1 -> satisfiable by sebastian/version[5.0.1].
- Installation request for phpunit/phpunit 11.4.1 -> satisfiable by phpunit/phpunit[11.4.1].
- Installation request for sebastian/version (locked at 3.0.2) -> satisfiable by sebastian/version[3.0.2].