Skip to content

Commit

Permalink
Merge pull request #388 from maglnet/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 Sep 18, 2023
2 parents e16173c + 75c5de5 commit ae328c7
Show file tree
Hide file tree
Showing 9 changed files with 335 additions and 425 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.26.0"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.26.0"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phar-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.26.0"
with:
coverage: "none"
php-version: "8.1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.26.0"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.26.0"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.26.0"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/require-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.26.0"
with:
coverage: "pcov"
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 @@ -29,8 +29,8 @@
"php": "~8.1.0 || ~8.2.0",
"ext-phar": "*",
"composer-runtime-api": "^2.0.0",
"nikic/php-parser": "^4.15.2",
"symfony/console": "^6.2.3",
"nikic/php-parser": "^4.17.1",
"symfony/console": "^6.3.4",
"webmozart/assert": "^1.11.0",
"webmozart/glob": "^4.6.0"
},
Expand All @@ -39,10 +39,10 @@
"doctrine/coding-standard": "^12.0.0",
"mikey179/vfsstream": "^1.6.11",
"phing/phing": "^2.17.4",
"phpstan/phpstan": "^1.9.4",
"phpunit/phpunit": "^9.5.27",
"roave/infection-static-analysis-plugin": "^1.27.0",
"vimeo/psalm": "^5.4.0"
"phpstan/phpstan": "^1.10.34",
"phpunit/phpunit": "^9.6.12",
"roave/infection-static-analysis-plugin": "^1.33.0",
"vimeo/psalm": "^5.15.0"
},
"config": {
"optimize-autoloader": true,
Expand Down
Loading

0 comments on commit ae328c7

Please sign in to comment.