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.21 | 0.27.0  |
| packagist   | matthiasnoback/symfony-dependency-injection-test | 4.3.1   | 4.3.1   |
| packagist   | phpstan/phpstan                                  | 1.10.28 | 1.10.28 |
| packagist   | phpstan/phpstan-deprecation-rules                | 1.1.4   | 1.1.4   |
| packagist   | phpstan/phpstan-phpunit                          | 1.3.13  | 1.3.13  |
| packagist   | phpunit/phpunit                                  | 10.3.1  | 10.3.1  |
| github-tags | shivammathur/setup-php                           | 2.24.0  | 2.25.5  |
| packagist   | symfony/config                                   | 6.2.7   | 6.3.2   |
| packagist   | symfony/console                                  | 6.2.8   | 6.3.2   |
| packagist   | symfony/framework-bundle                         | 6.2.9   | 6.3.2   |
| packagist   | symfony/http-client                              | 6.2.9   | 6.3.2   |
| packagist   | symfony/translation                              | 6.2.8   | 6.3.3   |
| packagist   | vimeo/psalm                                      | 5.14.1  | 5.14.1  |
  • Loading branch information
renovate[bot] committed Aug 9, 2023
1 parent 0c66627 commit c402410
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 112 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.5"
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.5"
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.5"
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.5"
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.5"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@
],
"minimum-stability": "stable",
"require-dev": {
"infection/infection": "^0.26.19",
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
"phpstan/phpstan": "^1.10.13",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"infection/infection": "^0.27.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.3.1",
"phpstan/phpstan": "^1.10.28",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-php-parser": "^1.1",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpunit/phpunit": "^10.3",
"phpstan/phpstan-phpunit": "^1.3.13",
"phpunit/phpunit": "^10.3.1",
"roave/security-advisories": "dev-latest"
},
"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.2",
"symfony/console": "6.3.2",
"symfony/framework-bundle": "6.3.2",
"symfony/http-client": "6.3.2",
"symfony/monolog-bundle": "^3.8",
"symfony/translation": "6.2.8",
"vimeo/psalm": "^5.9.0"
"symfony/translation": "6.3.3",
"vimeo/psalm": "^5.14.1"
},
"config": {
"sort-packages": true,
Expand Down
Loading

0 comments on commit c402410

Please sign in to comment.