]> git.mxchange.org Git - friendica-addons.git/blob - twitter/composer.lock
Changes:
[friendica-addons.git] / twitter / 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": "fafd1db0b4f04c4268f5034ce8c7f6ea",
8     "packages": [
9         {
10             "name": "abraham/twitteroauth",
11             "version": "2.0.0",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/abraham/twitteroauth.git",
15                 "reference": "96f49e67baec10f5e5cb703d87be16ba01a798a5"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/96f49e67baec10f5e5cb703d87be16ba01a798a5",
20                 "reference": "96f49e67baec10f5e5cb703d87be16ba01a798a5",
21                 "shasum": ""
22             },
23             "require": {
24                 "composer/ca-bundle": "^1.2",
25                 "ext-curl": "*",
26                 "php": "^7.2 || ^7.3 || ^7.4 || ^8.0"
27             },
28             "require-dev": {
29                 "php-vcr/php-vcr": "^1",
30                 "php-vcr/phpunit-testlistener-vcr": "dev-php-8",
31                 "phpmd/phpmd": "^2",
32                 "phpunit/phpunit": "^8",
33                 "squizlabs/php_codesniffer": "^3"
34             },
35             "type": "library",
36             "autoload": {
37                 "psr-4": {
38                     "Abraham\\TwitterOAuth\\": "src"
39                 }
40             },
41             "notification-url": "https://packagist.org/downloads/",
42             "license": [
43                 "MIT"
44             ],
45             "authors": [
46                 {
47                     "name": "Abraham Williams",
48                     "email": "abraham@abrah.am",
49                     "homepage": "https://abrah.am",
50                     "role": "Developer"
51                 }
52             ],
53             "description": "The most popular PHP library for use with the Twitter OAuth REST API.",
54             "homepage": "https://twitteroauth.com",
55             "keywords": [
56                 "Twitter API",
57                 "Twitter oAuth",
58                 "api",
59                 "oauth",
60                 "rest",
61                 "social",
62                 "twitter"
63             ],
64             "time": "2020-12-02T01:27:06+00:00"
65         },
66         {
67             "name": "composer/ca-bundle",
68             "version": "1.2.10",
69             "source": {
70                 "type": "git",
71                 "url": "https://github.com/composer/ca-bundle.git",
72                 "reference": "9fdb22c2e97a614657716178093cd1da90a64aa8"
73             },
74             "dist": {
75                 "type": "zip",
76                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/9fdb22c2e97a614657716178093cd1da90a64aa8",
77                 "reference": "9fdb22c2e97a614657716178093cd1da90a64aa8",
78                 "shasum": ""
79             },
80             "require": {
81                 "ext-openssl": "*",
82                 "ext-pcre": "*",
83                 "php": "^5.3.2 || ^7.0 || ^8.0"
84             },
85             "require-dev": {
86                 "phpstan/phpstan": "^0.12.55",
87                 "psr/log": "^1.0",
88                 "symfony/phpunit-bridge": "^4.2 || ^5",
89                 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
90             },
91             "type": "library",
92             "extra": {
93                 "branch-alias": {
94                     "dev-main": "1.x-dev"
95                 }
96             },
97             "autoload": {
98                 "psr-4": {
99                     "Composer\\CaBundle\\": "src"
100                 }
101             },
102             "notification-url": "https://packagist.org/downloads/",
103             "license": [
104                 "MIT"
105             ],
106             "authors": [
107                 {
108                     "name": "Jordi Boggiano",
109                     "email": "j.boggiano@seld.be",
110                     "homepage": "http://seld.be"
111                 }
112             ],
113             "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
114             "keywords": [
115                 "cabundle",
116                 "cacert",
117                 "certificate",
118                 "ssl",
119                 "tls"
120             ],
121             "funding": [
122                 {
123                     "url": "https://packagist.com",
124                     "type": "custom"
125                 },
126                 {
127                     "url": "https://github.com/composer",
128                     "type": "github"
129                 },
130                 {
131                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
132                     "type": "tidelift"
133                 }
134             ],
135             "time": "2021-06-07T13:58:28+00:00"
136         },
137         {
138             "name": "composer/installers",
139             "version": "v1.6.0",
140             "source": {
141                 "type": "git",
142                 "url": "https://github.com/composer/installers.git",
143                 "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b"
144             },
145             "dist": {
146                 "type": "zip",
147                 "url": "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b",
148                 "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b",
149                 "shasum": ""
150             },
151             "require": {
152                 "composer-plugin-api": "^1.0"
153             },
154             "replace": {
155                 "roundcube/plugin-installer": "*",
156                 "shama/baton": "*"
157             },
158             "require-dev": {
159                 "composer/composer": "1.0.*@dev",
160                 "phpunit/phpunit": "^4.8.36"
161             },
162             "type": "composer-plugin",
163             "extra": {
164                 "class": "Composer\\Installers\\Plugin",
165                 "branch-alias": {
166                     "dev-master": "1.0-dev"
167                 }
168             },
169             "autoload": {
170                 "psr-4": {
171                     "Composer\\Installers\\": "src/Composer/Installers"
172                 }
173             },
174             "notification-url": "https://packagist.org/downloads/",
175             "license": [
176                 "MIT"
177             ],
178             "authors": [
179                 {
180                     "name": "Kyle Robinson Young",
181                     "email": "kyle@dontkry.com",
182                     "homepage": "https://github.com/shama"
183                 }
184             ],
185             "description": "A multi-framework Composer library installer",
186             "homepage": "https://composer.github.io/installers/",
187             "keywords": [
188                 "Craft",
189                 "Dolibarr",
190                 "Eliasis",
191                 "Hurad",
192                 "ImageCMS",
193                 "Kanboard",
194                 "Lan Management System",
195                 "MODX Evo",
196                 "Mautic",
197                 "Maya",
198                 "OXID",
199                 "Plentymarkets",
200                 "Porto",
201                 "RadPHP",
202                 "SMF",
203                 "Thelia",
204                 "WolfCMS",
205                 "agl",
206                 "aimeos",
207                 "annotatecms",
208                 "attogram",
209                 "bitrix",
210                 "cakephp",
211                 "chef",
212                 "cockpit",
213                 "codeigniter",
214                 "concrete5",
215                 "croogo",
216                 "dokuwiki",
217                 "drupal",
218                 "eZ Platform",
219                 "elgg",
220                 "expressionengine",
221                 "fuelphp",
222                 "grav",
223                 "installer",
224                 "itop",
225                 "joomla",
226                 "kohana",
227                 "laravel",
228                 "lavalite",
229                 "lithium",
230                 "magento",
231                 "majima",
232                 "mako",
233                 "mediawiki",
234                 "modulework",
235                 "modx",
236                 "moodle",
237                 "osclass",
238                 "phpbb",
239                 "piwik",
240                 "ppi",
241                 "puppet",
242                 "pxcms",
243                 "reindex",
244                 "roundcube",
245                 "shopware",
246                 "silverstripe",
247                 "sydes",
248                 "symfony",
249                 "typo3",
250                 "wordpress",
251                 "yawik",
252                 "zend",
253                 "zikula"
254             ],
255             "time": "2018-08-27T06:10:37+00:00"
256         },
257         {
258             "name": "jublonet/codebird-php",
259             "version": "dev-master",
260             "source": {
261                 "type": "git",
262                 "url": "https://github.com/jublo/codebird-php.git",
263                 "reference": "df362d8ad629aad6c4c7dbf36a440e569ec41368"
264             },
265             "dist": {
266                 "type": "zip",
267                 "url": "https://api.github.com/repos/jublo/codebird-php/zipball/df362d8ad629aad6c4c7dbf36a440e569ec41368",
268                 "reference": "df362d8ad629aad6c4c7dbf36a440e569ec41368",
269                 "shasum": ""
270             },
271             "require": {
272                 "composer/installers": "~1.0",
273                 "ext-hash": "*",
274                 "ext-json": "*",
275                 "lib-openssl": "*",
276                 "php": ">=5.5.0"
277             },
278             "require-dev": {
279                 "php-coveralls/php-coveralls": ">=0.6",
280                 "phpunit/phpunit": ">=7.3",
281                 "squizlabs/php_codesniffer": "2.*"
282             },
283             "type": "library",
284             "autoload": {
285                 "classmap": [
286                     "src/"
287                 ]
288             },
289             "notification-url": "https://packagist.org/downloads/",
290             "license": [
291                 "GPL-3.0+"
292             ],
293             "authors": [
294                 {
295                     "name": "Joshua Atkins",
296                     "role": "Developer",
297                     "email": "joshua.atkins@jublo.net",
298                     "homepage": "http://atkins.im/"
299                 },
300                 {
301                     "name": "J.M.",
302                     "role": "Developer",
303                     "email": "jm@jublo.net",
304                     "homepage": "http://mynetx.net/"
305                 }
306             ],
307             "description": "Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.",
308             "homepage": "https://www.jublo.net/projects/codebird/php",
309             "keywords": [
310                 "api",
311                 "networking",
312                 "twitter"
313             ],
314             "time": "2018-08-16T00:07:08+00:00"
315         }
316     ],
317     "packages-dev": [],
318     "aliases": [],
319     "minimum-stability": "stable",
320     "stability-flags": {
321         "jublonet/codebird-php": 20
322     },
323     "prefer-stable": false,
324     "prefer-lowest": false,
325     "platform": [],
326     "platform-dev": [],
327     "plugin-api-version": "1.1.0"
328 }