diff options
author | n-peugnet <n.peugnet@free.fr> | 2019-10-24 23:37:27 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2019-10-24 23:40:13 +0200 |
commit | cbe244114f814a70dfa9e2ef619de3b0ff6bb164 (patch) | |
tree | 13fac840262d2d46b1792c89e906c592a2053196 /composer.lock | |
parent | 620fa64a2bd86022903482454df235e435431e75 (diff) | |
download | wcms-cbe244114f814a70dfa9e2ef619de3b0ff6bb164.tar.gz wcms-cbe244114f814a70dfa9e2ef619de3b0ff6bb164.zip |
fix: composer warning about outdated lock
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.lock b/composer.lock index fe3fd0c..1b7f620 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "21aa4f4247c76d4a524ea5054aa6f09a", + "content-hash": "f9644fc739f56d4f7a89c3050f0771d4", "packages": [ { "name": "altorouter/altorouter", @@ -226,7 +226,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.2" + "php": ">=5.6.0" }, "platform-dev": [] } |