Login   Register  
PHP Classes
elePHPant
Icontem

File: auth.json

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2014-01-06 01:16
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"
			}
		}
	}
}