PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Zacchaeus Bolaji   Laravel PHP Bible   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel PHP Bible
Retrieve content from the Holy Bible
Author: By
Last change:
Date: 4 years ago
Size: 1,293 bytes
 

Contents

Class file image Download
{ "name": "djunehor/laravel-bible", "description": "Laravel package to fetch from the Holy Bible", "keywords": [ "bible", "kjv", "laravel", "php", "king james version", "djunehor", "laravel", "laravel-package" ], "type": "library", "license": "MIT", "authors": [ { "name": "Zacchaeus Bolaji", "email": "djunehor@gmail.com" } ], "minimum-stability": "dev", "require": { "php": ">=7.0" }, "require-dev": { "mockery/mockery": "^1.0", "orchestra/testbench": "3.8.*|4.*", "phpunit/phpunit": "^8.0", "illuminate/contracts": "^5.8.15|^6.0", "illuminate/filesystem": "^5.8.15|^6.0", "illuminate/support": "^5.8.15|^6.0", "illuminate/database": "^5.8.15|^6.0" }, "autoload": { "psr-4": { "Djunehor\\Logos\\": "src/" }, "files": [ "src/Helpers/helpers.php" ] }, "autoload-dev": { "psr-4": { "Djunehor\\Logos\\Test\\": "tests" } }, "scripts": { "test": "vendor/bin/phpunit tests" }, "extra": { "laravel": { "providers": [ "Djunehor\\Logos\\BibleServiceProvider" ], "aliases": { "Grammar": "Djunehor\\Logos\\Facades\\BibleFacade" } } } }