Skip to content

Commit 6334c66

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ---------------------------- | ------- | ------- | | github-tags | codecov/codecov-action | v3.1.1 | v3.1.3 | | packagist | infection/infection | 0.26.19 | 0.26.20 | | packagist | laminas/laminas-diactoros | 2.24.0 | 2.25.2 | | packagist | phpstan/extension-installer | 1.2.0 | 1.3.0 | | packagist | phpstan/phpstan | 1.10.7 | 1.10.14 | | packagist | phpstan/phpstan-phpunit | 1.3.10 | 1.3.11 | | packagist | phpstan/phpstan-strict-rules | 1.5.0 | 1.5.1 | | packagist | phpunit/phpunit | 10.0.16 | 10.1.2 | | 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.1 |
1 parent 5d38e42 commit 6334c66

File tree

3 files changed

+159
-149
lines changed

3 files changed

+159
-149
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.1"
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].3"

composer.json

Lines changed: 11 additions & 11 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",
25-
"laminas/laminas-diactoros": "^2.24.0",
24+
"infection/infection": "^0.26.20",
25+
"laminas/laminas-diactoros": "^2.25.2",
2626
"lcobucci/coding-standard": "^9.0",
27-
"phpstan/extension-installer": "^1.2",
28-
"phpstan/phpstan": "^1.10.7",
27+
"phpstan/extension-installer": "^1.3.0",
28+
"phpstan/phpstan": "^1.10.14",
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.11",
31+
"phpstan/phpstan-strict-rules": "^1.5.1",
32+
"phpunit/phpunit": "^10.1.2"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)