Skip to content

Commit

Permalink
Force PHP Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdebril committed Jul 25, 2017
1 parent ee7959a commit c4c1b98
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 31 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"psr/log": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7.0",
"phpunit/phpunit": "~5.6.0",
"monolog/monolog": "1.*",
"friendsofphp/php-cs-fixer": "^2.4"
},
Expand All @@ -36,6 +36,9 @@
"pre-autoload-dump": "composer install-hook"
},
"config": {
"platform": {
"php": "5.6.21"
},
"preferred-install": {
"*": "dist"
}
Expand Down
63 changes: 33 additions & 30 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c4c1b98

Please sign in to comment.