Skip to content

Commit

Permalink
[Qual] Added development tools to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
rdoursenaud committed Dec 17, 2015
1 parent 90dbfc4 commit fd2b90a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Expand Up @@ -23,6 +23,12 @@
"restler/framework": "^3.0",
"tecnickcom/tcpdf": "6.2.12"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "^0",
"jakub-onderka/php-console-highlighter": "^0",
"phpunit/phpunit": "^4",
"squizlabs/php_codesniffer": "^2"
},
"suggest": {
"ext-mysqlnd": "To use with MySQL or MariaDB",
"ext-mysqli": "To use with MySQL or MariaDB",
Expand Down

0 comments on commit fd2b90a

Please sign in to comment.