Skip to content

Commit

Permalink
Merge pull request #13 from keboola/erik-coding-standards
Browse files Browse the repository at this point in the history
composer: keboola/coding-standard moved to dev reqs
  • Loading branch information
ErikZigo authored Aug 4, 2022
2 parents f1e5880 + 5191eac commit ce673da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"require": {
"php": ">=7.4",
"seld/jsonlint": "^1.4",
"keboola/sanitizer": "^0.1",
"keboola/coding-standard": "^13.0"
"keboola/sanitizer": "^0.1"
},
"require-dev": {
"keboola/coding-standard": "^13.0",
"phpunit/phpunit": "~5.0"
},
"scripts": {
Expand Down

0 comments on commit ce673da

Please sign in to comment.