- Downloads
Add PHP_CodeSniffer dependency
in order to check if there are PSR errors before committing changes How to test/use ? From memorekall-member container, run: - php ./vendor/bin/phpcs (to display errors) - php ./vendor/bin/phpcbf (to fix main errors)
| ... | ... | @@ -48,16 +48,17 @@ |
| "twig/twig": "^2.12|^3.0" | ||
| }, | ||
| "require-dev": { | ||
| "dama/doctrine-test-bundle": "^6.7", | ||
| "doctrine/doctrine-fixtures-bundle": "^3.4", | ||
| "codeception/module-asserts": "^1.3", | ||
| "codeception/module-phpbrowser": "^1.0", | ||
| "codeception/module-symfony": "^2.0", | ||
| "dama/doctrine-test-bundle": "^6.7", | ||
| "doctrine/doctrine-fixtures-bundle": "^3.4", | ||
| "phpstan/extension-installer": "^1.1", | ||
| "phpstan/phpstan": "^1.2", | ||
| "phpstan/phpstan-doctrine": "^1.0", | ||
| "phpstan/phpstan-symfony": "^1.0", | ||
| "phpunit/phpunit": "^9.5", | ||
| "squizlabs/php_codesniffer": "*", | ||
| "symfony/browser-kit": "5.3.*", | ||
| "symfony/css-selector": "5.3.*", | ||
| "symfony/debug-bundle": "5.3.*", | ||
| ... | ... | |
| ... | ... |
This diff is collapsed.
File changed.
Contains only whitespace changes.
Show whitespace changes.
Please sign in to comment