Skip to content

Commit 8ea0826

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | --------------------------------------------- | ------ | ------ | | packagist | composer/composer | 2.7.7 | 2.7.7 | | github-tags | laminas/laminas-ci-matrix-action | 1.26.0 | 1.27.1 | | github-tags | laminas/laminas-continuous-integration-action | 1.39.0 | 1.40.0 | | packagist | ocramius/package-versions | 2.8.0 | 2.9.0 | | packagist | phpunit/phpunit | 9.6.19 | 9.6.20 | | packagist | roave/better-reflection | 6.26.0 | 6.41.0 | | github-tags | shivammathur/setup-php | 2.30.4 | 2.31.1 | | packagist | squizlabs/php_codesniffer | 3.10.1 | 3.10.2 | | packagist | symfony/console | 7.1.1 | 7.1.3 | | packagist | vimeo/psalm | 5.24.0 | 5.25.0 |
1 parent 8443e58 commit 8ea0826

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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.27.1
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.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.30.4"
60+
uses: "shivammathur/setup-php@2.31.1"
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.31.1"
112112
with:
113113
php-version: "${{ matrix.php-version }}"
114114
ini-values: memory_limit=-1

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"require": {
55
"php": "~8.2.0 || ~8.3.0",
66
"azjezz/psl": "^2.9.1",
7-
"composer/composer": "^2.7.6",
7+
"composer/composer": "^2.7.7",
88
"nikic/php-parser": "^4.19.1",
99
"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"
10+
"ocramius/package-versions": "^2.9.0",
11+
"roave/better-reflection": "^6.41.0",
12+
"symfony/console": "^7.1.3"
1313
},
1414
"license": "MIT",
1515
"authors": [
@@ -25,12 +25,12 @@
2525
"require-dev": {
2626
"doctrine/coding-standard": "^12.0.0",
2727
"php-standard-library/psalm-plugin": "^2.3.0",
28-
"phpunit/phpunit": "^9.6.19",
28+
"phpunit/phpunit": "^9.6.20",
2929
"psalm/plugin-phpunit": "^0.19.0",
3030
"roave/infection-static-analysis-plugin": "^1.35.0",
3131
"roave/security-advisories": "dev-master",
32-
"squizlabs/php_codesniffer": "^3.10.0",
33-
"vimeo/psalm": "^5.24.0"
32+
"squizlabs/php_codesniffer": "^3.10.2",
33+
"vimeo/psalm": "^5.25.0"
3434
},
3535
"conflict": {
3636
"revolt/event-loop": "<0.2.5",

0 commit comments

Comments
 (0)