Skip to content

Commit 689f363

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------- | | packagist | phpunit/phpunit | 11.5.7 | 11.5.17 | | packagist | psalm/plugin-phpunit | 0.19.2 | 0.19.5 | | github-tags | ramsey/composer-install | 3.0.0 | 3.1.0 | | packagist | squizlabs/php_codesniffer | 3.11.3 | 3.12.1 | | packagist | vimeo/psalm | 6.5.1 | 6.10.0 |
1 parent 4c98641 commit 689f363

3 files changed

Lines changed: 212 additions & 202 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
php-version: ${{ env.stable_php }}
2828
coverage: pcov
2929
ini-values: pcov.enabled=1
30-
- uses: "ramsey/composer-install@3.0.0"
30+
- uses: "ramsey/composer-install@3.1.0"
3131
- run: php ./vendor/bin/phpunit --coverage-clover=coverage.xml
3232
- uses: codecov/codecov-action@v5
3333
with:
@@ -48,5 +48,5 @@ jobs:
4848
php-version: ${{ env.stable_php }}
4949
ini-values: memory_limit=-1
5050
extensions: ${{ env.php_extensions }}
51-
- uses: "ramsey/composer-install@3.0.0"
51+
- uses: "ramsey/composer-install@3.1.0"
5252
- run: make deps

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"laminas/laminas-diactoros": "^3.5.0",
3636
"php-http/curl-client": "^2.3.3",
3737
"php-http/mock-client": "^1.6.1",
38-
"phpunit/phpunit": "^11.5.7",
39-
"psalm/plugin-phpunit": "^0.19.2",
40-
"squizlabs/php_codesniffer": "^3.11.3",
41-
"vimeo/psalm": "^6.5.1"
38+
"phpunit/phpunit": "^11.5.17",
39+
"psalm/plugin-phpunit": "^0.19.5",
40+
"squizlabs/php_codesniffer": "^3.12.1",
41+
"vimeo/psalm": "^6.10.0"
4242
},
4343
"autoload": {
4444
"psr-4": {

0 commit comments

Comments
 (0)