Quellcode durchsuchen

add package [ league/flysystem-aws-s3-v3 ]

Yong vor 2 Jahren
Ursprung
Commit
355285a435
2 geänderte Dateien mit 271 neuen und 2 gelöschten Zeilen
  1. 2
    1
      composer.json
  2. 269
    1
      composer.lock

+ 2
- 1
composer.json Datei anzeigen

@@ -10,7 +10,8 @@
10 10
         "guzzlehttp/guzzle": "^7.0.1",
11 11
         "laravel/framework": "^8.75",
12 12
         "laravel/sanctum": "^2.11",
13
-        "laravel/tinker": "^2.5"
13
+        "laravel/tinker": "^2.5",
14
+        "league/flysystem-aws-s3-v3": "^1.0"
14 15
     },
15 16
     "require-dev": {
16 17
         "facade/ignition": "^2.5",

+ 269
- 1
composer.lock Datei anzeigen

@@ -4,7 +4,7 @@
4 4
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 5
         "This file is @generated automatically"
6 6
     ],
7
-    "content-hash": "c61ff82cbf0142a401a48a8161e1595a",
7
+    "content-hash": "51db99071615296985b3787c844fdf7e",
8 8
     "packages": [
9 9
         {
10 10
             "name": "asm89/stack-cors",
@@ -63,6 +63,148 @@
63 63
             "time": "2022-01-18T09:12:03+00:00"
64 64
         },
65 65
         {
66
+            "name": "aws/aws-crt-php",
67
+            "version": "v1.0.2",
68
+            "source": {
69
+                "type": "git",
70
+                "url": "https://github.com/awslabs/aws-crt-php.git",
71
+                "reference": "3942776a8c99209908ee0b287746263725685732"
72
+            },
73
+            "dist": {
74
+                "type": "zip",
75
+                "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/3942776a8c99209908ee0b287746263725685732",
76
+                "reference": "3942776a8c99209908ee0b287746263725685732",
77
+                "shasum": ""
78
+            },
79
+            "require": {
80
+                "php": ">=5.5"
81
+            },
82
+            "require-dev": {
83
+                "phpunit/phpunit": "^4.8.35|^5.4.3"
84
+            },
85
+            "type": "library",
86
+            "autoload": {
87
+                "classmap": [
88
+                    "src/"
89
+                ]
90
+            },
91
+            "notification-url": "https://packagist.org/downloads/",
92
+            "license": [
93
+                "Apache-2.0"
94
+            ],
95
+            "authors": [
96
+                {
97
+                    "name": "AWS SDK Common Runtime Team",
98
+                    "email": "aws-sdk-common-runtime@amazon.com"
99
+                }
100
+            ],
101
+            "description": "AWS Common Runtime for PHP",
102
+            "homepage": "http://aws.amazon.com/sdkforphp",
103
+            "keywords": [
104
+                "amazon",
105
+                "aws",
106
+                "crt",
107
+                "sdk"
108
+            ],
109
+            "support": {
110
+                "issues": "https://github.com/awslabs/aws-crt-php/issues",
111
+                "source": "https://github.com/awslabs/aws-crt-php/tree/v1.0.2"
112
+            },
113
+            "time": "2021-09-03T22:57:30+00:00"
114
+        },
115
+        {
116
+            "name": "aws/aws-sdk-php",
117
+            "version": "3.231.0",
118
+            "source": {
119
+                "type": "git",
120
+                "url": "https://github.com/aws/aws-sdk-php.git",
121
+                "reference": "6222f9e77df8142ec1cbf60337871ef73859bea9"
122
+            },
123
+            "dist": {
124
+                "type": "zip",
125
+                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/6222f9e77df8142ec1cbf60337871ef73859bea9",
126
+                "reference": "6222f9e77df8142ec1cbf60337871ef73859bea9",
127
+                "shasum": ""
128
+            },
129
+            "require": {
130
+                "aws/aws-crt-php": "^1.0.2",
131
+                "ext-json": "*",
132
+                "ext-pcre": "*",
133
+                "ext-simplexml": "*",
134
+                "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
135
+                "guzzlehttp/promises": "^1.4.0",
136
+                "guzzlehttp/psr7": "^1.8.5 || ^2.3",
137
+                "mtdowling/jmespath.php": "^2.6",
138
+                "php": ">=5.5"
139
+            },
140
+            "require-dev": {
141
+                "andrewsville/php-token-reflection": "^1.4",
142
+                "aws/aws-php-sns-message-validator": "~1.0",
143
+                "behat/behat": "~3.0",
144
+                "composer/composer": "^1.10.22",
145
+                "doctrine/cache": "~1.4",
146
+                "ext-dom": "*",
147
+                "ext-openssl": "*",
148
+                "ext-pcntl": "*",
149
+                "ext-sockets": "*",
150
+                "nette/neon": "^2.3",
151
+                "paragonie/random_compat": ">= 2",
152
+                "phpunit/phpunit": "^4.8.35 || ^5.6.3",
153
+                "psr/cache": "^1.0",
154
+                "psr/simple-cache": "^1.0",
155
+                "sebastian/comparator": "^1.2.3"
156
+            },
157
+            "suggest": {
158
+                "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
159
+                "doctrine/cache": "To use the DoctrineCacheAdapter",
160
+                "ext-curl": "To send requests using cURL",
161
+                "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
162
+                "ext-sockets": "To use client-side monitoring"
163
+            },
164
+            "type": "library",
165
+            "extra": {
166
+                "branch-alias": {
167
+                    "dev-master": "3.0-dev"
168
+                }
169
+            },
170
+            "autoload": {
171
+                "files": [
172
+                    "src/functions.php"
173
+                ],
174
+                "psr-4": {
175
+                    "Aws\\": "src/"
176
+                }
177
+            },
178
+            "notification-url": "https://packagist.org/downloads/",
179
+            "license": [
180
+                "Apache-2.0"
181
+            ],
182
+            "authors": [
183
+                {
184
+                    "name": "Amazon Web Services",
185
+                    "homepage": "http://aws.amazon.com"
186
+                }
187
+            ],
188
+            "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
189
+            "homepage": "http://aws.amazon.com/sdkforphp",
190
+            "keywords": [
191
+                "amazon",
192
+                "aws",
193
+                "cloud",
194
+                "dynamodb",
195
+                "ec2",
196
+                "glacier",
197
+                "s3",
198
+                "sdk"
199
+            ],
200
+            "support": {
201
+                "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
202
+                "issues": "https://github.com/aws/aws-sdk-php/issues",
203
+                "source": "https://github.com/aws/aws-sdk-php/tree/3.231.0"
204
+            },
205
+            "time": "2022-07-06T18:15:37+00:00"
206
+        },
207
+        {
66 208
             "name": "brick/math",
67 209
             "version": "0.9.3",
68 210
             "source": {
@@ -1605,6 +1747,71 @@
1605 1747
             "time": "2021-12-09T09:40:50+00:00"
1606 1748
         },
1607 1749
         {
1750
+            "name": "league/flysystem-aws-s3-v3",
1751
+            "version": "1.0.30",
1752
+            "source": {
1753
+                "type": "git",
1754
+                "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
1755
+                "reference": "af286f291ebab6877bac0c359c6c2cb017eb061d"
1756
+            },
1757
+            "dist": {
1758
+                "type": "zip",
1759
+                "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/af286f291ebab6877bac0c359c6c2cb017eb061d",
1760
+                "reference": "af286f291ebab6877bac0c359c6c2cb017eb061d",
1761
+                "shasum": ""
1762
+            },
1763
+            "require": {
1764
+                "aws/aws-sdk-php": "^3.20.0",
1765
+                "league/flysystem": "^1.0.40",
1766
+                "php": ">=5.5.0"
1767
+            },
1768
+            "require-dev": {
1769
+                "henrikbjorn/phpspec-code-coverage": "~1.0.1",
1770
+                "phpspec/phpspec": "^2.0.0"
1771
+            },
1772
+            "type": "library",
1773
+            "extra": {
1774
+                "branch-alias": {
1775
+                    "dev-master": "1.0-dev"
1776
+                }
1777
+            },
1778
+            "autoload": {
1779
+                "psr-4": {
1780
+                    "League\\Flysystem\\AwsS3v3\\": "src/"
1781
+                }
1782
+            },
1783
+            "notification-url": "https://packagist.org/downloads/",
1784
+            "license": [
1785
+                "MIT"
1786
+            ],
1787
+            "authors": [
1788
+                {
1789
+                    "name": "Frank de Jonge",
1790
+                    "email": "info@frenky.net"
1791
+                }
1792
+            ],
1793
+            "description": "Flysystem adapter for the AWS S3 SDK v3.x",
1794
+            "support": {
1795
+                "issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues",
1796
+                "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/1.0.30"
1797
+            },
1798
+            "funding": [
1799
+                {
1800
+                    "url": "https://offset.earth/frankdejonge",
1801
+                    "type": "custom"
1802
+                },
1803
+                {
1804
+                    "url": "https://github.com/frankdejonge",
1805
+                    "type": "github"
1806
+                },
1807
+                {
1808
+                    "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
1809
+                    "type": "tidelift"
1810
+                }
1811
+            ],
1812
+            "time": "2022-07-02T13:51:38+00:00"
1813
+        },
1814
+        {
1608 1815
             "name": "league/mime-type-detection",
1609 1816
             "version": "1.11.0",
1610 1817
             "source": {
@@ -1765,6 +1972,67 @@
1765 1972
             "time": "2022-06-09T08:59:12+00:00"
1766 1973
         },
1767 1974
         {
1975
+            "name": "mtdowling/jmespath.php",
1976
+            "version": "2.6.1",
1977
+            "source": {
1978
+                "type": "git",
1979
+                "url": "https://github.com/jmespath/jmespath.php.git",
1980
+                "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
1981
+            },
1982
+            "dist": {
1983
+                "type": "zip",
1984
+                "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
1985
+                "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
1986
+                "shasum": ""
1987
+            },
1988
+            "require": {
1989
+                "php": "^5.4 || ^7.0 || ^8.0",
1990
+                "symfony/polyfill-mbstring": "^1.17"
1991
+            },
1992
+            "require-dev": {
1993
+                "composer/xdebug-handler": "^1.4 || ^2.0",
1994
+                "phpunit/phpunit": "^4.8.36 || ^7.5.15"
1995
+            },
1996
+            "bin": [
1997
+                "bin/jp.php"
1998
+            ],
1999
+            "type": "library",
2000
+            "extra": {
2001
+                "branch-alias": {
2002
+                    "dev-master": "2.6-dev"
2003
+                }
2004
+            },
2005
+            "autoload": {
2006
+                "files": [
2007
+                    "src/JmesPath.php"
2008
+                ],
2009
+                "psr-4": {
2010
+                    "JmesPath\\": "src/"
2011
+                }
2012
+            },
2013
+            "notification-url": "https://packagist.org/downloads/",
2014
+            "license": [
2015
+                "MIT"
2016
+            ],
2017
+            "authors": [
2018
+                {
2019
+                    "name": "Michael Dowling",
2020
+                    "email": "mtdowling@gmail.com",
2021
+                    "homepage": "https://github.com/mtdowling"
2022
+                }
2023
+            ],
2024
+            "description": "Declaratively specify how to extract elements from a JSON document",
2025
+            "keywords": [
2026
+                "json",
2027
+                "jsonpath"
2028
+            ],
2029
+            "support": {
2030
+                "issues": "https://github.com/jmespath/jmespath.php/issues",
2031
+                "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
2032
+            },
2033
+            "time": "2021-06-14T00:11:39+00:00"
2034
+        },
2035
+        {
1768 2036
             "name": "nesbot/carbon",
1769 2037
             "version": "2.59.1",
1770 2038
             "source": {