| 1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "bitwasp/buffertools",
- "description": "Toolbox for working with binary and hex data. Similar to NodeJS Buffer.",
- "license": "MIT",
- "authors": [
- {
- "name": "Thomas Kerin",
- "homepage": "https://thomaskerin.io"
- },
- {
- "name": "Ruben de Vries",
- "email": "ruben@rubensayshi.com"
- }
- ],
- "autoload": {
- "psr-4": {
- "BitWasp\\Buffertools\\": "src/Buffertools/"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "BitWasp\\Buffertools\\Tests\\": "tests/"
- }
- },
- "require": {
- "php-64bit": ">=7.0.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^6.0",
- "squizlabs/php_codesniffer": "~2.0"
- }
- }
|