Skip to content

Commit

Permalink
Set php 7.0 as platform target
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysiekpiasecki committed Jan 6, 2018
1 parent 7e0a757 commit d1abd3f
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 82 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
"phpunit/phpunit": "^4.8.0",
"symfony/web-server-bundle": "^3.4.2"
},
"config": {
"platform": {
"php": "7.0.8"
}
},
"scripts": {
"test": [
"php ./vendor/bin/phpunit"
Expand Down
155 changes: 73 additions & 82 deletions composer.lock

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

0 comments on commit d1abd3f

Please sign in to comment.