Skip to content

Commit f10587e

Browse files
Merge branch '11.1' into 11.2
2 parents a41ebbd + 3aa2efe commit f10587e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

vendor-bin/phpstan/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"php": "^7.2.5 || ^8.0",
4-
"phpstan/phpstan": "0.12.71",
4+
"phpstan/phpstan": "0.12.78",
55
"phpstan/phpstan-deprecation-rules": "0.12.6",
66
"phpstan/phpstan-strict-rules": "0.12.9",
77
"thecodingmachine/phpstan-strict-rules": "0.12.1",

vendor-bin/phpunit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"php": "^7.2.5 || ^8.0",
4-
"phpunit/phpunit": "^8.5.14 || ^9.5.1"
4+
"phpunit/phpunit": "^8.5.14 || ^9.5.2"
55
},
66
"config": {
77
"preferred-install": "dist"

vendor-bin/psalm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"php": "^7.2.5 || ^8.0",
4-
"psalm/phar": "4.3.1"
4+
"psalm/phar": "4.6.1"
55
},
66
"config": {
77
"preferred-install": "dist"

0 commit comments

Comments
 (0)