Skip to content

Commit 3006092

Browse files
Bumped deps
1 parent f15d58f commit 3006092

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.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.3 || ^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.3 || ^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)