Skip to content
Merged
Changes from 1 commit
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
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"nyholm/nsa": "^1.3",
"nyholm/psr7": "^1.8",
"nyholm/symfony-bundle-test": "^3.1",
"phpstan/phpstan": "^1.9.2",
"phpstan/phpstan": "^2.1",
Comment thread
coderabbitai[bot] marked this conversation as resolved.
"psr/http-client": "^1.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
"symfony/cache": "^6.4 || ^7.0 || ^8.0",
Expand All @@ -78,7 +78,8 @@
}
},
"scripts": {
"test": "SYMFONY_DEPRECATIONS_HELPER=ignoreFile='./tests/baseline-ignore' vendor/bin/simple-phpunit --testsuite main"
"test": "SYMFONY_DEPRECATIONS_HELPER=ignoreFile='./tests/baseline-ignore' vendor/bin/simple-phpunit --testsuite main",
"phpstan": "vendor/bin/phpstan --memory-limit=1024m"
},
"config": {
"allow-plugins": {
Expand Down
Loading