Skip to content

Commit ca05e53

Browse files
committed
Added a PHPStan neon file, added analyse command to composer.json.
Updated dependencies.
1 parent 1d8e56d commit ca05e53

3 files changed

Lines changed: 14 additions & 7 deletions

File tree

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"autoload": {
2020
"classmap": ["src/", "tests/"]
2121
},
22+
"scripts": {
23+
"analyse": "phpstan analyse --memory-limit=512M"
24+
},
2225
"require-dev": {
2326
"phpunit/phpunit": "^12.5.8",
2427
"phpstan/phpstan": "^1.10"

composer.lock

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

phpstan.neon

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
parameters:
2+
level: 5
3+
paths:
4+
- src

0 commit comments

Comments
 (0)