From f844ef22f04c70fdf91427694ccae7f615b8b7d8 Mon Sep 17 00:00:00 2001 From: Guillermo Dev Date: Sun, 14 Oct 2018 00:53:02 +0200 Subject: [PATCH] included composer.lock in gitignore --- .gitignore | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 610299f..2f3303c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,5 @@ logs/ *~ vendor -*.lock +composer.lock *.swp diff --git a/composer.lock b/composer.lock index 5a67012..1d5411b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,16 +4,16 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "d9f96343b41310f062dbbd9a1175cf6a", - "content-hash": "cc63913f1b21e50ab5e9530dfb46d2b9", + "hash": "ff7e432245e35318a08b40fdce93f054", + "content-hash": "ecec6105e0cc45a24b564499cd668beb", "packages": [ { "name": "bsr/utils", - "version": "v1.0.1", + "version": "v2.0.1", "source": { "type": "git", "url": "https://usrpath@bitbucket.org/usrpath/bsrutils.git", - "reference": "3289696873675db9fc9fca35271d61df5e68adcd" + "reference": "f74becb0c29028c43dfc9c7e7039b06b6d03001e" }, "require-dev": { "pds/skeleton": "^1.0", @@ -23,12 +23,12 @@ "type": "library", "autoload": { "psr-4": { - "BSR\\": "src/" + "Bsr\\": "src/" } }, "autoload-dev": { "psr-4": { - "BSR\\": "tests/" + "Bsr\\": "tests/" } }, "authors": [ @@ -41,7 +41,7 @@ } ], "description": "Bsr configuration module", - "time": "2018-10-12 14:16:01" + "time": "2018-10-13 21:10:13" } ], "packages-dev": [