Skip to content

Commit 58e25f6

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | --------------------------------------------- | ------ | ------ | | packagist | azjezz/psl | 3.1.0 | 3.2.0 | | packagist | composer/composer | 2.8.5 | 2.8.5 | | github-tags | laminas/laminas-ci-matrix-action | 1.26.0 | 1.29.0 | | github-tags | laminas/laminas-continuous-integration-action | 1.39.0 | 1.40.1 | | packagist | nikic/php-parser | 4.19.4 | 4.19.4 | | packagist | ocramius/package-versions | 2.9.0 | 2.10.0 | | github-tags | containerbase/php-prebuild | 8.3.16 | 8.4.3 | | packagist | psalm/plugin-phpunit | 0.19.0 | 0.19.2 | | packagist | roave/better-reflection | 6.26.0 | 6.54.0 | | packagist | roave/infection-static-analysis-plugin | 1.35.0 | 1.36.0 | | github-tags | shivammathur/setup-php | 2.30.4 | 2.32.0 | | packagist | squizlabs/php_codesniffer | 3.11.2 | 3.11.3 | | packagist | symfony/console | 7.2.1 | 7.2.1 | | packagist | vimeo/psalm | 5.26.1 | 5.26.1 |
1 parent 3afc875 commit 58e25f6

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
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.26.0
19+
uses: laminas/laminas-ci-matrix-action@1.29.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.39.0
30+
uses: laminas/laminas-continuous-integration-action@1.40.1
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.30.4"
60+
uses: "shivammathur/setup-php@2.32.0"
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.30.4"
111+
uses: "shivammathur/setup-php@2.32.0"
112112
with:
113113
php-version: "${{ matrix.php-version }}"
114114
ini-values: memory_limit=-1

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"name": "roave/backward-compatibility-check",
33
"description": "Tool to compare two revisions of a public API to check for BC breaks",
44
"require": {
5-
"php": "~8.2.0 || ~8.3.0",
5+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
66
"ext-dom": "*",
77
"ext-json": "*",
88
"ext-libxml": "*",
99
"ext-simplexml": "*",
10-
"azjezz/psl": "^3.0.2",
11-
"composer/composer": "^2.7.6",
12-
"nikic/php-parser": "^4.19.1",
10+
"azjezz/psl": "^3.2.0",
11+
"composer/composer": "^2.8.5",
12+
"nikic/php-parser": "^4.19.4",
1313
"nikolaposa/version": "^4.2.0",
14-
"ocramius/package-versions": "^2.8.0",
15-
"roave/better-reflection": "^6.26.0",
16-
"symfony/console": "^7.0.7"
14+
"ocramius/package-versions": "^2.10.0",
15+
"roave/better-reflection": "^6.54.0",
16+
"symfony/console": "^7.2.1"
1717
},
1818
"license": "MIT",
1919
"authors": [
@@ -31,11 +31,11 @@
3131
"estahn/phpunit-json-assertions": "^4.0",
3232
"php-standard-library/psalm-plugin": "^2.3.0",
3333
"phpunit/phpunit": "^10.5.44",
34-
"psalm/plugin-phpunit": "^0.19.0",
35-
"roave/infection-static-analysis-plugin": "^1.35.0",
34+
"psalm/plugin-phpunit": "^0.19.2",
35+
"roave/infection-static-analysis-plugin": "^1.36.0",
3636
"roave/security-advisories": "dev-master",
37-
"squizlabs/php_codesniffer": "^3.10.0",
38-
"vimeo/psalm": "^5.24.0"
37+
"squizlabs/php_codesniffer": "^3.11.3",
38+
"vimeo/psalm": "^5.26.1"
3939
},
4040
"conflict": {
4141
"revolt/event-loop": "<0.2.5",

0 commit comments

Comments
 (0)