2a06261f75
This adds a composer.json for all dependencies that are available
25 lines
589 B
JSON
25 lines
589 B
JSON
{
|
|
"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": ["."]
|
|
}
|