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   | doctrine/coding-standard               | 11.0.0 | 11.1.0  |
| packagist   | nikic/php-parser                       | 4.15.2 | 4.17.1  |
| packagist   | phpstan/phpstan                        | 1.9.4  | 1.10.29 |
| packagist   | phpunit/phpunit                        | 9.5.27 | 9.6.10  |
| packagist   | roave/infection-static-analysis-plugin | 1.27.0 | 1.32.0  |
| github-tags | shivammathur/setup-php                 | 2.24.0 | 2.25.5  |
| packagist   | symfony/console                        | 6.2.3  | 6.3.2   |
| packagist   | vimeo/psalm                            | 5.4.0  | 5.14.1  |
  • Loading branch information
renovate[bot] authored Aug 14, 2023
1 parent 5a801ae commit 553aa87
Show file tree
Hide file tree
Showing 9 changed files with 339 additions and 364 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@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.5"
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@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.5"
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@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.5"
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@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.5"
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@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.5"
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@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.5"
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@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.5"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
"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.2",
"webmozart/assert": "^1.11.0",
"webmozart/glob": "^4.6.0"
},
"require-dev": {
"ext-zend-opcache": "*",
"doctrine/coding-standard": "^11.0.0",
"doctrine/coding-standard": "^11.1.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.29",
"phpunit/phpunit": "^9.6.10",
"roave/infection-static-analysis-plugin": "^1.32.0",
"vimeo/psalm": "^5.14.1"
},
"config": {
"optimize-autoloader": true,
Expand Down
Loading

0 comments on commit 553aa87

Please sign in to comment.