MadelineProto/composer.lock

68 lines
2.1 KiB
Plaintext
Raw Normal View History

2016-07-15 13:03:36 +02:00
{
"_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": "79f84e2c764ec641d3d2001fe7ce80cf",
"content-hash": "06c2d6c2d0a9a8f1e37a186683029483",
"packages": [
{
"name": "danog/phpstruct",
"version": "0.4.1",
"source": {
"type": "git",
"url": "https://github.com/danog/PHPStruct.git",
"reference": "c45742bcbc6e1bbf6bdca7b92b65a6b9624853ca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/danog/PHPStruct/zipball/c45742bcbc6e1bbf6bdca7b92b65a6b9624853ca",
"reference": "c45742bcbc6e1bbf6bdca7b92b65a6b9624853ca",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "5.4.*"
},
"type": "library",
"autoload": {
"psr-0": {
"danog\\PHP\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "danog",
"email": "daniil@daniil.it"
}
],
"description": "PHP implementation of python's struct module.",
"homepage": "https://daniil.it/phpstruct",
"keywords": [
"byte",
"bytes",
"pack",
"python",
"struct",
"unpack"
],
"time": "2016-07-15 10:56:16"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}