PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   What is My Browser   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: What is My Browser
Show the details of the current user browser
Author: By
Last change:
Date: 5 years ago
Size: 526 bytes
 

Contents

Class file image Download
{ "name": "softhub99/zest", "description": "A Zest framework", "keywords": ["zest","php", "framework"], "license": "MIT", "type":"project", "authors": [ { "name": "Malik Umer Farooq", "email":"lablnet01@gmail.com", "homepage": "https://softhub99.com" } ], "autoload": { "psr-4": { "App\\": "App/", "Config\\": "Config/" } }, "require":{ "softhub99/zest_framework": "dev-master" } }