| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
- "This file is @generated automatically"
- ],
- "content-hash": "bb5a035d76701433053e8202eb7dd3a8",
- "packages": [
- {
- "name": "hybridauth/hybridauth",
- "version": "v3.0.0-rc.9",
- "source": {
- "type": "git",
- "url": "https://github.com/hybridauth/hybridauth.git",
- "reference": "6123c31700bda7acd49cef7f1f0c138b60f39070"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/hybridauth/hybridauth/zipball/6123c31700bda7acd49cef7f1f0c138b60f39070",
- "reference": "6123c31700bda7acd49cef7f1f0c138b60f39070",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4.0"
- },
- "require-dev": {
- "ext-curl": "*",
- "phpunit/phpunit": "~4.8.35"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Hybridauth\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Miled",
- "email": "hybridauth@gmail.com"
- }
- ],
- "description": "PHP Social Authentication Library",
- "homepage": "https://hybridauth.github.io",
- "keywords": [
- "Authentication",
- "OpenId",
- "api",
- "authorization",
- "facebook",
- "google",
- "oauth",
- "social",
- "twitter"
- ],
- "time": "2019-01-03T11:08:24+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": {
- "hybridauth/hybridauth": 5
- },
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": []
- }
|