composer.lock ignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,2 @@
|
||||
vendor
|
||||
*.lock
|
||||
composer.lock
|
||||
|
||||
18
composer.lock
generated
18
composer.lock
generated
@@ -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": "0cf7daa5f125e8ab00ae67074bf4153b",
|
||||
"content-hash": "e2e649b8352a00cf9bbec9ddf945c7b3",
|
||||
"hash": "e1983fe8d4a76a9e00212636c1c78940",
|
||||
"content-hash": "1456ff8c9b309ecf132b3410b96fc29c",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bsr/webservice",
|
||||
"version": "v2.0.0",
|
||||
"name": "bsr/config",
|
||||
"version": "v0.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://usrpath@bitbucket.org/usrpath/webservice.git",
|
||||
"reference": "6cca773ba14988944d6a9929e54e2a9a04021d6e"
|
||||
"url": "https://usrpath@bitbucket.org/usrpath/bsrconfig.git",
|
||||
"reference": "7f237c6b665a761c27c7057baa9e27209b7c2a38"
|
||||
},
|
||||
"require-dev": {
|
||||
"pds/skeleton": "^1.0",
|
||||
@@ -22,7 +22,7 @@
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"BSR\\Webservice\\": "src/"
|
||||
"BSR\\Config\\": "src/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
@@ -33,8 +33,8 @@
|
||||
"name": "Guillermo"
|
||||
}
|
||||
],
|
||||
"description": "Webservice for a library",
|
||||
"time": "2018-10-09 23:11:20"
|
||||
"description": "Bsr configuration module",
|
||||
"time": "2018-10-09 23:07:53"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
|
||||
Reference in New Issue
Block a user