2016-07-04 01:43:23 +02:00
|
|
|
{
|
2016-07-05 19:29:13 +02:00
|
|
|
"name": "danog/phpstruct",
|
2016-07-04 01:43:23 +02:00
|
|
|
"type": "library",
|
2016-07-05 19:29:13 +02:00
|
|
|
"description": "PHP implementation of python's struct module.",
|
2016-07-04 01:43:23 +02:00
|
|
|
"license": "MIT",
|
2016-07-05 19:29:13 +02:00
|
|
|
"homepage": "https://daniil.it/phpstruct",
|
2016-07-04 01:43:23 +02:00
|
|
|
"keywords": ["pack", "unpack", "byte", "bytes", "python", "struct"],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "danog",
|
|
|
|
"email": "daniil@daniil.it"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.6.0"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2016-07-05 19:29:13 +02:00
|
|
|
"danog\\PHP\\": "lib/"
|
2016-07-04 01:43:23 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|