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   | maglnet/composer-require-checker | 4.4.0  | 4.5.0  |
| packagist   | phpstan/phpstan-phpunit          | 1.3.2  | 1.3.3  |
| github-tags | shivammathur/setup-php           | 2.22.0 | 2.23.0 |
| github-tags | shivammathur/setup-php           | 2.22.0 | 2.23.0 |
| github-tags | shivammathur/setup-php           | 2.22.0 | 2.23.0 |
| github-tags | shivammathur/setup-php           | 2.22.0 | 2.23.0 |
| github-tags | shivammathur/setup-php           | 2.22.0 | 2.23.0 |
| github-tags | shivammathur/setup-php           | 2.22.0 | 2.23.0 |
| 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 Dec 28, 2022
1 parent 658f11c commit 680b548
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"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-deprecation-rules": "1.1.1",
"phpstan/phpstan-phpunit": "1.3.2",
"phpstan/phpstan-phpunit": "1.3.3",
"phpstan/phpstan-strict-rules": "1.4.4",
"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 680b548

Please sign in to comment.