PHP Classes

File: composer.json

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

Contents

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