Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .phpcs.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<ruleset>
<config name="installed_paths" value="../../nepada/coding-standard/src"/><!-- relative path from PHPCS source location -->
<config name="installed_paths" value="../../slevomat/coding-standard,../../nepada/coding-standard/src"/><!-- relative path from PHPCS source location -->

<arg value="ps"/><!-- show progress of the run, show sniff names -->
<arg name="cache" value=".phpcs-cache"/>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"shipmonk/phpstan-rules": "4.2.1",
"phpstan/phpstan-mockery": "2.0.0",
"php-parallel-lint/php-parallel-lint": "1.4.0",
"nepada/coding-standard": "7.15.1",
"nepada/coding-standard": "8.0.1",
"nette/di": "^3.0.6@dev",
"nette/bootstrap": ">=3.1@dev",
"composer/semver": "3.4.4",
Expand Down