Skip to content

Commit 06ef025

Browse files
committed
FIX: updated the generator composer
1 parent c6ef822 commit 06ef025

File tree

2 files changed

+476
-385
lines changed

2 files changed

+476
-385
lines changed

generator/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^9.0",
19-
"thecodingmachine/phpstan-strict-rules": "^0.12",
19+
"thecodingmachine/phpstan-strict-rules": "^1.0",
2020
"squizlabs/php_codesniffer": "^3.2",
2121
"php-coveralls/php-coveralls": "^2.1",
22-
"phpstan/phpstan": "^0.12.68"
22+
"phpstan/phpstan": "^1.5"
2323
},
2424
"scripts": {
2525
"phpstan": "phpstan analyse src -c phpstan.neon --level=max --no-progress -vvv",

0 commit comments

Comments
 (0)