Skip to content

Commit

Permalink
Merge pull request #144 from stof/patch-1
Browse files Browse the repository at this point in the history
Move php_codesniffer to dev dependencies
  • Loading branch information
michalpierog authored Mar 20, 2023
2 parents 6dafaa5 + b3aa244 commit 7a89c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"guzzlehttp/guzzle-services": "^1.0",
"php": ">=5.6.0",
"squizlabs/php_codesniffer": "^3.5",
"paragonie/random_compat": "^1.4 || ^2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^8.5.32 || ^9.6.3",
"squizlabs/php_codesniffer": "^3.5",
"yoast/phpunit-polyfills": "^1.0"
},
"homepage": "http://keen.io",
Expand Down

0 comments on commit 7a89c1b

Please sign in to comment.