Warning, /webapps/ocs-webserver/library/vendor/composer/installed.json is written in an unsupported language. File is not indexed.

0001 [
0002     {
0003         "name": "psr/http-message",
0004         "version": "1.0.1",
0005         "version_normalized": "1.0.1.0",
0006         "source": {
0007             "type": "git",
0008             "url": "https://github.com/php-fig/http-message.git",
0009             "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
0010         },
0011         "dist": {
0012             "type": "zip",
0013             "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
0014             "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
0015             "shasum": ""
0016         },
0017         "require": {
0018             "php": ">=5.3.0"
0019         },
0020         "time": "2016-08-06 14:39:51",
0021         "type": "library",
0022         "extra": {
0023             "branch-alias": {
0024                 "dev-master": "1.0.x-dev"
0025             }
0026         },
0027         "installation-source": "dist",
0028         "autoload": {
0029             "psr-4": {
0030                 "Psr\\Http\\Message\\": "src/"
0031             }
0032         },
0033         "notification-url": "https://packagist.org/downloads/",
0034         "license": [
0035             "MIT"
0036         ],
0037         "authors": [
0038             {
0039                 "name": "PHP-FIG",
0040                 "homepage": "http://www.php-fig.org/"
0041             }
0042         ],
0043         "description": "Common interface for HTTP messages",
0044         "homepage": "https://github.com/php-fig/http-message",
0045         "keywords": [
0046             "http",
0047             "http-message",
0048             "psr",
0049             "psr-7",
0050             "request",
0051             "response"
0052         ]
0053     },
0054     {
0055         "name": "guzzlehttp/psr7",
0056         "version": "1.4.2",
0057         "version_normalized": "1.4.2.0",
0058         "source": {
0059             "type": "git",
0060             "url": "https://github.com/guzzle/psr7.git",
0061             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
0062         },
0063         "dist": {
0064             "type": "zip",
0065             "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
0066             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
0067             "shasum": ""
0068         },
0069         "require": {
0070             "php": ">=5.4.0",
0071             "psr/http-message": "~1.0"
0072         },
0073         "provide": {
0074             "psr/http-message-implementation": "1.0"
0075         },
0076         "require-dev": {
0077             "phpunit/phpunit": "~4.0"
0078         },
0079         "time": "2017-03-20 17:10:46",
0080         "type": "library",
0081         "extra": {
0082             "branch-alias": {
0083                 "dev-master": "1.4-dev"
0084             }
0085         },
0086         "installation-source": "dist",
0087         "autoload": {
0088             "psr-4": {
0089                 "GuzzleHttp\\Psr7\\": "src/"
0090             },
0091             "files": [
0092                 "src/functions_include.php"
0093             ]
0094         },
0095         "notification-url": "https://packagist.org/downloads/",
0096         "license": [
0097             "MIT"
0098         ],
0099         "authors": [
0100             {
0101                 "name": "Michael Dowling",
0102                 "email": "mtdowling@gmail.com",
0103                 "homepage": "https://github.com/mtdowling"
0104             },
0105             {
0106                 "name": "Tobias Schultze",
0107                 "homepage": "https://github.com/Tobion"
0108             }
0109         ],
0110         "description": "PSR-7 message implementation that also provides common utility methods",
0111         "keywords": [
0112             "http",
0113             "message",
0114             "request",
0115             "response",
0116             "stream",
0117             "uri",
0118             "url"
0119         ]
0120     },
0121     {
0122         "name": "intervention/image",
0123         "version": "2.4.2",
0124         "version_normalized": "2.4.2.0",
0125         "source": {
0126             "type": "git",
0127             "url": "https://github.com/Intervention/image.git",
0128             "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb"
0129         },
0130         "dist": {
0131             "type": "zip",
0132             "url": "https://api.github.com/repos/Intervention/image/zipball/e82d274f786e3d4b866a59b173f42e716f0783eb",
0133             "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb",
0134             "shasum": ""
0135         },
0136         "require": {
0137             "ext-fileinfo": "*",
0138             "guzzlehttp/psr7": "~1.1",
0139             "php": ">=5.4.0"
0140         },
0141         "require-dev": {
0142             "mockery/mockery": "~0.9.2",
0143             "phpunit/phpunit": "^4.8 || ^5.7"
0144         },
0145         "suggest": {
0146             "ext-gd": "to use GD library based image processing.",
0147             "ext-imagick": "to use Imagick based image processing.",
0148             "intervention/imagecache": "Caching extension for the Intervention Image library"
0149         },
0150         "time": "2018-05-29 14:19:03",
0151         "type": "library",
0152         "extra": {
0153             "branch-alias": {
0154                 "dev-master": "2.4-dev"
0155             },
0156             "laravel": {
0157                 "providers": [
0158                     "Intervention\\Image\\ImageServiceProvider"
0159                 ],
0160                 "aliases": {
0161                     "Image": "Intervention\\Image\\Facades\\Image"
0162                 }
0163             }
0164         },
0165         "installation-source": "dist",
0166         "autoload": {
0167             "psr-4": {
0168                 "Intervention\\Image\\": "src/Intervention/Image"
0169             }
0170         },
0171         "notification-url": "https://packagist.org/downloads/",
0172         "license": [
0173             "MIT"
0174         ],
0175         "authors": [
0176             {
0177                 "name": "Oliver Vogel",
0178                 "email": "oliver@olivervogel.com",
0179                 "homepage": "http://olivervogel.com/"
0180             }
0181         ],
0182         "description": "Image handling and manipulation library with support for Laravel integration",
0183         "homepage": "http://image.intervention.io/",
0184         "keywords": [
0185             "gd",
0186             "image",
0187             "imagick",
0188             "laravel",
0189             "thumbnail",
0190             "watermark"
0191         ]
0192     },
0193     {
0194         "name": "yohang88/letter-avatar",
0195         "version": "2.0.1",
0196         "version_normalized": "2.0.1.0",
0197         "source": {
0198             "type": "git",
0199             "url": "https://github.com/yohang88/letter-avatar.git",
0200             "reference": "d691505ceeaaa811b3a8d031ed66a1d2fc9b10f4"
0201         },
0202         "dist": {
0203             "type": "zip",
0204             "url": "https://api.github.com/repos/yohang88/letter-avatar/zipball/d691505ceeaaa811b3a8d031ed66a1d2fc9b10f4",
0205             "reference": "d691505ceeaaa811b3a8d031ed66a1d2fc9b10f4",
0206             "shasum": ""
0207         },
0208         "require": {
0209             "ext-mbstring": "*",
0210             "intervention/image": "^2.3",
0211             "php": ">=7.0.0"
0212         },
0213         "require-dev": {
0214             "phpunit/phpunit": "4.*",
0215             "roave/security-advisories": "dev-master"
0216         },
0217         "time": "2018-07-15 05:09:27",
0218         "type": "library",
0219         "installation-source": "dist",
0220         "autoload": {
0221             "psr-4": {
0222                 "YoHang88\\LetterAvatar\\": "src/"
0223             }
0224         },
0225         "notification-url": "https://packagist.org/downloads/",
0226         "license": [
0227             "MIT"
0228         ],
0229         "authors": [
0230             {
0231                 "name": "Yoga Hanggara",
0232                 "email": "yohang88@gmail.com",
0233                 "homepage": "https://yohang.net",
0234                 "role": "Developer"
0235             }
0236         ],
0237         "description": "Generate user avatar using name initials letter.",
0238         "homepage": "https://github.com/yohang88/letter-avatar",
0239         "keywords": [
0240             "avatar",
0241             "letter avatar",
0242             "profile picture"
0243         ]
0244     }
0245 ]