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

26 lines
581 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"
},
"require-dev": {
"phpunit/phpunit": "5.4.*"
},
"autoload": {
"psr-0": {
"danog\\PHP\\": "lib/"
}
}
}