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.9  | 0.27.9  |
| github-tags | laminas/laminas-continuous-integration-action | 1.37.0  | 1.38.0  |
| packagist   | maglnet/composer-require-checker              | 4.7.1   | 4.8.0   |
| packagist   | nikic/php-parser                              | 4.18.0  | 4.18.0  |
| packagist   | phpstan/phpstan                               | 1.10.58 | 1.10.58 |
| packagist   | phpunit/phpunit                               | 10.5.10 | 10.5.10 |
| packagist   | squizlabs/php_codesniffer                     | 3.8.1   | 3.8.1   |
  • Loading branch information
renovate[bot] authored Feb 13, 2024
1 parent efc162a commit ea4bdc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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@1.37.0
uses: laminas/laminas-continuous-integration-action@1.38.0
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
"INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
Expand Down
12 changes: 6 additions & 6 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.18.0",
"phpstan/phpstan": "^1.10.58"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"infection/infection": "^0.27.8",
"maglnet/composer-require-checker": "^4.7.1",
"infection/infection": "^0.27.9",
"maglnet/composer-require-checker": "^4.8.0",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpunit/phpunit": "^10.5.1",
"squizlabs/php_codesniffer": "^3.7.2"
"phpunit/phpunit": "^10.5.10",
"squizlabs/php_codesniffer": "^3.8.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ea4bdc2

Please sign in to comment.