Skip to content

Commit 2ff78c6

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | --------------------------------------------- | ------ | ------- | | packagist | azjezz/psl | 3.2.0 | 3.3.0 | | packagist | composer/composer | 2.8.5 | 2.8.9 | | github-tags | laminas/laminas-continuous-integration-action | 1.41.0 | 1.42.0 | | packagist | nikolaposa/version | 4.2.0 | 4.2.1 | | packagist | phpunit/phpunit | 11.5.7 | 11.5.21 | | packagist | psalm/plugin-phpunit | 0.19.2 | 0.19.5 | | packagist | roave/better-reflection | 6.57.0 | 6.59.0 | | packagist | roave/infection-static-analysis-plugin | 1.36.0 | 1.37.0 | | github-tags | shivammathur/setup-php | 2.32.0 | 2.33.0 | | packagist | squizlabs/php_codesniffer | 3.11.3 | 3.13.0 | | packagist | symfony/console | 7.2.1 | 7.2.6 | | packagist | vimeo/psalm | 6.6.1 | 6.11.0 |
1 parent 4eef6ea commit 2ff78c6

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.41.0
30+
uses: laminas/laminas-continuous-integration-action@1.42.0
3131
env:
3232
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
3333
"INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
@@ -58,7 +58,7 @@ jobs:
5858
fetch-depth: 0
5959

6060
- name: "Install PHP"
61-
uses: "shivammathur/setup-php@2.32.0"
61+
uses: "shivammathur/setup-php@2.33.0"
6262
with:
6363
php-version: "${{ matrix.php-version }}"
6464
ini-values: memory_limit=-1
@@ -109,7 +109,7 @@ jobs:
109109
fetch-depth: 0
110110

111111
- name: "Install PHP"
112-
uses: "shivammathur/setup-php@2.32.0"
112+
uses: "shivammathur/setup-php@2.33.0"
113113
with:
114114
php-version: "${{ matrix.php-version }}"
115115
ini-values: memory_limit=-1

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"ext-json": "*",
88
"ext-libxml": "*",
99
"ext-simplexml": "*",
10-
"azjezz/psl": "^3.2.0",
11-
"composer/composer": "^2.8.5",
10+
"azjezz/psl": "^3.3.0",
11+
"composer/composer": "^2.8.9",
1212
"nikic/php-parser": "^5.4.0",
13-
"nikolaposa/version": "^4.2.0",
13+
"nikolaposa/version": "^4.2.1",
1414
"ocramius/package-versions": "^2.10.0",
15-
"roave/better-reflection": "^6.57.0",
16-
"symfony/console": "^7.2.1"
15+
"roave/better-reflection": "^6.59.0",
16+
"symfony/console": "^7.2.6"
1717
},
1818
"license": "MIT",
1919
"authors": [
@@ -30,12 +30,12 @@
3030
"doctrine/coding-standard": "^12.0.0",
3131
"estahn/phpunit-json-assertions": "^4.0",
3232
"php-standard-library/psalm-plugin": "^2.3.0",
33-
"phpunit/phpunit": "^11.5.7",
34-
"psalm/plugin-phpunit": "^0.19.2",
35-
"roave/infection-static-analysis-plugin": "^1.36.0",
33+
"phpunit/phpunit": "^11.5.21",
34+
"psalm/plugin-phpunit": "^0.19.5",
35+
"roave/infection-static-analysis-plugin": "^1.37.0",
3636
"roave/security-advisories": "dev-master",
37-
"squizlabs/php_codesniffer": "^3.11.3",
38-
"vimeo/psalm": "^6.6.1"
37+
"squizlabs/php_codesniffer": "^3.13.0",
38+
"vimeo/psalm": "^6.11.0"
3939
},
4040
"conflict": {
4141
"revolt/event-loop": "<0.2.5",

0 commit comments

Comments
 (0)