Skip to content

Commit

Permalink
composer minimum php 5.6 / add codesniffer, fixes #42
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramoonus committed May 15, 2016
1 parent 5eeec7e commit eb95000
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
}

"require": {

"php": ">=5.6.0"
},

"require-dev": {
"phpunit/phpunit": "5.3.*",
"phpdocumentor/phpdocumentor": "2.8.*"
"phpdocumentor/phpdocumentor": "2.8.*",
"squizlabs/php_codesniffer": "2.*"
}
}

0 comments on commit eb95000

Please # to comment.