PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Zacchaeus Bolaji   Laravel VTU   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel VTU
Buy pre-paid products from VTU providers
Author: By
Last change:
Date: 4 years ago
Size: 1,026 bytes
 

Contents

Class file image Download
{ "name": "djunehor/laravel-vtu", "description": "Purchase airtime, data plan and pay utility bills", "keywords": [ "utility", "laravel-package", "laravel", "php", "djunehor", "airtime", "vtu", "dstv", "gotv", "data plan" ], "type": "library", "license": "MIT", "authors": [ { "name": "Zacchaeus Bolaji", "email": "djunehor@gmail.com" } ], "minimum-stability": "dev", "require": { "php": "^7.0|~7.2", "guzzlehttp/guzzle": "^6.0" }, "require-dev": { "orchestra/testbench": "^3.8", "phpunit/phpunit": "^7.0" }, "autoload": { "psr-4": { "Djunehor\\Vtu\\": "src/" }, "files": [ "src/Helpers/helpers.php" ] }, "autoload-dev": { "psr-4": { "Djunehor\\Vtu\\Test\\": "tests" } }, "scripts": { "test": "vendor/bin/phpunit tests" }, "extra": { "laravel": { "providers": [ "Djunehor\\Vtu\\VtuServiceProvider" ] } } }