Skip to content

Commit 89b585d

Browse files
committed
[PHPStan] Update dependencies
1 parent b3cd438 commit 89b585d

File tree

2 files changed

+1392
-420
lines changed

2 files changed

+1392
-420
lines changed

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,18 @@
1313
],
1414
"minimum-stability": "beta",
1515
"require-dev": {
16-
"phpunit/phpunit": "^9.0",
17-
"pestphp/pest": "^0.1.5",
18-
"phpstan/phpstan": "^0.12.25"
16+
"phpunit/phpunit": "^9.4",
17+
"pestphp/pest": "^0.3.9",
18+
"phpstan/phpstan": "^0.12.51",
19+
"phpstan/phpstan-deprecation-rules": "^0.12.4",
20+
"phpstan/phpstan-phpunit": "^0.12.16",
21+
"squizlabs/php_codesniffer": "^3.5.5"
1922
},
2023
"scripts": {
2124
"check": ["@analyze", "@test"],
2225
"test": "pest tests",
2326
"analyze": "phpstan analyse --level max src"
2427
},
25-
2628
"autoload": {
2729
"psr-4": {
2830
"Cubicl\\ObjectGraphGenerator\\": [
@@ -34,6 +36,7 @@
3436
}
3537
},
3638
"require": {
39+
"php": "^7.4",
3740
"fzaninotto/faker": "^1.9",
3841
"symfony/property-info": ">=4"
3942
}

0 commit comments

Comments
 (0)