Skip to content

Commit

Permalink
Merge pull request #1327 from Roave/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
Ocramius authored Feb 7, 2023
2 parents f143c2f + 9d984ff commit c9011d3
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ini-values: memory_limit=-1

- name: "Install dependencies"
uses: "ramsey/composer-install@2.1.0"
uses: "ramsey/composer-install@2.2.0"
with:
dependency-versions: "${{ matrix.dependencies }}"

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
ini-values: memory_limit=-1

- name: "Install dependencies"
uses: "ramsey/composer-install@2.1.0"
uses: "ramsey/composer-install@2.2.0"
with:
dependency-versions: "${{ matrix.dependencies }}"

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
ini-values: memory_limit=-1

- name: "Install dependencies"
uses: "ramsey/composer-install@2.1.0"
uses: "ramsey/composer-install@2.2.0"
with:
dependency-versions: "${{ matrix.dependencies }}"

Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
ini-values: memory_limit=-1, zend.assertions=1

- name: "Install dependencies"
uses: "ramsey/composer-install@2.1.0"
uses: "ramsey/composer-install@2.2.0"
with:
dependency-versions: "${{ matrix.dependencies }}"

Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
ini-values: memory_limit=-1

- name: "Install dependencies"
uses: "ramsey/composer-install@2.1.0"
uses: "ramsey/composer-install@2.2.0"
with:
dependency-versions: "${{ matrix.dependencies }}"

Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
ini-values: memory_limit=-1

- name: "Install dependencies"
uses: "ramsey/composer-install@2.1.0"
uses: "ramsey/composer-install@2.2.0"
with:
dependency-versions: "${{ matrix.dependencies }}"

Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
ini-values: memory_limit=-1

- name: "Install dependencies"
uses: "ramsey/composer-install@2.1.0"
uses: "ramsey/composer-install@2.2.0"
with:
dependency-versions: "${{ matrix.dependencies }}"

Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
ini-values: memory_limit=-1

- name: "Install dependencies"
uses: "ramsey/composer-install@2.1.0"
uses: "ramsey/composer-install@2.2.0"
with:
dependency-versions: "${{ matrix.dependencies }}"

Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
ini-values: memory_limit=-1

- name: "Install dependencies"
uses: "ramsey/composer-install@2.1.0"
uses: "ramsey/composer-install@2.2.0"
with:
dependency-versions: "${{ matrix.dependencies }}"
working-directory: "tools/roave-backward-compatibility-check"
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"php": "~8.1.0 || ~8.2.0",
"ext-json": "*",
"jetbrains/phpstorm-stubs": "2022.3",
"nikic/php-parser": "^4.15.1",
"nikic/php-parser": "^4.15.3",
"roave/signature": "^1.7"
},
"authors": [
Expand All @@ -33,12 +33,12 @@

],
"require-dev": {
"doctrine/coding-standard": "^11.0.0",
"phpstan/phpstan": "^1.8.10",
"phpstan/phpstan-phpunit": "^1.2.2",
"doctrine/coding-standard": "^11.1.0",
"phpstan/phpstan": "^1.9.16",
"phpstan/phpstan-phpunit": "^1.3.3",
"phpunit/phpunit": "10.0.5",
"vimeo/psalm": "5.6.0",
"roave/infection-static-analysis-plugin": "^1.26.0"
"roave/infection-static-analysis-plugin": "^1.28.0"
},
"autoload": {
"psr-4": {
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/roave-backward-compatibility-check/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": {
"roave/backward-compatibility-check": "^8.0.0"
"roave/backward-compatibility-check": "^8.2.1"
}
}
2 changes: 1 addition & 1 deletion tools/roave-backward-compatibility-check/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c9011d3

Please sign in to comment.