Skip to content

Commit 8380387

Browse files
Updated deps
1 parent a288472 commit 8380387

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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)