Skip to content

Commit 805e69f

Browse files
committed
Include require PHP 7 with Composer
1 parent 900f856 commit 805e69f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"RomansTest\\": "test"
1414
}
1515
},
16+
"require": {
17+
"php": "^7.0"
18+
},
1619
"require-dev": {
1720
"phpunit/phpunit": "6.1.*"
1821
}

composer.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)