using composer package format, decoupling bsr libraries and implementation
This commit is contained in:
50
composer.lock
generated
Normal file
50
composer.lock
generated
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"_readme": [
|
||||
"This file locks the dependencies of your project to a known state",
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "bae5c4c1d23da7b19effa06573632e18",
|
||||
"content-hash": "442d9e936a1cf311fd26a8bf5bfad65e",
|
||||
"packages": [],
|
||||
"packages-dev": [
|
||||
{
|
||||
"name": "pds/skeleton",
|
||||
"version": "1.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-pds/skeleton.git",
|
||||
"reference": "95e476e5d629eadacbd721c5a9553e537514a231"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-pds/skeleton/zipball/95e476e5d629eadacbd721c5a9553e537514a231",
|
||||
"reference": "95e476e5d629eadacbd721c5a9553e537514a231",
|
||||
"shasum": ""
|
||||
},
|
||||
"bin": [
|
||||
"bin/pds-skeleton"
|
||||
],
|
||||
"type": "standard",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Pds\\Skeleton\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"CC-BY-SA-4.0"
|
||||
],
|
||||
"description": "Standard for PHP package skeletons.",
|
||||
"homepage": "https://github.com/php-pds/skeleton",
|
||||
"time": "2017-01-25 23:30:41"
|
||||
}
|
||||
],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": [],
|
||||
"platform-dev": []
|
||||
}
|
||||
Reference in New Issue
Block a user