Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@
"lint": "./vendor/bin/pint --preset psr12 --test",
"format": "./vendor/bin/pint --preset psr12",
"check": "./vendor/bin/phpstan analyse --level max src tests",
"test": "./vendor/bin/phpunit --configuration phpunit.xml --debug"
"test": "./vendor/bin/phpunit --configuration phpunit.xml --debug",
"bench": "vendor/bin/phpbench run --report=benchmark"
},
"require": {
"php": ">=8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"laravel/pint": "1.2.*",
"phpstan/phpstan": "1.8.*"
"phpstan/phpstan": "1.8.*",
"phpbench/phpbench": "^1.2"
},
"suggests": {
"ext-mongodb": "Needed to support MongoDB database pools",
Expand Down
Loading