Skip to content

Commit ade0c6f

Browse files
author
Jonathan Gaillard
committed
Merge pull request #11 from nubs/master
Remove --dev: That's the default.
2 parents a22280b + 24b7dbb commit ade0c6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)