PHP Classes

File: auth.json

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP Composer Asset Manager   auth.json   Download  
File: auth.json
Role: Auxiliary data
Content type: text/plain
Description: Authentication definitions for repositories that require basic HTTP authentication
Class: PHP Composer Asset Manager
Composer plugin to install JS, CSS and image files
Author: By
Last change:
Date: 10 years ago
Size: 321 bytes
 

Contents

Class file image Download
{ "config": { "basic-auth": { "www.jsclasses.org": { "username": "your-user-name", "password": "your-JS-Classes-composer-repository-token-password" }, "www.phpclasses.org": { "username": "your-user-name", "password": "your-PHP-Classes-composer-repository-token-password" } } } }