PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Shashwat Mishra   R8 PHP Review System   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: R8 PHP Review System
Add reviews, ratings and recommendations to a site
Author: By
Last change:
Date: 3 years ago
Size: 1,364 bytes
 

Contents

Class file image Download
{ "name": "secrethash/r8", "type": "package", "description": "Review & Rating system for Laravel", "keywords": [ "rating", "Ratable", "laravel", "Review-Rateable", "reviewable" ], "homepage": "https://github.com/secrethash/r8", "license": "MIT", "authors": [ { "name": "Shashwat Mishra", "email": "secrethash96@gmail.com" } ], "minimum-stability": "dev", "require": { "php" : "^7.2", "illuminate/auth": "^5.8|^6.0|^7.0", "illuminate/container": "^5.8|^6.0|^7.0", "illuminate/contracts": "^5.8|^6.0|^7.0", "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0", "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0", "nesbot/carbon": "^2.17" }, "require-dev": { "phpunit/phpunit": "^6.3|^7.0|^8.0", "orchestra/testbench": "~3.5.0|~3.6.0|^4.0" }, "autoload": { "psr-4": { "Secrethash\\R8\\": "src" } }, "autoload-dev": { "psr-4": { "Secrethash\\R8\\Test\\": "tests" } }, "extra": { "laravel": { "providers": [ "Secrethash\\R8\\R8ServiceProvider" ] } }, "scripts": { "test": "vendor/bin/phpunit", "test:windows": "vendor\\bin\\phpunit" } }