PHP Classes

File: tools/hangar/composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   tools/hangar/composer.json   Download  
File: tools/hangar/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change: Establish PHP 7.2 as the minimum supported version for Airship 2.
Date: 6 years ago
Size: 740 bytes
 

Contents

Class file image Download
{ "name": "paragonie/airship-hangar", "description": "Command Line Interface for updating the Airship core", "keywords": [ "airship", "blog", "CMS", "development" ], "license": "LGPL", "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "support": { "issues": "https://github.com/paragonie/airship/issues", "email": "info@paragonie.com", "source": "https://github.com/paragonie/airship" }, "require-dev": { "phpunit/phpunit": "^6", "vimeo/psalm": "^0|^1" }, "require": { "php": "^7.2", "paragonie/constant_time_encoding": "^2", "paragonie/halite": "^4" } }