composer.lock ignore

This commit is contained in:
Guillermo Dev
2018-10-10 14:50:20 +02:00
parent ccbdb40d87
commit bad1169604
2 changed files with 10 additions and 10 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
vendor vendor
*.lock composer.lock

18
composer.lock generated
View File

@@ -4,16 +4,16 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "0cf7daa5f125e8ab00ae67074bf4153b", "hash": "e1983fe8d4a76a9e00212636c1c78940",
"content-hash": "e2e649b8352a00cf9bbec9ddf945c7b3", "content-hash": "1456ff8c9b309ecf132b3410b96fc29c",
"packages": [ "packages": [
{ {
"name": "bsr/webservice", "name": "bsr/config",
"version": "v2.0.0", "version": "v0.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://usrpath@bitbucket.org/usrpath/webservice.git", "url": "https://usrpath@bitbucket.org/usrpath/bsrconfig.git",
"reference": "6cca773ba14988944d6a9929e54e2a9a04021d6e" "reference": "7f237c6b665a761c27c7057baa9e27209b7c2a38"
}, },
"require-dev": { "require-dev": {
"pds/skeleton": "^1.0", "pds/skeleton": "^1.0",
@@ -22,7 +22,7 @@
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"BSR\\Webservice\\": "src/" "BSR\\Config\\": "src/"
} }
}, },
"authors": [ "authors": [
@@ -33,8 +33,8 @@
"name": "Guillermo" "name": "Guillermo"
} }
], ],
"description": "Webservice for a library", "description": "Bsr configuration module",
"time": "2018-10-09 23:11:20" "time": "2018-10-09 23:07:53"
} }
], ],
"packages-dev": [ "packages-dev": [