Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                           | from    | to      |
| ----------- | --------------------------------- | ------- | ------- |
| packagist   | doctrine/coding-standard          | 11.0.0  | 11.1.0  |
| packagist   | ergebnis/composer-normalize       | 2.29.0  | 2.30.2  |
| packagist   | infection/infection               | 0.26.16 | 0.26.19 |
| packagist   | maglnet/composer-require-checker  | 4.4.0   | 4.5.0   |
| packagist   | phpstan/phpstan                   | 1.9.4   | 1.10.3  |
| packagist   | phpstan/phpstan-deprecation-rules | 1.1.1   | 1.1.2   |
| packagist   | phpstan/phpstan-phpunit           | 1.3.2   | 1.3.9   |
| packagist   | phpstan/phpstan-strict-rules      | 1.4.4   | 1.5.0   |
| packagist   | phpunit/phpunit                   | 9.5.27  | 9.6.4   |
| github-tags | shivammathur/setup-php            | 2.22.0  | 2.24.0  |
| packagist   | vimeo/psalm                       | 5.3.0   | 5.7.7   |
  • Loading branch information
renovate[bot] authored Feb 28, 2023
1 parent 3d1bc08 commit f0109da
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strict: true

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.22.0"
uses: "shivammathur/setup-php@2.24.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.22.0"
uses: "shivammathur/setup-php@2.24.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.22.0"
uses: "shivammathur/setup-php@2.24.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.22.0"
uses: "shivammathur/setup-php@2.24.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.22.0"
uses: "shivammathur/setup-php@2.24.0"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.22.0"
uses: "shivammathur/setup-php@2.24.0"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
token: "${{ secrets.LCTRS_BOT_TOKEN }}"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.22.0"
uses: "shivammathur/setup-php@2.24.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
"php": "~8.0.2 || ~8.1.0 || ~8.2.0"
},
"require-dev": {
"doctrine/coding-standard": "11.0.0",
"ergebnis/composer-normalize": "2.29.0",
"doctrine/coding-standard": "11.1.0",
"ergebnis/composer-normalize": "2.30.2",
"ergebnis/license": "2.1.0",
"infection/infection": "0.26.16",
"maglnet/composer-require-checker": "4.4.0",
"infection/infection": "0.26.19",
"maglnet/composer-require-checker": "4.5.0",
"phpstan/extension-installer": "1.2.0",
"phpstan/phpstan": "1.9.4",
"phpstan/phpstan-deprecation-rules": "1.1.1",
"phpstan/phpstan-phpunit": "1.3.2",
"phpstan/phpstan-strict-rules": "1.4.4",
"phpunit/phpunit": "9.5.27",
"phpstan/phpstan": "1.10.3",
"phpstan/phpstan-deprecation-rules": "1.1.2",
"phpstan/phpstan-phpunit": "1.3.9",
"phpstan/phpstan-strict-rules": "1.5.0",
"phpunit/phpunit": "9.6.4",
"psalm/plugin-phpunit": "0.18.4",
"vimeo/psalm": "5.3.0"
"vimeo/psalm": "5.7.7"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f0109da

Please sign in to comment.