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   | infection/infection                           | 0.27.11 | 0.29.0  |
| github-tags | laminas/laminas-ci-matrix-action              | 1.24.0  | 1.26.0  |
| github-tags | laminas/laminas-continuous-integration-action | 1.37.0  | 1.39.0  |
| packagist   | maglnet/composer-require-checker              | 4.7.1   | 4.11.0  |
| packagist   | nikic/php-parser                              | 4.19.1  | 4.19.1  |
| packagist   | phpstan/phpstan                               | 1.11.2  | 1.11.2  |
| packagist   | phpstan/phpstan-phpunit                       | 1.4.0   | 1.4.0   |
| packagist   | phpstan/phpstan-strict-rules                  | 1.6.0   | 1.6.0   |
| packagist   | phpunit/phpunit                               | 10.5.20 | 10.5.20 |
| packagist   | squizlabs/php_codesniffer                     | 3.10.1  | 3.10.1  |
  • Loading branch information
renovate[bot] committed May 28, 2024
1 parent 0f22063 commit 1d57e03
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .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@1.24.0
uses: laminas/laminas-ci-matrix-action@1.26.0

qa:
name: QA Checks
Expand All @@ -27,7 +27,7 @@ jobs:
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
steps:
- name: ${{ matrix.name }}
uses: laminas/laminas-continuous-integration-action@1.37.0
uses: laminas/laminas-continuous-integration-action@1.39.0
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
"INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"nikic/php-parser": "^4.17.1",
"phpstan/phpstan": "^1.10.47"
"nikic/php-parser": "^4.19.1",
"phpstan/phpstan": "^1.11.2"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"infection/infection": "^0.27.8",
"maglnet/composer-require-checker": "^4.7.1",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpunit/phpunit": "^10.5.1",
"squizlabs/php_codesniffer": "^3.7.2"
"infection/infection": "^0.29.0",
"maglnet/composer-require-checker": "^4.11.0",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.0",
"phpunit/phpunit": "^10.5.20",
"squizlabs/php_codesniffer": "^3.10.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1d57e03

Please sign in to comment.