PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   pharaoh   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: pharaoh
Compare two PHAR files to retrieve the differences
Author: By
Last change:
Date: 5 years ago
Size: 1,123 bytes
 

Contents

Class file image Download
{ "name": "paragonie/pharaoh", "description": "Compare PHARs from the Command Line", "keywords": [ "tool", "utility", "phar", "security", "auditing", "diff" ], "license": "MIT", "type": "library", "authors": [ { "name": "Scott Arciszewski", "email": "scott@paragonie.com", "homepage": "https://paragonie.com", "role": "Developer" } ], "require": { "php": "^7", "paragonie/constant_time_encoding": "^2", "paragonie/sodium_compat": "^1.3", "ulrichsg/getopt-php": "^3" }, "require-dev": { "vimeo/psalm": "^1|^2" }, "support": { "issues": "https://github.com/paragonie/pharaoh/issues", "email": "info@paragonie.com", "source": "https://github.com/paragonie/pharaoh" }, "bin": ["pharaoh"], "autoload": { "psr-4": { "ParagonIE\\Pharaoh\\": "src/Pharaoh/" } } }