diff options
author | Andreas Gohr <andi@splitbrain.org> | 2017-09-01 08:12:26 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2017-09-01 08:12:26 +0200 |
commit | 9b78f7ea925025c3ca5a9a2f410609d87b36fa34 (patch) | |
tree | 0f32bb90cd05132f94d701102b8adb9845ec64db /composer.json | |
parent | c8b486b0975a9638ebee8bffbf528173f2af530f (diff) | |
download | dokuwiki-9b78f7ea925025c3ca5a9a2f410609d87b36fa34.tar.gz dokuwiki-9b78f7ea925025c3ca5a9a2f410609d87b36fa34.zip |
fix platform to the minimum requirement
this ensures installed composer libraries will be compatible even when
installed from a higher version platform
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 1cdee4582..95d401e24 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,11 @@ "aziraphale/email-address-validator": "^2", "marcusschwarz/lesserphp": "^0.5.1" }, + "config": { + "platform": { + "php": "5.6" + } + }, "suggest": { "squizlabs/php_codesniffer": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", "phpunit/phpunit": "Allows automated tests to be run without system-wide install." |