Skip to content

Commit d6febd4

Browse files
Merge branch '10.2' into 10.3
2 parents f3a8792 + b77c357 commit d6febd4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

psalm-baseline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="4.1.1@16bfbd9224698bd738c665f33039fade2a1a3977">
2+
<files psalm-version="4.2.1@ea9cb72143b77e7520c52fa37290bd8d8bc88fd9">
33
<file src="src/Api/AbstractApi.php">
44
<InvalidArgument occurrences="1"/>
55
</file>

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.54",
4+
"phpstan/phpstan": "~0.12.57",
55
"phpstan/phpstan-deprecation-rules": "~0.12.5",
66
"phpstan/phpstan-strict-rules": "~0.12.5",
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.1 || ^8.0",
4-
"phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.4.2"
4+
"phpunit/phpunit": "^7.5.20 || ^8.5.11 || ^9.4.3"
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.1 || ^8.0",
4-
"psalm/phar": "~4.1.1"
4+
"psalm/phar": "~4.2.1"
55
},
66
"config": {
77
"preferred-install": "dist"

vendor-bin/rector/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",
4-
"rector/rector-prefixed": "0.8.48"
4+
"rector/rector-prefixed": "0.8.52"
55
},
66
"config": {
77
"preferred-install": "dist"

0 commit comments

Comments
 (0)