Skip to content

Commit 111db9c

Browse files
authored
Fix cs target to run in dry-run mode (#14)
1 parent f0332ec commit 111db9c

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ all: test
3737

3838
cs:
3939
cs: $(PHP_CS_FIXER)
40-
$(PHP_CS_FIXER) fix -v --diff
40+
$(PHP_CS_FIXER) fix -v --diff --dry-run
4141
LC_ALL=C sort -u .gitignore -o .gitignore
4242

4343
phpstan:

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
"extra": {
3737
"infection": {
3838
"class": "Infection\\TestFramework\\PhpSpec\\PhpSpecAdapterFactory"
39-
},
40-
"symfony": {
41-
"require": "^6"
4239
}
4340
},
4441
"require-dev": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)