Skip to content

Commit 0ebafde

Browse files
Merge branch '10.1' into 10.2
2 parents f7c77db + ba7db48 commit 0ebafde

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.0.1@b1e2e30026936ef8d5bf6a354d1c3959b6231f44">
2+
<files psalm-version="4.1.1@16bfbd9224698bd738c665f33039fade2a1a3977">
33
<file src="src/Api/AbstractApi.php">
44
<InvalidArgument occurrences="1"/>
55
</file>

vendor-bin/phpstan/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"require": {
3-
"php": "^7.2.5",
4-
"phpstan/phpstan": "~0.12.51",
3+
"php": "^7.2.5 || ^8.0",
4+
"phpstan/phpstan": "~0.12.54",
55
"phpstan/phpstan-deprecation-rules": "~0.12.5",
66
"phpstan/phpstan-strict-rules": "~0.12.5",
77
"thecodingmachine/phpstan-strict-rules": "~0.12.1",
8-
"ergebnis/phpstan-rules": "~0.15.2"
8+
"ergebnis/phpstan-rules": "~0.15.3"
99
},
1010
"config": {
1111
"preferred-install": "dist"

vendor-bin/phpunit/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
3-
"php": "^7.1",
4-
"phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.7"
3+
"php": "^7.1 || ^8.0",
4+
"phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.4.2"
55
},
66
"config": {
77
"preferred-install": "dist"

vendor-bin/psalm/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
3-
"php": "^7.3",
4-
"psalm/phar": "~4.0.1"
3+
"php": "^7.1 || ^8.0",
4+
"psalm/phar": "~4.1.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.42"
4+
"rector/rector-prefixed": "0.8.48"
55
},
66
"config": {
77
"preferred-install": "dist"

0 commit comments

Comments
 (0)