992e5a9e38ae79c44f248f753e30ab63fc28e748
[friendica-addons.git/.git] / s3_storage / composer.lock
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": "380e2e4853de027e64448857e2e9fead",
8     "packages": [
9         {
10             "name": "akeeba/s3",
11             "version": "2.3.1",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/akeeba/s3.git",
15                 "reference": "7f5b3e929c93eb02ba24472560c0cbbef735aed9"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/akeeba/s3/zipball/7f5b3e929c93eb02ba24472560c0cbbef735aed9",
20                 "reference": "7f5b3e929c93eb02ba24472560c0cbbef735aed9",
21                 "shasum": ""
22             },
23             "require": {
24                 "ext-curl": "*",
25                 "ext-simplexml": "*",
26                 "php": ">=7.1.0 <8.4"
27             },
28             "type": "library",
29             "autoload": {
30                 "files": [
31                     "src/aliasing.php"
32                 ],
33                 "psr-4": {
34                     "Akeeba\\S3\\": "src"
35                 }
36             },
37             "notification-url": "https://packagist.org/downloads/",
38             "license": [
39                 "GPL-3.0-or-later"
40             ],
41             "authors": [
42                 {
43                     "name": "Nicholas K. Dionysopoulos",
44                     "email": "nicholas_NO_SPAM_PLEASE@akeeba.com",
45                     "homepage": "http://www.dionysopoulos.me",
46                     "role": "Lead Developer"
47                 }
48             ],
49             "description": "A compact, dependency-less Amazon S3 API client implementing the most commonly used features",
50             "homepage": "https://github.com/akeeba/s3",
51             "keywords": [
52                 "s3"
53             ],
54             "time": "2023-09-26T11:40:10+00:00"
55         }
56     ],
57     "packages-dev": [],
58     "aliases": [],
59     "minimum-stability": "stable",
60     "stability-flags": [],
61     "prefer-stable": false,
62     "prefer-lowest": false,
63     "platform": {
64         "php": ">=7.0"
65     },
66     "platform-dev": [],
67     "plugin-api-version": "1.1.0"
68 }