Skip to content

Commit 7a89c1b

Browse files
authored
Merge pull request #144 from stof/patch-1
Move php_codesniffer to dev dependencies
2 parents 6dafaa5 + b3aa244 commit 7a89c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"guzzlehttp/guzzle": "^6.0 || ^7.0",
1616
"guzzlehttp/guzzle-services": "^1.0",
1717
"php": ">=5.6.0",
18-
"squizlabs/php_codesniffer": "^3.5",
1918
"paragonie/random_compat": "^1.4 || ^2.0"
2019
},
2120
"require-dev": {
2221
"phpunit/phpunit": "^5.7.27 || ^8.5.32 || ^9.6.3",
22+
"squizlabs/php_codesniffer": "^3.5",
2323
"yoast/phpunit-polyfills": "^1.0"
2424
},
2525
"homepage": "http://keen.io",

0 commit comments

Comments
 (0)