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   | phpstan/phpstan                    | 1.10.29 | 1.10.29 |
| 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.2  |
| github-tags | shivammathur/setup-php             | 2.24.0  | 2.25.5  |
| packagist   | symfony/event-dispatcher-contracts | 3.3.0   | 3.3.0   |
| packagist   | symfony/http-client                | 6.2.9   | 6.3.2   |
| packagist   | symfony/mime                       | 6.2.7   | 6.3.3   |
| packagist   | symfony/translation                | 6.2.8   | 6.3.3   |
| packagist   | vimeo/psalm                        | 5.14.1  | 5.14.1  |
  • Loading branch information
renovate[bot] authored Aug 15, 2023
1 parent 52fdc43 commit 8f4b2b7
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 68 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
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"php": "~8.1.0 || ~8.2.0",
"psr/cache": "^3.0",
"psr/event-dispatcher": "^1.0",
"symfony/event-dispatcher-contracts": "^3.2.1",
"symfony/http-client": "6.2.9",
"symfony/mime": "6.2.7",
"symfony/translation": "6.2.8"
"symfony/event-dispatcher-contracts": "^3.3.0",
"symfony/http-client": "6.3.2",
"symfony/mime": "6.3.3",
"symfony/translation": "6.3.3"
},
"require-dev": {
"infection/infection": "^0.26.19",
"phpstan/phpstan": "^1.10.13",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"infection/infection": "^0.27.0",
"phpstan/phpstan": "^1.10.29",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-php-parser": "^1.1.0",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpunit/phpunit": "^10.3",
"phpstan/phpstan-phpunit": "^1.3.13",
"phpunit/phpunit": "^10.3.2",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.9.0"
"vimeo/psalm": "^5.14.1"
},
"config": {
"sort-packages": true,
Expand Down
Loading

0 comments on commit 8f4b2b7

Please sign in to comment.