We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf9bb15 + 2970ef0 commit fa9b08fCopy full SHA for fa9b08f
bors.toml
@@ -1,7 +1,7 @@
1
status = [
2
'integration-tests (PHP 7.4)',
3
'integration-tests (PHP 8.0)',
4
- 'linter-check'
+ 'Code style'
5
]
6
# 1 hour timeout
7
timeout-sec = 3600
composer.json
@@ -57,7 +57,7 @@
57
"sort-packages": true
58
},
59
"scripts": {
60
- "phpstan": "./vendor/bin/phpstan --memory-limit=128 --ansi",
+ "phpstan": "./vendor/bin/phpstan --memory-limit=1G --ansi",
61
"test:unit": "./vendor/bin/phpunit --colors=always --verbose",
62
"test:unit:coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --colors=always --coverage-html=tests/coverage",
63
"lint:check": "./vendor/bin/php-cs-fixer fix -v --using-cache=no --dry-run",
0 commit comments