Skip to content

Commit 49ca719

Browse files
committed
зависимости
1 parent 0d70398 commit 49ca719

2 files changed

Lines changed: 62 additions & 98 deletions

File tree

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"ext-mbstring": "*"
3434
},
3535
"require-dev": {
36-
"monolog/monolog": "^2.8"
36+
"phpstan/phpstan": "^1.9",
37+
"webmasterskaya/crypto-pro-php-stubs": "^1.0"
3738
},
3839
"autoload": {
3940
"psr-4": {
@@ -45,5 +46,8 @@
4546
"preferred-install": "dist",
4647
"sort-packages": true,
4748
"process-timeout": 3600
49+
},
50+
"scripts": {
51+
"phpstan": "phpstan analyse"
4852
}
4953
}

composer.lock

Lines changed: 57 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)