Skip to content

Commit

Permalink
update composer to not have hard dependencies on phpunit and php code…
Browse files Browse the repository at this point in the history
… sniffer.
  • Loading branch information
dbtlr committed Feb 13, 2015
1 parent 1cf3977 commit 508e1e1
Show file tree
Hide file tree
Showing 2 changed files with 625 additions and 102 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"homepage": "http://dbtlr.com"
}],

"require": {
"require-dev": {
"php": ">=5.3.3",
"phpunit/phpunit": "3.7.28",
"squizlabs/php_codesniffer": "1.5.4"
"phpunit/phpunit": "*",
"squizlabs/php_codesniffer": "*"
},

"autoload": {
Expand Down
Loading

0 comments on commit 508e1e1

Please sign in to comment.