included composer.lock in gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,5 +2,5 @@
|
|||||||
logs/
|
logs/
|
||||||
*~
|
*~
|
||||||
vendor
|
vendor
|
||||||
*.lock
|
composer.lock
|
||||||
*.swp
|
*.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",
|
"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": "d9f96343b41310f062dbbd9a1175cf6a",
|
"hash": "ff7e432245e35318a08b40fdce93f054",
|
||||||
"content-hash": "cc63913f1b21e50ab5e9530dfb46d2b9",
|
"content-hash": "ecec6105e0cc45a24b564499cd668beb",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "bsr/utils",
|
"name": "bsr/utils",
|
||||||
"version": "v1.0.1",
|
"version": "v2.0.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://usrpath@bitbucket.org/usrpath/bsrutils.git",
|
"url": "https://usrpath@bitbucket.org/usrpath/bsrutils.git",
|
||||||
"reference": "3289696873675db9fc9fca35271d61df5e68adcd"
|
"reference": "f74becb0c29028c43dfc9c7e7039b06b6d03001e"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"pds/skeleton": "^1.0",
|
"pds/skeleton": "^1.0",
|
||||||
@@ -23,12 +23,12 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"BSR\\": "src/"
|
"Bsr\\": "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"BSR\\": "tests/"
|
"Bsr\\": "tests/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Bsr configuration module",
|
"description": "Bsr configuration module",
|
||||||
"time": "2018-10-12 14:16:01"
|
"time": "2018-10-13 21:10:13"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
|
|||||||
Reference in New Issue
Block a user