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.25.0 | 1.26.0 |
| github-tags | shivammathur/setup-php           | 2.30.4 | 2.31.0 |
| packagist   | squizlabs/php_codesniffer        | 3.9.2  | 3.10.1 |
| packagist   | symfony/yaml                     | 7.0.7  | 7.1.1  |
| packagist   | vimeo/psalm                      | 5.23.1 | 5.25.0 |
  • Loading branch information
renovate[bot] authored Jun 24, 2024
1 parent 9399dde commit 311127a
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 93 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.31.0"
with:
coverage: "pcov"
php-version: "8.2"
Expand Down
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@f25365c8538fd59ba0c3f8bb52e5a22e20f6fc39 # 1.25.0
uses: laminas/laminas-ci-matrix-action@5c34e3c43584e2b1e432824ec0a43a3ae684f294 # 1.26.0

qa:
name: QA Checks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.31.0"
with:
coverage: "pcov"
php-version: "8.2"
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"psr/http-client": "^1.0.3",
"psr/http-message": "^2.0.0",
"psr/log": "^3.0.0",
"symfony/yaml": "^7.0.7"
"symfony/yaml": "^7.1.1"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
Expand All @@ -39,8 +39,8 @@
"psalm/plugin-phpunit": "^0.19.0",
"roave/infection-static-analysis-plugin": "^1.35.0",
"roave/no-leaks": "^1.5.0",
"squizlabs/php_codesniffer": "^3.9.2",
"vimeo/psalm": "^5.23.1"
"squizlabs/php_codesniffer": "^3.10.1",
"vimeo/psalm": "^5.25.0"
},
"replace": {
"symfony/polyfill-ctype": "*",
Expand Down
Loading

0 comments on commit 311127a

Please sign in to comment.