Blame view

common/components/nodge/lightopenid/composer.json 553 Bytes
b0f143c3   Yarik   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  {
  	"name": "nodge/lightopenid",
  	"description": "Lightweight PHP5 library for easy OpenID authentication.",
  	"keywords": ["openid", "authentication"],
  	"homepage": "https://github.com/Nodge/LightOpenID",
  	"type": "library",
  	"license": "MIT License",
  	"authors": [
  		{
  			"name": "Mewp",
  			"homepage": "http://code.google.com/p/lightopenid/"
  		},
  		{
  			"name": "Ignat Ignatov",
  			"homepage": "https://github.com/iignatov/LightOpenID"
  		}
  	],
  	"require": {
  		"php": ">=5.2"
  	},
  	"autoload": {
  		"classmap": ["openid.php", "provider/provider.php"]
  	}
  }