Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                | from    | to      |
| ----------- | ---------------------- | ------- | ------- |
| packagist   | phpstan/phpstan        | 1.10.44 | 1.10.46 |
| github-tags | shivammathur/setup-php | 2.27.1  | 2.28.0  |
| packagist   | symfony/console        | 6.3.8   | 6.4.0   |
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent 685cce0 commit c074afd
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 38 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.27.1"
uses: "shivammathur/setup-php@2.28.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.27.1"
uses: "shivammathur/setup-php@2.28.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.27.1"
uses: "shivammathur/setup-php@2.28.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.27.1"
uses: "shivammathur/setup-php@2.28.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 @@ -33,7 +33,7 @@ jobs:
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.1"
uses: "shivammathur/setup-php@2.28.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.27.1"
uses: "shivammathur/setup-php@2.28.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.27.1"
uses: "shivammathur/setup-php@2.28.0"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ext-phar": "*",
"composer-runtime-api": "^2.0.0",
"nikic/php-parser": "^4.17.1",
"symfony/console": "^6.3.8",
"symfony/console": "^6.4.0",
"webmozart/assert": "^1.11.0",
"webmozart/glob": "^4.6.0"
},
Expand All @@ -39,7 +39,7 @@
"doctrine/coding-standard": "^12.0.0",
"mikey179/vfsstream": "^1.6.11",
"phing/phing": "^2.17.4",
"phpstan/phpstan": "^1.10.44",
"phpstan/phpstan": "^1.10.46",
"phpunit/phpunit": "^10.4.2",
"roave/infection-static-analysis-plugin": "^1.33",
"vimeo/psalm": "^5.16.0"
Expand Down
62 changes: 33 additions & 29 deletions composer.lock

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

0 comments on commit c074afd

Please sign in to comment.