Skip to content

Commit 8abe7ce

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.7 | 1.10.15 | | packagist | phpstan/phpstan-phpunit | 1.3.10 | 1.3.13 | | packagist | phpstan/phpstan-strict-rules | 1.5.0 | 1.5.1 | | packagist | phpunit/phpunit | 10.0.16 | 10.2.0 | | packagist | psr/http-factory | 1.0.1 | 1.0.2 | | packagist | psr/http-message | 1.0.1 | 1.1 | | packagist | psr/http-server-handler | 1.0.1 | 1.0.2 | | packagist | psr/http-server-middleware | 1.0.1 | 1.0.2 | | github-tags | shivammathur/setup-php | 2.24.0 | 2.25.2 |
1 parent 5d38e42 commit 8abe7ce

File tree

3 files changed

+197
-198
lines changed

3 files changed

+197
-198
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
uses: "actions/checkout@v3"
128128

129129
- name: "Install PHP"
130-
uses: "shivammathur/setup-php@2.24.0"
130+
uses: "shivammathur/setup-php@2.25.2"
131131
with:
132132
coverage: "xdebug"
133133
php-version: "${{ matrix.php-version }}"
@@ -165,4 +165,4 @@ jobs:
165165
run: "make phpunit PHPUNIT_FLAGS='--coverage-text --coverage-clover=coverage.xml'"
166166

167167
- name: "Upload Coverage"
168-
uses: "codecov/[email protected].1"
168+
uses: "codecov/[email protected].4"

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
"fig/http-message-util": "^1.1.5",
1616
"lcobucci/content-negotiation-middleware": "^3.1",
1717
"middlewares/negotiation": "^2.1",
18-
"psr/http-factory": "^1.0.1",
19-
"psr/http-message": "^1.0.1",
20-
"psr/http-server-handler": "^1.0.1",
21-
"psr/http-server-middleware": "^1.0.1"
18+
"psr/http-factory": "^1.0.2",
19+
"psr/http-message": "^1.1.0",
20+
"psr/http-server-handler": "^1.0.2",
21+
"psr/http-server-middleware": "^1.0.2"
2222
},
2323
"require-dev": {
24-
"infection/infection": "^0.26.19",
24+
"infection/infection": "^0.27.0",
2525
"laminas/laminas-diactoros": "^2.24.0",
2626
"lcobucci/coding-standard": "^9.0",
27-
"phpstan/extension-installer": "^1.2",
28-
"phpstan/phpstan": "^1.10.7",
27+
"phpstan/extension-installer": "^1.3.1",
28+
"phpstan/phpstan": "^1.10.15",
2929
"phpstan/phpstan-deprecation-rules": "^1.1.3",
30-
"phpstan/phpstan-phpunit": "^1.3.10",
31-
"phpstan/phpstan-strict-rules": "^1.5.0",
32-
"phpunit/phpunit": "^10.0.16"
30+
"phpstan/phpstan-phpunit": "^1.3.13",
31+
"phpstan/phpstan-strict-rules": "^1.5.1",
32+
"phpunit/phpunit": "^10.2.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)