PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dmitry Mamontov   PHP Archiver   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Archiver
Manage archives of files in multiple formats
Author: By
Last change:
Date: 3 years ago
Size: 840 bytes
 

Contents

Class file image Download
{ "name": "dmamontov/archiver", "description": "Class for working with archives.", "type": "library", "keywords": ["rar", "archives", "winrar", "zip", "tar", "archiver"], "version": "1.0.0", "license": "BSD-3-Clause", "homepage": "https://github.com/dmamontov", "authors": [ { "name": "Dmitry Mamontov", "email": "d.slonyara@gmail.com" } ], "require": { "php": ">=7.4", "ext-mbstring": "*", "symfony/process": "^5.0", "symfony/filesystem": "^5.0", "tivie/php-os-detector": "^1.1", "symfony/validator": "^5.0", "symfony/finder": "^5.0" }, "support": { "email": "d.slonyara@gmail.com" }, "autoload": { "psr-0": { "Archiver\\": "src/" } } }