Skip to content

Commit c661e32

Browse files
committed
Added PHP version requirement to composer.json.
These PHP version should not be used anyway.
1 parent 6118188 commit c661e32

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
@@ -23,6 +23,7 @@
2323
"source": "https://github.com/DealerDirect/php-qa-tools"
2424
},
2525
"require": {
26+
"php": ">=5.6,<8.0-dev",
2627
"phpmd/phpmd": "^2.2.0",
2728
"phpunit/phpunit": "^5.5.0"
2829
},

0 commit comments

Comments
 (0)