Skip to content

Commit 6f07338

Browse files
author
Jonathan Gaillard
committed
Merge pull request #40 from nubs/master
Remove --dev: that's the default.
2 parents 7d21794 + 2b350ef commit 6f07338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ filter:
33
- 'vendor/*'
44
- 'tests/*'
55
before_commands:
6-
- 'composer install --dev'
6+
- 'composer install'
77
tools:
88
php_analyzer: true
99
php_mess_detector: true

0 commit comments

Comments
 (0)