8000 move codesniffer requirements (#143) · djoos/Symfony-coding-standard@fe3f466 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit fe3f466

Browse files
wickedOnedjoos
authored andcommitted
move codesniffer requirements (#143)
codesniffer requirements moved from requirements-dev to requirements to ensure presence of phpcs symlink in vendor/bin fixes #142
1 parent 406a1db commit fe3f466

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@
2424
"source": "https://github.com/djoos/Symfony-coding-standard",
2525
"issues": "https://github.com/djoos/Symfony-coding-standard/issues"
2626
},
27-
"require-dev": {
27+
"require": {
2828
"squizlabs/php_codesniffer": "^3.3.1",
29+
},
30+
"require-dev": {
2931
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
3032
},
3133
"conflict": {

0 commit comments

Comments
 (0)
0