aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorVincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com>2019-10-26 18:24:02 +0200
committerGitHub <noreply@github.com>2019-10-26 18:24:02 +0200
commitee75ce26e492fec9176c6e9757caefef46573d79 (patch)
tree13fac840262d2d46b1792c89e906c592a2053196 /composer.json
parent620fa64a2bd86022903482454df235e435431e75 (diff)
parentcbe244114f814a70dfa9e2ef619de3b0ff6bb164 (diff)
downloadwcms-ee75ce26e492fec9176c6e9757caefef46573d79.tar.gz
wcms-ee75ce26e492fec9176c6e9757caefef46573d79.zip
Merge pull request #21 from n-peugnet/fix-composer-warning
Fix composer warning about outdated lock
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 803370e..e57df5e 100644
--- a/composer.json
+++ b/composer.json
@@ -6,7 +6,7 @@
"michelf/php-markdown": "^1.8",
"league/plates": "3.*",
"jamesmoss/flywheel": "^0.5.2",
- "php": "^5.6.0",
+ "php": ">=5.6.0",
"altorouter/altorouter": "^1.2"
}
}