PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   Airship barge   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Airship barge
Build extensions for the Airship CMS
Author: By
Last change:
Date: 5 years ago
Size: 979 bytes
 

Contents

Class file image Download
{ "name": "paragonie/airship_barge", "description": "Command Line Interface for developing Airship plugins", "keywords": [ "airship", "blog", "CMS", "development" ], "license": "LGPL", "homepage": "https://paragonie.com/project/airship", "type": "project", "authors": [ { "name": "Paragon Initiative Enterprises", "email": "info@paragonie.com", "homepage": "https://paragonie.com", "role": "Development Team" } ], "support": { "email": "security@paragonie.com", "issues": "https://github.com/paragonie/airship-barge/issues", "source": "https://github.com/paragonie/airship-barge" }, "require": { "php": "^7", "ext-libsodium": "^1.0.6", "ext-zip": "*", "bjeavons/zxcvbn-php": "*", "paragonie/constant_time_encoding": "^2.0", "paragonie/halite": "^2.1" } }