diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 73 |
1 files changed, 41 insertions, 32 deletions
diff --git a/composer.json b/composer.json index 20b11d5..bd065ba 100644 --- a/composer.json +++ b/composer.json @@ -1,35 +1,44 @@ { - "name": "tecnickcom/tc-lib-file", - "description": "PHP library to read byte-level data from files", - "type": "library", - "homepage": "http://www.tecnick.com", - "license": "LGPL-3.0", - "keywords": ["tc-lib-file", "file", "byte", "bit", "read", "short", "long", "double"], - "authors": [ - { - "name": "Nicola Asuni", - "email": "info@tecnick.com", - "role": "lead" - } - ], - "require": { - "php": ">=5.4", - "ext-curl": "*", - "ext-pcre": "*" - }, - "require-dev": { - "apigen/apigen" : "^4.1.2", - "bartlett/php-compatinfo" : "^5.0.4", - "pdepend/pdepend" : "^2.5.0", - "phploc/phploc" : "^2.1.5 || ^3.0.1", - "phpmd/phpmd" : "^2.6.0", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0", - "sebastian/phpcpd" : "^2.0.4 || 3.0.0", - "squizlabs/php_codesniffer": "^2.8.0 || ^3.0.0" - }, - "autoload": { - "psr-4":{ - "Com\\Tecnick\\File\\": "src" - } + "name": "tecnickcom/tc-lib-file", + "description": "PHP library to read byte-level data from files", + "type": "library", + "homepage": "http://www.tecnick.com", + "license": "LGPL-3.0", + "keywords": [ + "tc-lib-file", + "file", + "byte", + "bit", + "read", + "short", + "long", + "double" + ], + "authors": [ + { + "name": "Nicola Asuni", + "email": "info@tecnick.com", + "role": "lead" } + ], + "require": { + "php": ">=5.4", + "ext-curl": "*", + "ext-pcre": "*" + }, + "require-dev": { + "apigen/apigen": "^4.1.2", + "bartlett/php-compatinfo": "^5.0.4", + "pdepend/pdepend": "^2.5.0", + "phploc/phploc": "^2.1.5 || ^3.0.1", + "phpmd/phpmd": "^2.6.0", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0", + "sebastian/phpcpd": "^2.0.4 || 3.0.0", + "squizlabs/php_codesniffer": "^2.8.0 || ^3.0.0" + }, + "autoload": { + "psr-4": { + "Com\\Tecnick\\File\\": "src" + } + } } |