From cbe244114f814a70dfa9e2ef619de3b0ff6bb164 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Thu, 24 Oct 2019 23:37:27 +0200 Subject: fix: composer warning about outdated lock --- README.md | 2 +- composer.json | 2 +- composer.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 37a74e4..3eb47c8 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ If you want to contribute to the project. ## Prerequisites -- PHP ^5.6 +- PHP >=5.6.0 - [Composer](https://getcomposer.org/) - _Optionally_ [NPM](https://www.npmjs.com/get-npm) 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" } } 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": [] } -- cgit v1.2.3