Skip to content

Commit

Permalink
Show, via composer.json, that we are using PHP 7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpoe committed Feb 25, 2019
1 parent cbd0a4c commit f4501bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"description": "The dev VM for joindin",
"license": "BSD-3-Clause",
"type": "project",
"config": {
"platform": {
"php": "7.3.2"
}
},
"require": {},
"require-dev": {
"laravel/homestead": "^8.1"
Expand Down
7 changes: 5 additions & 2 deletions composer.lock

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

0 comments on commit f4501bc

Please sign in to comment.