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   | infection/infection      | 0.26.19 | 0.26.21 |
| packagist   | phpstan/phpstan          | 1.10.13 | 1.10.15 |
| packagist   | phpunit/phpunit          | 10.0.19 | 10.1.2  |
| github-tags | shivammathur/setup-php   | 2.24.0  | 2.25.1  |
| packagist   | symfony/console          | 6.2.8   | 6.2.10  |
| packagist   | symfony/framework-bundle | 6.2.9   | 6.2.10  |
| packagist   | symfony/http-client      | 6.2.9   | 6.2.10  |
| packagist   | vimeo/psalm              | 5.9.0   | 5.11.0  |
  • Loading branch information
renovate[bot] committed May 9, 2023
1 parent bc1498f commit f0db0c5
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 153 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "install php"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.1"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "install php"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.1"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.1"
with:
coverage: "none"
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 @@ -21,9 +21,9 @@
],
"minimum-stability": "stable",
"require-dev": {
"phpunit/phpunit": "^10.0.19",
"infection/infection": "^0.26.19",
"phpstan/phpstan": "^1.10.13",
"phpunit/phpunit": "^10.1.2",
"infection/infection": "^0.26.21",
"phpstan/phpstan": "^1.10.15",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-php-parser": "^1.1",
"phpstan/phpstan-phpunit": "^1.3.11",
Expand All @@ -33,12 +33,12 @@
"require": {
"php": "~8.1.0 || ~8.2.0",
"symfony/config": "6.2.7",
"symfony/console": "6.2.8",
"symfony/framework-bundle": "6.2.9",
"symfony/http-client": "6.2.9",
"symfony/console": "6.2.10",
"symfony/framework-bundle": "6.2.10",
"symfony/http-client": "6.2.10",
"symfony/monolog-bundle": "^3.8",
"symfony/translation": "6.2.8",
"vimeo/psalm": "^5.9.0"
"vimeo/psalm": "^5.11.0"
},
"config": {
"sort-packages": true,
Expand Down
Loading

0 comments on commit f0db0c5

Please sign in to comment.