included composer.lock in gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,5 +2,5 @@
|
||||
logs/
|
||||
*~
|
||||
vendor
|
||||
*.lock
|
||||
composer.lock
|
||||
*.swp
|
||||
|
||||
14
composer.lock
generated
14
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": "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": [
|
||||
|
||||
Reference in New Issue
Block a user