Skip to content

Commit

Permalink
Add more checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadyita committed Feb 19, 2024
1 parent 7844d65 commit 8408431
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"type": "library",
"require": {
"php": ">=8.1.0",
"php": ">=8.1.17",
"amphp/byte-stream": "^2.1.0",
"thecodingmachine/safe": "^2.0",
"psr/log": "^3.0",
Expand All @@ -33,6 +33,10 @@
},
"license": ["AGPL-3.0-or-later"],
"scripts": {
"tests": ["phpunit -c phpunit.xml"]
"tests": [
"phpunit -c phpunit.xml",
"phpstan analyse --memory-limit 512M --no-progress --no-ansi -c phpstan.neon",
"phpcs --no-colors --report=checkstyle --standard=style/Nadybot/ruleset.xml -q src"
]
}
}
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8408431

Please sign in to comment.