Skip to content

Commit 323a2f4

Browse files
authored
Merge pull request #730 from Roave/renovate/all-minor-patch
Update all non-major dependencies
2 parents 3b08e61 + b671a71 commit 323a2f4

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
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.22.1
19+
uses: laminas/laminas-ci-matrix-action@1.26.0
2020

2121
qa:
2222
name: QA Checks
@@ -27,7 +27,7 @@ jobs:
2727
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
2828
steps:
2929
- name: ${{ matrix.name }}
30-
uses: laminas/laminas-continuous-integration-action@1.32.0
30+
uses: laminas/laminas-continuous-integration-action@1.39.0
3131
env:
3232
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
3333
"INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
@@ -57,7 +57,7 @@ jobs:
5757
fetch-depth: 0
5858

5959
- name: "Install PHP"
60-
uses: "shivammathur/setup-php@2.24.0"
60+
uses: "shivammathur/setup-php@2.30.4"
6161
with:
6262
php-version: "${{ matrix.php-version }}"
6363
ini-values: memory_limit=-1
@@ -108,7 +108,7 @@ jobs:
108108
fetch-depth: 0
109109

110110
- name: "Install PHP"
111-
uses: "shivammathur/setup-php@2.24.0"
111+
uses: "shivammathur/setup-php@2.30.4"
112112
with:
113113
php-version: "${{ matrix.php-version }}"
114114
ini-values: memory_limit=-1

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"description": "Tool to compare two revisions of a public API to check for BC breaks",
44
"require": {
55
"php": "~8.2.0 || ~8.3.0",
6-
"azjezz/psl": "^2.3.1",
7-
"composer/composer": "^2.7.0",
8-
"nikic/php-parser": "^4.15.3",
9-
"nikolaposa/version": "^4.1.0",
10-
"ocramius/package-versions": "^2.7.0",
11-
"roave/better-reflection": "^6.5.0",
12-
"symfony/console": "^7.0"
6+
"azjezz/psl": "^2.9.1",
7+
"composer/composer": "^2.7.6",
8+
"nikic/php-parser": "^4.19.1",
9+
"nikolaposa/version": "^4.2.0",
10+
"ocramius/package-versions": "^2.8.0",
11+
"roave/better-reflection": "^6.26.0",
12+
"symfony/console": "^7.0.7"
1313
},
1414
"license": "MIT",
1515
"authors": [
@@ -24,13 +24,13 @@
2424
],
2525
"require-dev": {
2626
"doctrine/coding-standard": "^12.0.0",
27-
"php-standard-library/psalm-plugin": "^2.2.1",
28-
"phpunit/phpunit": "^9.5.27",
29-
"psalm/plugin-phpunit": "^0.18.4",
30-
"roave/infection-static-analysis-plugin": "^1.27.0",
27+
"php-standard-library/psalm-plugin": "^2.3.0",
28+
"phpunit/phpunit": "^9.6.19",
29+
"psalm/plugin-phpunit": "^0.19.0",
30+
"roave/infection-static-analysis-plugin": "^1.35.0",
3131
"roave/security-advisories": "dev-master",
32-
"squizlabs/php_codesniffer": "^3.7.1",
33-
"vimeo/psalm": "^5.16"
32+
"squizlabs/php_codesniffer": "^3.10.0",
33+
"vimeo/psalm": "^5.24.0"
3434
},
3535
"conflict": {
3636
"revolt/event-loop": "<0.2.5",

composer.lock

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

0 commit comments

Comments
 (0)