Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                          | from   | to     |
| ----------- | -------------------------------- | ------ | ------ |
| github-tags | laminas/laminas-ci-matrix-action | 1.27.0 | 1.27.2 |
| github-tags | containerbase/php-prebuild       | 8.2.23 | 8.3.11 |
| packagist   | phpunit/phpunit                  | 9.6.20 | 9.6.21 |
| packagist   | squizlabs/php_codesniffer        | 3.10.2 | 3.10.3 |
| packagist   | vimeo/psalm                      | 5.26.1 | 5.26.1 |
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 2c8ae51 commit 139d385
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Gather CI configuration
id: matrix
uses: laminas/laminas-ci-matrix-action@38e146b542b4952fea583408acff8dcddf20b427 # 1.27.0
uses: laminas/laminas-ci-matrix-action@b08a9a088a397b72af093f865e1f67f9e5072867 # 1.27.2

qa:
name: QA Checks
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"phpunit/phpunit": "^9.6.20"
"phpunit/phpunit": "^9.6.21"
},
"config": {
"allow-plugins": {
Expand All @@ -34,7 +34,7 @@
"doctrine/coding-standard": "^12.0.0",
"roave/infection-static-analysis-plugin": "^1.35.0",
"psalm/plugin-phpunit": "^0.19.0",
"squizlabs/php_codesniffer": "^3.10.2",
"vimeo/psalm": "^5.25.0"
"squizlabs/php_codesniffer": "^3.10.3",
"vimeo/psalm": "^5.26.1"
}
}

0 comments on commit 139d385

Please sign in to comment.