PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   SMS Verifier pH7 Builder Module   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: SMS Verifier pH7 Builder Module
Verify accounts of the ph7 CMS using SMS messages
Author: By
Last change:
Date: 2 days ago
Size: 1,881 bytes
 

Contents

Class file image Download
{ "name": "ph7software/ph7cms", "description": "pH7CMS is a Professional Social/Dating App/Site Builder", "keywords": [ "Web business builder", "CMS", "dating", "social", "social network", "social networking", "community", "portal", "user", "member", "member area", "payment", "business" ], "type": "project", "homepage": "http://ph7cms.com", "license": "GPL-3.0-or-later", "authors": [ { "name": "Pierre-Henry Soria", "email": "hi@ph7.me", "homepage": "http://ph7.me", "role": "Senior Software Developer" } ], "config": { "vendor-dir": "_protected/vendor", "bin-dir": "_protected/vendor/bin", "cache-dir": "_protected/vendor/cache", "autoloader-suffix": "PH7" }, "require": { "php": ">=5.6.0", "geoip2/geoip2": "~2.0", "stripe/stripe-php": "^5.9", "swiftmailer/swiftmailer": "^5.4", "ph-7/qrcode-generator-php-class": "^2.1", "robthree/twofactorauth": "^1.6", "facebook/graph-sdk": "^5.6", "ext-curl": "*", "ext-zip": "*", "ext-zlib": "*", "ext-mbstring": "*", "ext-exif": "*", "ext-dom": "*", "ext-xml": "*", "ext-json": "*", "ext-gd": "*", "ext-hash": "*", "ext-pdo_mysql": "*", "braintree/braintree_php": "^3.27", "shrikeh/teapot": "^2.3", "arcturial/clickatell": "^3.0", "twilio/sdk": "^5.24" }, "require-dev": { "phpunit/phpunit": "^5.7", "phake/phake": "^2.3", "friendsofphp/php-cs-fixer": "^2.2", "guzzlehttp/guzzle": "^6.3", "symfony/thanks": "^1.1" }, "autoload-dev": { "psr-4": { "PH7\\Test\\": "_tests" } }, "support": { "source": "https://github.com/pH7Software/pH7-Social-Dating-CMS", "issues": "https://github.com/pH7Software/pH7-Social-Dating-CMS/issues", "docs": "https://ph7cms.com/doc" } }