Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 23cc972

Browse files
committed
Update dependencies
phpstan 1.0 \o/
1 parent 5932a65 commit 23cc972

File tree

3 files changed

+432
-457
lines changed

3 files changed

+432
-457
lines changed

composer.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.0",
13+
"php": "^8.0||^8.1",
1414
"ext-json": "*",
1515
"opis/json-schema": "^2.1",
1616
"php-http/discovery": "^1.13",
@@ -36,11 +36,10 @@
3636
"laminas/laminas-diactoros": "^2.4",
3737
"mikey179/vfsstream": "^1.6",
3838
"mockery/mockery": "^1.4",
39-
"phpstan/phpstan": "^0.12.80",
40-
"phpstan/phpstan-mockery": "^0.12.12",
41-
"phpstan/phpstan-strict-rules": "^0.12.9",
42-
"phpunit/phpunit": "^9.5",
43-
"rector/rector": "^0.11.21"
39+
"phpstan/phpstan": "^1",
40+
"phpstan/phpstan-mockery": "^1",
41+
"phpstan/phpstan-strict-rules": "^1",
42+
"phpunit/phpunit": "^9.5"
4443
},
4544
"config": {
4645
"sort-packages": true

0 commit comments

Comments
 (0)