PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of adeniyi ibraheem   Laravel Account Kit   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Account Kit
Authenticate users with Facebook accounts
Author: By
Last change: add test command (fixes #13)
Date: 6 years ago
Size: 1,449 bytes
 

Contents

Class file image Download
{ "name": "ibonly/laravel-accountkit", "description": "Two factor authentication using facebook account kit", "keywords": ["php","github", "laravel", "facebook", "Open Source", "login", "register", "accountkit", "account kit", "facebook account kit", "laravel facebook account kit", "laravel-accountkit"], "license": "MIT", "minimum-stability": "stable", "authors": [ { "name": "Ibraheem Adeniyi", "email": "ibonly01@gmail.com" }, { "name": "Surajudeen Akande", "email": "surajudeen.akande@andela.com" } ], "autoload": { "classmap": ["src/"], "psr-4" : { "Ibonly\\FacebookAccountKit\\": "src/" } }, "autoload-dev": { "classmap": ["test/"], "psr-4": { "Ibonly\\FacebookAccountKit\\Test\\": "test" } }, "require": { "php": ">=5.5.9", "illuminate/support": "5.*", "guzzlehttp/guzzle": "^6.2" }, "require-dev": { "phpunit/phpunit" : "4.*", "mockery/mockery": "^0.9.5", "scrutinizer/ocular": "~1.1", "satooshi/php-coveralls": "^1.0", "codeclimate/php-test-reporter": "dev-master", "phpunit/phpcov": "2.*" }, "scripts": { "post-install-cmd": [ "php artisan vendor:publish" ], "test": [ "phpunit test" ] } }