Skip to content

Commit

Permalink
fix: set the minimum php version to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Sep 19, 2019
1 parent 3bd389a commit ab20916
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 23 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"platform": {
"php": "7.0.25"
}
},
"require": {
"felixfbecker/language-server": "5.4.6"
},
Expand Down
49 changes: 26 additions & 23 deletions composer.lock

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

0 comments on commit ab20916

Please sign in to comment.