Skip to content

Commit

Permalink
Adjust project dependencies in order to support PHP >= 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
falvarez committed Jul 21, 2016
1 parent 7f302fe commit a9a0526
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 476 deletions.
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,22 @@
},
"require": {
"composer/composer": "^1.1",
"symfony/process": "^3.1",
"symfony/process": "^2.8||^3.1",
"squizlabs/php_codesniffer": "^2.6"
},
"require-dev": {
"phpunit/phpunit": "^5.4",
"phpunit/phpunit": "^4.8||^5.4",
"satooshi/php-coveralls": "^1.0"
},
"config": {
"bin-dir": "bin/"
"bin-dir": "bin/",
"platform": {
"php": "5.4.45"
},
"optimize-autoloader": true,
"preferred-install": {
"*": "dist"
}
},
"bin": [
"bin/php-cqtools"
Expand Down
Loading

0 comments on commit a9a0526

Please sign in to comment.