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     |
| ----------- | --------------------------------------------- | ------ | ------ |
| packagist   | cuyz/valinor                                  | 1.14.2 | 1.14.3 |
| github-tags | laminas/laminas-continuous-integration-action | 1.40.1 | 1.41.0 |
| github-tags | containerbase/php-prebuild                    | 8.3.12 | 8.4.4  |
| packagist   | phpunit/phpunit                               | 11.5.7 | 11.5.9 |
| packagist   | vimeo/psalm                                   | 6.6.1  | 6.8.6  |
  • Loading branch information
renovate[bot] authored Feb 21, 2025
1 parent 3b47f56 commit 6ebc8f9
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
steps:
- name: ${{ matrix.name }}
uses: laminas/laminas-continuous-integration-action@f474cab0f489b50c3b31d6ae04f0a5fc189c796d # 1.40.1
uses: laminas/laminas-continuous-integration-action@ff2b3ddf9f651ebca89c333469d40aeffc38228e # 1.41.0
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
"INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
}
},
"require": {
"php": "~8.3.12",
"php": "~8.4.4",
"ext-bcmath": "*",
"azjezz/psl": "^3.2.0",
"cuyz/valinor": "^1.14.2",
"cuyz/valinor": "^1.14.3",
"laminas/laminas-diactoros": "^3.5.0",
"php-http/curl-client": "^2.3.3",
"php-http/discovery": "^1.20.0",
Expand All @@ -35,9 +35,9 @@
"doctrine/coding-standard": "^12.0.0",
"league/openapi-psr7-validator": "^0.22.0",
"php-standard-library/psalm-plugin": "^2.3.0",
"phpunit/phpunit": "^11.5.6",
"phpunit/phpunit": "^11.5.9",
"psalm/plugin-phpunit": "^0.19.2",
"squizlabs/php_codesniffer": "^3.11.3",
"vimeo/psalm": "^6.1.0"
"vimeo/psalm": "^6.8.6"
}
}
160 changes: 123 additions & 37 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ebc8f9

Please sign in to comment.