1
0
mirror of https://github.com/danog/PHPStruct.git synced 2024-11-26 19:54:38 +01:00
PHPStruct/composer.json
2016-07-05 19:29:13 +02:00

23 lines
518 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"],
"authors": [
{
"name": "danog",
"email": "daniil@daniil.it"
}
],
"require": {
"php": ">=5.6.0"
},
"autoload": {
"psr-0": {
"danog\\PHP\\": "lib/"
}
}
}