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-08-25 13:07:20 +02:00
|
|
|
"keywords": ["pack", "unpack", "byte", "bytes", "python", "struct", "integer", "float", "string", "decimal", "binary"],
|
2016-07-04 01:43:23 +02:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "danog",
|
|
|
|
"email": "daniil@daniil.it"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2016-07-15 12:56:16 +02:00
|
|
|
"php": ">=5.6.0"
|
2016-07-04 01:43:23 +02:00
|
|
|
},
|
2016-07-15 12:50:26 +02:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "5.4.*"
|
2016-07-15 12:56:16 +02:00
|
|
|
},
|
2016-07-04 01:43:23 +02:00
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2016-07-05 19:29:13 +02:00
|
|
|
"danog\\PHP\\": "lib/"
|
2016-07-04 01:43:23 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|