Skip to content

Commit de2f8a0

Browse files
peter279kBilge
authored andcommitted
Add PHP version constraint to Composer (#10)
Added PHP version constraint to Composer.
1 parent df2b810 commit de2f8a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
}
99
],
1010
"require": {
11+
"php": ">=5.6",
1112
"phpunit/phpunit": "^5.5|^6"
1213
},
1314
"autoload": {

0 commit comments

Comments
 (0)