12345678910111213141516171819202122232425 |
- {
- "name": "openid/php-openid",
- "version": "2.3.0",
- "description": "OpenID library for PHP5",
- "keywords": ["openid", "authentication", "yadis", "auth"],
- "license": "Apache-2.0",
- "homepage": "http://github.com/openid/php-openid",
- "authors": [
- {
- "name": "JanRain Inc.",
- "homepage": "http://www.openidenabled.com"
- }
- ],
- "require": {
- "php": ">=4.3",
- "ext-gmp": "*",
- "ext-curl": "*",
- "ext-dom": "*"
- },
- "autoload": {
- "classmap": ["Auth"]
- },
- "include-path": ["."]
- }
|