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.27.11 | 0.28.1  |
| packagist   | phpstan/phpstan                   | 1.10.67 | 1.11.0  |
| packagist   | phpstan/phpstan-deprecation-rules | 1.1.4   | 1.2.0   |
| packagist   | phpstan/phpstan-phpunit           | 1.3.16  | 1.4.0   |
| packagist   | phpunit/phpunit                   | 10.5.20 | 10.5.20 |
| github-tags | shivammathur/setup-php            | 2.30.0  | 2.30.4  |
| packagist   | vimeo/psalm                       | 5.24.0  | 5.24.0  |
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent 393749a commit 048c79e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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@v4"

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

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

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

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

- name: "install PHP"
uses: "shivammathur/setup-php@2.30.0"
uses: "shivammathur/setup-php@2.30.4"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
],
"minimum-stability": "stable",
"require-dev": {
"infection/infection": "^0.27.11",
"infection/infection": "^0.28.1",
"matthiasnoback/symfony-dependency-injection-test": "^5.1.0",
"phpstan/phpstan": "^1.10.65",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan": "^1.11.0",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
"phpstan/phpstan-php-parser": "^1.1",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpunit/phpunit": "^10.5.15",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpunit/phpunit": "^10.5.20",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.23.1"
"vimeo/psalm": "^5.24.0"
},
"require": {
"php": "~8.2.0 || ~8.3.0",
Expand Down

0 comments on commit 048c79e

Please sign in to comment.