PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rafal Janisz   PHP File Size to Human Readable   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP File Size to Human Readable
Calculate the size of files and directories
Author: By
Last change:
Date: 4 years ago
Size: 454 bytes
 

Contents

Class file image Download
{ "name": "ravjanisz/objectsize", "description": "objectsize", "license": "MIT", "authors": [ { "name": "Rafa? Janisz", "email": "rav.janisz@gmail.com" } ], "autoload": { "psr-4": { "Rav\\": "src/" } }, "require": { "php": ">=7.1", "ravjanisz/readablesize": "*", "phpunit/phpunit": "^8.3" }, "minimum-stability": "dev" }