Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nilportugues committed Feb 27, 2016
1 parent a8376e8 commit 4dad6f5
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 @@ -13,14 +13,14 @@
}
],
"require": {
"php": ">=5.5",
"nilportugues/php_backslasher": "^0.2.1"
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "~4.2",
"fiunchinho/phpunit-randomizer": "1.0.*@dev",
"fabpot/php-cs-fixer": "dev-master",
"satooshi/php-coveralls": "dev-master"
"satooshi/php-coveralls": "dev-master",
"nilportugues/php_backslasher": "^0.2.1"
},
"config": {
"bin-dir": "bin/",
Expand Down

0 comments on commit 4dad6f5

Please sign in to comment.