MadelineProto/vendor/composer/installed.json

53 lines
1.4 KiB
JSON
Raw Normal View History

2016-07-15 13:10:38 +02:00
[
{
"name": "danog/phpstruct",
"version": "0.4.1",
"version_normalized": "0.4.1.0",
"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.*"
},
"time": "2016-07-15 10:56:16",
"type": "library",
"installation-source": "dist",
"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"
]
}
]