Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Commit

Permalink
Move coveralls to dev dependencies
Browse files Browse the repository at this point in the history
Currently coveralls is a main dependency that our downstream clients
have to install. This will move the dependency to dev so our downstream
clients don't have this dependency.

Fixes #23
  • Loading branch information
Billie Thompson committed Nov 3, 2016
1 parent 2468f17 commit 5b36c83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"description": "Convert a small subset of html into something reasonable you can put in plain text email, or SMS.",
"require": {
"twig/twig": "^1.12.0",
"purplebooth/htmlstrip": "^1.0.0",
"satooshi/php-coveralls": "^1.0"
"purplebooth/htmlstrip": "^1.0.0"
},
"require-dev": {
"phpspec/phpspec": "2.0.*@dev",
"henrikbjorn/phpspec-code-coverage": "^2.1",
"sllh/php-cs-fixer-styleci-bridge": "^2.1"
"sllh/php-cs-fixer-styleci-bridge": "^2.1",
"satooshi/php-coveralls": "^1.0"
},
"config": {
"bin-dir": "bin"
Expand Down

0 comments on commit 5b36c83

Please sign in to comment.