Skip to content

Commit 2ce06f0

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | --------------------------- | ------- | ------- | | github-tags | codecov/codecov-action | v3.1.1 | v3.1.3 | | packagist | phpstan/extension-installer | 1.2.0 | 1.3.0 | | packagist | phpstan/phpstan | 1.10.10 | 1.10.14 | | packagist | phpunit/phpunit | 10.0.19 | 10.1.1 | | github-tags | shivammathur/setup-php | 2.24.0 | 2.25.1 |
1 parent ba14c51 commit 2ce06f0

File tree

4 files changed

+47
-40
lines changed

4 files changed

+47
-40
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.1"
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].3"

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"require-dev": {
1717
"infection/infection": "^0.26",
1818
"lcobucci/coding-standard": "^9.0",
19-
"phpstan/extension-installer": "^1.2",
20-
"phpstan/phpstan": "^1.10.10",
19+
"phpstan/extension-installer": "^1.3.0",
20+
"phpstan/phpstan": "^1.10.14",
2121
"phpstan/phpstan-deprecation-rules": "^1.1.3",
2222
"phpstan/phpstan-phpunit": "^1.3.11",
2323
"phpstan/phpstan-strict-rules": "^1.5.1",
24-
"phpunit/phpunit": "^10.0.19"
24+
"phpunit/phpunit": "^10.1.1"
2525
},
2626
"autoload": {
2727
"psr-4": {

composer.lock

+42-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)