mirror of
https://github.com/danog/PHPStruct.git
synced 2024-11-26 11:44:39 +01:00
26 lines
632 B
JSON
26 lines
632 B
JSON
{
|
|
"name": "danog/phpstruct",
|
|
"type": "library",
|
|
"description": "PHP implementation of python's struct module.",
|
|
"license": "MIT",
|
|
"homepage": "https://daniil.it/phpstruct",
|
|
"keywords": ["pack", "unpack", "byte", "bytes", "python", "struct", "integer", "float", "string", "decimal", "binary"],
|
|
"authors": [
|
|
{
|
|
"name": "danog",
|
|
"email": "daniil@daniil.it"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "5.4.*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"danog\\PHP\\": "lib/"
|
|
}
|
|
}
|
|
}
|