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.27.0  |
| packagist   | matthiasnoback/symfony-dependency-injection-test | 4.3.0   | 4.3.1   |
| packagist   | phpstan/phpstan                                  | 1.10.13 | 1.10.19 |
| packagist   | phpstan/phpstan-phpunit                          | 1.3.11  | 1.3.13  |
| packagist   | phpunit/phpunit                                  | 10.0.19 | 10.2.2  |
| github-tags | shivammathur/setup-php                           | 2.24.0  | 2.25.4  |
| packagist   | symfony/config                                   | 6.2.7   | 6.3.0   |
| packagist   | symfony/console                                  | 6.2.8   | 6.3.0   |
| packagist   | symfony/framework-bundle                         | 6.2.9   | 6.3.0   |
| packagist   | symfony/http-client                              | 6.2.9   | 6.3.0   |
| packagist   | symfony/translation                              | 6.2.8   | 6.3.0   |
| packagist   | vimeo/psalm                                      | 5.9.0   | 5.12.0  |
  • Loading branch information
renovate[bot] committed Jun 14, 2023
1 parent bc1498f commit eeecbcf
Show file tree
Hide file tree
Showing 3 changed files with 538 additions and 412 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.4"
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.4"
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.4"
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.4"
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.4"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@
],
"minimum-stability": "stable",
"require-dev": {
"phpunit/phpunit": "^10.0.19",
"infection/infection": "^0.26.19",
"phpstan/phpstan": "^1.10.13",
"phpunit/phpunit": "^10.2.2",
"infection/infection": "^0.27.0",
"phpstan/phpstan": "^1.10.19",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-php-parser": "^1.1",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpstan/phpstan-phpunit": "^1.3.13",
"roave/security-advisories": "dev-latest",
"matthiasnoback/symfony-dependency-injection-test": "^4.3"
"matthiasnoback/symfony-dependency-injection-test": "^4.3.1"
},
"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/config": "6.3.0",
"symfony/console": "6.3.0",
"symfony/framework-bundle": "6.3.0",
"symfony/http-client": "6.3.0",
"symfony/monolog-bundle": "^3.8",
"symfony/translation": "6.2.8",
"vimeo/psalm": "^5.9.0"
"symfony/translation": "6.3.0",
"vimeo/psalm": "^5.12.0"
},
"config": {
"sort-packages": true,
Expand Down
Loading

0 comments on commit eeecbcf

Please sign in to comment.