1{ 2 "_readme": [ 3 "This file locks the dependencies of your project to a known state", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 5 "This file is @generated automatically" 6 ], 7 "content-hash": "b8a6d75b139b4f8caffe4b3c81f7e77f", 8 "packages": [ 9 { 10 "name": "lusitanian/oauth", 11 "version": "v0.8.11", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/Lusitanian/PHPoAuthLib.git", 15 "reference": "fc11a53db4b66da555a6a11fce294f574a8374f9" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/fc11a53db4b66da555a6a11fce294f574a8374f9", 20 "reference": "fc11a53db4b66da555a6a11fce294f574a8374f9", 21 "shasum": "" 22 }, 23 "require": { 24 "php": ">=5.3.0" 25 }, 26 "require-dev": { 27 "phpunit/phpunit": "3.7.*", 28 "predis/predis": "0.8.*@dev", 29 "squizlabs/php_codesniffer": "2.*", 30 "symfony/http-foundation": "~2.1" 31 }, 32 "suggest": { 33 "ext-openssl": "Allows for usage of secure connections with the stream-based HTTP client.", 34 "predis/predis": "Allows using the Redis storage backend.", 35 "symfony/http-foundation": "Allows using the Symfony Session storage backend." 36 }, 37 "type": "library", 38 "extra": { 39 "branch-alias": { 40 "dev-master": "0.1-dev" 41 } 42 }, 43 "autoload": { 44 "psr-0": { 45 "OAuth": "src", 46 "OAuth\\Unit": "tests" 47 } 48 }, 49 "notification-url": "https://packagist.org/downloads/", 50 "license": [ 51 "MIT" 52 ], 53 "authors": [ 54 { 55 "name": "David Desberg", 56 "email": "david@daviddesberg.com" 57 }, 58 { 59 "name": "Elliot Chance", 60 "email": "elliotchance@gmail.com" 61 }, 62 { 63 "name": "Pieter Hordijk", 64 "email": "info@pieterhordijk.com" 65 } 66 ], 67 "description": "PHP 5.3+ oAuth 1/2 Library", 68 "keywords": [ 69 "Authentication", 70 "authorization", 71 "oauth", 72 "security" 73 ], 74 "support": { 75 "issues": "https://github.com/Lusitanian/PHPoAuthLib/issues", 76 "source": "https://github.com/Lusitanian/PHPoAuthLib/tree/master" 77 }, 78 "time": "2018-02-14T22:37:14+00:00" 79 } 80 ], 81 "packages-dev": [], 82 "aliases": [], 83 "minimum-stability": "stable", 84 "stability-flags": [], 85 "prefer-stable": false, 86 "prefer-lowest": false, 87 "platform": [], 88 "platform-dev": [], 89 "plugin-api-version": "2.1.0" 90} 91