Skip to content

Commit 7756220

Browse files
Merge branch '11.3' into 11.4
2 parents a997d2f + 7df9af4 commit 7756220

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

vendor-bin/phpstan/composer.json

+1-1
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.81",
4+
"phpstan/phpstan": "0.12.82",
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

+1-1
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.2"
4+
"phpunit/phpunit": "^8.5.15 || ^9.5.4"
55
},
66
"config": {
77
"preferred-install": "dist"

vendor-bin/psalm/composer.json

+1-1
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.6.2"
4+
"psalm/phar": "4.6.3"
55
},
66
"config": {
77
"preferred-install": "dist"

0 commit comments

Comments
 (0)