Skip to content

Commit 73b5f14

Browse files
committed
Dep update
1 parent abf33f4 commit 73b5f14

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

composer.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,19 @@
1414
"php": "^7.4 || ^8.0"
1515
},
1616
"require-dev": {
17-
"phpstan/phpstan": "^0.12.50",
18-
"phpstan/phpstan-phpunit": "^0.12.16",
19-
"phpunit/phpunit": "^9.4.2",
20-
"slam/php-cs-fixer-extensions": "^2.0.0",
17+
"malukenho/mcbumpface": "^1.1.5",
18+
"phpstan/phpstan": "^0.12.64",
19+
"phpstan/phpstan-phpunit": "^0.12.17",
20+
"phpunit/phpunit": "^9.5.0",
21+
"slam/php-cs-fixer-extensions": "^2.1.0",
2122
"slam/php-debug-r": "^1.6.1",
22-
"slam/phpstan-extensions": "^5.0.2",
23-
"symfony/console": "^5.1.6",
24-
"thecodingmachine/phpstan-strict-rules": "^0.12.1"
23+
"slam/phpstan-extensions": "^5.1.0",
24+
"symfony/console": "^5.2.1"
25+
},
26+
"extra": {
27+
"mc-bumpface": {
28+
"stripVersionPrefixes": true
29+
}
2530
},
2631
"autoload": {
2732
"psr-4": {

phpstan.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ includes:
22
- phar://phpstan.phar/conf/config.levelmax.neon
33
- vendor/phpstan/phpstan-phpunit/extension.neon
44
- vendor/slam/phpstan-extensions/conf/slam-rules.neon
5-
- vendor/slam/phpstan-extensions/conf/thecodingmachine-rules.neon
65

76
parameters:
87
paths:

0 commit comments

Comments
 (0)