Skip to content

Commit

Permalink
Include require PHP 7 with Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersonwhcr committed Apr 9, 2017
1 parent 900f856 commit 805e69f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"RomansTest\\": "test"
}
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "6.1.*"
}
Expand Down
6 changes: 4 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 805e69f

Please sign in to comment.