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   | maglnet/composer-require-checker | 4.4.0  | 4.5.0  |
| packagist   | phpstan/phpstan                  | 1.9.4  | 1.9.11 |
| packagist   | phpstan/phpstan-phpunit          | 1.3.2  | 1.3.3  |
| packagist   | phpstan/phpstan-strict-rules     | 1.4.4  | 1.4.5  |
| github-tags | shivammathur/setup-php           | 2.22.0 | 2.23.0 |
| packagist   | vimeo/psalm                      | 5.3.0  | 5.4.0  |
  • Loading branch information
renovate[bot] authored Jan 12, 2023
1 parent 7dc9689 commit 0f35494
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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.23.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.23.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.23.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.23.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.23.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.23.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.23.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
12 changes: 6 additions & 6 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",
"doctrine/coding-standard": "11.1.0",
"ergebnis/composer-normalize": "2.29.0",
"ergebnis/license": "2.1.0",
"infection/infection": "0.26.16",
"maglnet/composer-require-checker": "4.4.0",
"maglnet/composer-require-checker": "4.5.0",
"phpstan/extension-installer": "1.2.0",
"phpstan/phpstan": "1.9.4",
"phpstan/phpstan": "1.9.11",
"phpstan/phpstan-deprecation-rules": "1.1.1",
"phpstan/phpstan-phpunit": "1.3.2",
"phpstan/phpstan-strict-rules": "1.4.4",
"phpstan/phpstan-phpunit": "1.3.3",
"phpstan/phpstan-strict-rules": "1.4.5",
"phpunit/phpunit": "9.5.27",
"psalm/plugin-phpunit": "0.18.4",
"vimeo/psalm": "5.3.0"
"vimeo/psalm": "5.4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0f35494

Please sign in to comment.