Skip to content

Commit a969e59

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | --------------------------- | ------- | ------- | | github-tags | codecov/codecov-action | v3.1.1 | v3.1.4 | | packagist | infection/infection | 0.26.19 | 0.27.0 | | packagist | phpstan/extension-installer | 1.2.0 | 1.3.1 | | packagist | phpstan/phpstan | 1.10.10 | 1.10.15 | | packagist | phpstan/phpstan-phpunit | 1.3.11 | 1.3.12 | | packagist | phpunit/phpunit | 10.0.19 | 10.1.3 | | github-tags | shivammathur/setup-php | 2.24.0 | 2.25.2 |
1 parent ba14c51 commit a969e59

File tree

4 files changed

+121
-114
lines changed

4 files changed

+121
-114
lines changed

.github/workflows/backwards-compatibility.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: "Install PHP"
19-
uses: "shivammathur/setup-php@2.24.0"
19+
uses: "shivammathur/setup-php@2.25.2"
2020
with:
2121
php-version: "8.1"
2222
ini-values: memory_limit=-1

.github/workflows/mutation-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
run: "make infection PHPUNIT_FLAGS=--coverage-clover=coverage.xml INFECTION_FLAGS=--logger-github"
5959

6060
- name: "Upload Code Coverage"
61-
uses: "codecov/[email protected].1"
61+
uses: "codecov/[email protected].4"

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"doctrine/annotations": "^2.0.1"
1515
},
1616
"require-dev": {
17-
"infection/infection": "^0.26",
17+
"infection/infection": "^0.27",
1818
"lcobucci/coding-standard": "^9.0",
19-
"phpstan/extension-installer": "^1.2",
20-
"phpstan/phpstan": "^1.10.10",
19+
"phpstan/extension-installer": "^1.3.1",
20+
"phpstan/phpstan": "^1.10.15",
2121
"phpstan/phpstan-deprecation-rules": "^1.1.3",
22-
"phpstan/phpstan-phpunit": "^1.3.11",
22+
"phpstan/phpstan-phpunit": "^1.3.12",
2323
"phpstan/phpstan-strict-rules": "^1.5.1",
24-
"phpunit/phpunit": "^10.0.19"
24+
"phpunit/phpunit": "^10.1.3"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)