Skip to content

Commit b3aab0b

Browse files
authored
Merge pull request #976 from Roave/renovate/all-minor-patch
Update all non-major dependencies
2 parents 0ba8acc + c280949 commit b3aab0b

4 files changed

Lines changed: 42 additions & 42 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Gather CI configuration
1818
id: matrix
19-
uses: laminas/laminas-ci-matrix-action@1.31.0
19+
uses: laminas/laminas-ci-matrix-action@1.32.0
2020

2121
qa:
2222
name: QA Checks

bin/roave-backward-compatibility-check.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ static function (string $installationPath) use ($composerIo): Installer {
327327
),
328328
);
329329

330-
$application->add($apiCompareCommand);
330+
$application->addCommand($apiCompareCommand);
331331
$application->setDefaultCommand('roave-backwards-compatibility-check:assert-backwards-compatible');
332332

333333
$output->getErrorOutput()

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"composer/composer": "^2.9.2",
1212
"nikic/php-parser": "^5.6.2",
1313
"nikolaposa/version": "^4.2.1",
14-
"ocramius/package-versions": "^2.10.0",
14+
"ocramius/package-versions": "^2.11.0",
1515
"roave/better-reflection": "^6.66.0",
16-
"symfony/console": "^7.3.6"
16+
"symfony/console": "^7.4.0"
1717
},
1818
"license": "MIT",
1919
"authors": [
@@ -28,7 +28,7 @@
2828
],
2929
"require-dev": {
3030
"doctrine/coding-standard": "^14.0.0",
31-
"justinrainbow/json-schema": "^6.6.1",
31+
"justinrainbow/json-schema": "^6.6.2",
3232
"php-standard-library/psalm-plugin": "^2.3.0",
3333
"phpunit/phpunit": "^12.4.4",
3434
"psalm/plugin-phpunit": "^0.19.5",

composer.lock

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)