]> git.mxchange.org Git - friendica.git/blob - composer.lock
Merge pull request #4264 from annando/item-delete
[friendica.git] / 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#composer-lock-the-lock-file",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "fcf1ea05c07796ccf5ef2c437e6acffd",
8     "packages": [
9         {
10             "name": "bower-asset/base64",
11             "version": "1.0.1",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/davidchambers/Base64.js.git",
15                 "reference": "b2d49f347ed1bce61000a82769bffc837b7c79dc"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/davidchambers/Base64.js/zipball/b2d49f347ed1bce61000a82769bffc837b7c79dc",
20                 "reference": "b2d49f347ed1bce61000a82769bffc837b7c79dc",
21                 "shasum": ""
22             },
23             "type": "bower-asset-library",
24             "extra": {
25                 "bower-asset-main": "./base64.js",
26                 "bower-asset-ignore": [
27                     "**/.*",
28                     "Makefile",
29                     "coverage/",
30                     "scripts/",
31                     "test/"
32                 ]
33             },
34             "license": [
35                 "WTFPL"
36             ],
37             "description": "Base64 encoding and decoding",
38             "time": "2017-03-25T21:16:21+00:00"
39         },
40         {
41             "name": "defuse/php-encryption",
42             "version": "v1.2.1",
43             "source": {
44                 "type": "git",
45                 "url": "https://github.com/defuse/php-encryption.git",
46                 "reference": "b87737b2eec06b13f025cabea847338fa203d1b4"
47             },
48             "dist": {
49                 "type": "zip",
50                 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/b87737b2eec06b13f025cabea847338fa203d1b4",
51                 "reference": "b87737b2eec06b13f025cabea847338fa203d1b4",
52                 "shasum": ""
53             },
54             "require": {
55                 "ext-mcrypt": "*",
56                 "ext-openssl": "*",
57                 "php": ">=5.4.0"
58             },
59             "type": "library",
60             "autoload": {
61                 "files": [
62                     "Crypto.php"
63                 ]
64             },
65             "notification-url": "https://packagist.org/downloads/",
66             "license": [
67                 "MIT"
68             ],
69             "authors": [
70                 {
71                     "name": "Taylor Hornby",
72                     "email": "havoc@defuse.ca"
73                 }
74             ],
75             "description": "Secure PHP Encryption Library",
76             "keywords": [
77                 "aes",
78                 "cipher",
79                 "encryption",
80                 "mcrypt",
81                 "security"
82             ],
83             "time": "2015-03-14T20:27:45+00:00"
84         },
85         {
86             "name": "ezyang/htmlpurifier",
87             "version": "v4.7.0",
88             "source": {
89                 "type": "git",
90                 "url": "https://github.com/ezyang/htmlpurifier.git",
91                 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40"
92             },
93             "dist": {
94                 "type": "zip",
95                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40",
96                 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40",
97                 "shasum": ""
98             },
99             "require": {
100                 "php": ">=5.2"
101             },
102             "type": "library",
103             "autoload": {
104                 "psr-0": {
105                     "HTMLPurifier": "library/"
106                 },
107                 "files": [
108                     "library/HTMLPurifier.composer.php"
109                 ]
110             },
111             "notification-url": "https://packagist.org/downloads/",
112             "license": [
113                 "LGPL"
114             ],
115             "authors": [
116                 {
117                     "name": "Edward Z. Yang",
118                     "email": "admin@htmlpurifier.org",
119                     "homepage": "http://ezyang.com"
120                 }
121             ],
122             "description": "Standards compliant HTML filter written in PHP",
123             "homepage": "http://htmlpurifier.org/",
124             "keywords": [
125                 "html"
126             ],
127             "time": "2015-08-05T01:03:42+00:00"
128         },
129         {
130             "name": "fxp/composer-asset-plugin",
131             "version": "v1.4.2",
132             "source": {
133                 "type": "git",
134                 "url": "https://github.com/fxpio/composer-asset-plugin.git",
135                 "reference": "61352d99940d2b2392a5d2db83b8c0ef5faf222a"
136             },
137             "dist": {
138                 "type": "zip",
139                 "url": "https://api.github.com/repos/fxpio/composer-asset-plugin/zipball/61352d99940d2b2392a5d2db83b8c0ef5faf222a",
140                 "reference": "61352d99940d2b2392a5d2db83b8c0ef5faf222a",
141                 "shasum": ""
142             },
143             "require": {
144                 "composer-plugin-api": "^1.0",
145                 "php": ">=5.3.3"
146             },
147             "require-dev": {
148                 "composer/composer": "^1.4.0"
149             },
150             "type": "composer-plugin",
151             "extra": {
152                 "class": "Fxp\\Composer\\AssetPlugin\\FxpAssetPlugin",
153                 "branch-alias": {
154                     "dev-master": "1.4-dev"
155                 }
156             },
157             "autoload": {
158                 "psr-4": {
159                     "Fxp\\Composer\\AssetPlugin\\": ""
160                 },
161                 "exclude-from-classmap": [
162                     "/Tests/"
163                 ]
164             },
165             "notification-url": "https://packagist.org/downloads/",
166             "license": [
167                 "MIT"
168             ],
169             "authors": [
170                 {
171                     "name": "François Pluchino",
172                     "email": "francois.pluchino@gmail.com"
173                 }
174             ],
175             "description": "NPM/Bower Dependency Manager for Composer",
176             "homepage": "https://github.com/fxpio/composer-asset-plugin",
177             "keywords": [
178                 "asset",
179                 "bower",
180                 "composer",
181                 "dependency manager",
182                 "nodejs",
183                 "npm",
184                 "package"
185             ],
186             "time": "2017-10-20T06:53:56+00:00"
187         },
188         {
189             "name": "league/html-to-markdown",
190             "version": "4.4.1",
191             "source": {
192                 "type": "git",
193                 "url": "https://github.com/thephpleague/html-to-markdown.git",
194                 "reference": "82ea375b5b2b1da1da222644c0565c695bf88186"
195             },
196             "dist": {
197                 "type": "zip",
198                 "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/82ea375b5b2b1da1da222644c0565c695bf88186",
199                 "reference": "82ea375b5b2b1da1da222644c0565c695bf88186",
200                 "shasum": ""
201             },
202             "require": {
203                 "ext-dom": "*",
204                 "ext-xml": "*",
205                 "php": ">=5.3.3"
206             },
207             "require-dev": {
208                 "mikehaertl/php-shellcommand": "~1.1.0",
209                 "phpunit/phpunit": "4.*",
210                 "scrutinizer/ocular": "~1.1"
211             },
212             "bin": [
213                 "bin/html-to-markdown"
214             ],
215             "type": "library",
216             "extra": {
217                 "branch-alias": {
218                     "dev-master": "4.5-dev"
219                 }
220             },
221             "autoload": {
222                 "psr-4": {
223                     "League\\HTMLToMarkdown\\": "src/"
224                 }
225             },
226             "notification-url": "https://packagist.org/downloads/",
227             "license": [
228                 "MIT"
229             ],
230             "authors": [
231                 {
232                     "name": "Colin O'Dell",
233                     "email": "colinodell@gmail.com",
234                     "homepage": "http://www.colinodell.com",
235                     "role": "Lead Developer"
236                 },
237                 {
238                     "name": "Nick Cernis",
239                     "email": "nick@cern.is",
240                     "homepage": "http://modernnerd.net",
241                     "role": "Original Author"
242                 }
243             ],
244             "description": "An HTML-to-markdown conversion helper for PHP",
245             "homepage": "https://github.com/thephpleague/html-to-markdown",
246             "keywords": [
247                 "html",
248                 "markdown"
249             ],
250             "time": "2017-03-16T00:45:59+00:00"
251         },
252         {
253             "name": "michelf/php-markdown",
254             "version": "1.8.0",
255             "source": {
256                 "type": "git",
257                 "url": "https://github.com/michelf/php-markdown.git",
258                 "reference": "01ab082b355bf188d907b9929cd99b2923053495"
259             },
260             "dist": {
261                 "type": "zip",
262                 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
263                 "reference": "01ab082b355bf188d907b9929cd99b2923053495",
264                 "shasum": ""
265             },
266             "require": {
267                 "php": ">=5.3.0"
268             },
269             "type": "library",
270             "autoload": {
271                 "psr-4": {
272                     "Michelf\\": "Michelf/"
273                 }
274             },
275             "notification-url": "https://packagist.org/downloads/",
276             "license": [
277                 "BSD-3-Clause"
278             ],
279             "authors": [
280                 {
281                     "name": "Michel Fortin",
282                     "email": "michel.fortin@michelf.ca",
283                     "homepage": "https://michelf.ca/",
284                     "role": "Developer"
285                 },
286                 {
287                     "name": "John Gruber",
288                     "homepage": "https://daringfireball.net/"
289                 }
290             ],
291             "description": "PHP Markdown",
292             "homepage": "https://michelf.ca/projects/php-markdown/",
293             "keywords": [
294                 "markdown"
295             ],
296             "time": "2018-01-15T00:49:33+00:00"
297         },
298         {
299             "name": "mobiledetect/mobiledetectlib",
300             "version": "2.8.30",
301             "source": {
302                 "type": "git",
303                 "url": "https://github.com/serbanghita/Mobile-Detect.git",
304                 "reference": "5500bbbf312fe77ef0c7223858dad84fe49ee0c3"
305             },
306             "dist": {
307                 "type": "zip",
308                 "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/5500bbbf312fe77ef0c7223858dad84fe49ee0c3",
309                 "reference": "5500bbbf312fe77ef0c7223858dad84fe49ee0c3",
310                 "shasum": ""
311             },
312             "require": {
313                 "php": ">=5.0.0"
314             },
315             "require-dev": {
316                 "phpunit/phpunit": "~4.8.35||~5.7"
317             },
318             "type": "library",
319             "autoload": {
320                 "classmap": [
321                     "Mobile_Detect.php"
322                 ],
323                 "psr-0": {
324                     "Detection": "namespaced/"
325                 }
326             },
327             "notification-url": "https://packagist.org/downloads/",
328             "license": [
329                 "MIT"
330             ],
331             "authors": [
332                 {
333                     "name": "Serban Ghita",
334                     "email": "serbanghita@gmail.com",
335                     "homepage": "http://mobiledetect.net",
336                     "role": "Developer"
337                 }
338             ],
339             "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
340             "homepage": "https://github.com/serbanghita/Mobile-Detect",
341             "keywords": [
342                 "detect mobile devices",
343                 "mobile",
344                 "mobile detect",
345                 "mobile detector",
346                 "php mobile detect"
347             ],
348             "time": "2017-12-18T10:38:51+00:00"
349         },
350         {
351             "name": "paragonie/random_compat",
352             "version": "v2.0.11",
353             "source": {
354                 "type": "git",
355                 "url": "https://github.com/paragonie/random_compat.git",
356                 "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
357             },
358             "dist": {
359                 "type": "zip",
360                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
361                 "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
362                 "shasum": ""
363             },
364             "require": {
365                 "php": ">=5.2.0"
366             },
367             "require-dev": {
368                 "phpunit/phpunit": "4.*|5.*"
369             },
370             "suggest": {
371                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
372             },
373             "type": "library",
374             "autoload": {
375                 "files": [
376                     "lib/random.php"
377                 ]
378             },
379             "notification-url": "https://packagist.org/downloads/",
380             "license": [
381                 "MIT"
382             ],
383             "authors": [
384                 {
385                     "name": "Paragon Initiative Enterprises",
386                     "email": "security@paragonie.com",
387                     "homepage": "https://paragonie.com"
388                 }
389             ],
390             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
391             "keywords": [
392                 "csprng",
393                 "pseudorandom",
394                 "random"
395             ],
396             "time": "2017-09-27T21:40:39+00:00"
397         },
398         {
399             "name": "pear/console_getopt",
400             "version": "v1.4.1",
401             "source": {
402                 "type": "git",
403                 "url": "https://github.com/pear/Console_Getopt.git",
404                 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
405             },
406             "dist": {
407                 "type": "zip",
408                 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
409                 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
410                 "shasum": ""
411             },
412             "type": "library",
413             "autoload": {
414                 "psr-0": {
415                     "Console": "./"
416                 }
417             },
418             "notification-url": "https://packagist.org/downloads/",
419             "include-path": [
420                 "./"
421             ],
422             "license": [
423                 "BSD-2-Clause"
424             ],
425             "authors": [
426                 {
427                     "name": "Greg Beaver",
428                     "email": "cellog@php.net",
429                     "role": "Helper"
430                 },
431                 {
432                     "name": "Andrei Zmievski",
433                     "email": "andrei@php.net",
434                     "role": "Lead"
435                 },
436                 {
437                     "name": "Stig Bakken",
438                     "email": "stig@php.net",
439                     "role": "Developer"
440                 }
441             ],
442             "description": "More info available on: http://pear.php.net/package/Console_Getopt",
443             "time": "2015-07-20T20:28:12+00:00"
444         },
445         {
446             "name": "pear/pear-core-minimal",
447             "version": "v1.10.3",
448             "source": {
449                 "type": "git",
450                 "url": "https://github.com/pear/pear-core-minimal.git",
451                 "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115"
452             },
453             "dist": {
454                 "type": "zip",
455                 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/070f0b600b2caca2501e2c9b7e553016e4b0d115",
456                 "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115",
457                 "shasum": ""
458             },
459             "require": {
460                 "pear/console_getopt": "~1.4",
461                 "pear/pear_exception": "~1.0"
462             },
463             "replace": {
464                 "rsky/pear-core-min": "self.version"
465             },
466             "type": "library",
467             "autoload": {
468                 "psr-0": {
469                     "": "src/"
470                 }
471             },
472             "notification-url": "https://packagist.org/downloads/",
473             "include-path": [
474                 "src/"
475             ],
476             "license": [
477                 "BSD-3-Clause"
478             ],
479             "authors": [
480                 {
481                     "name": "Christian Weiske",
482                     "email": "cweiske@php.net",
483                     "role": "Lead"
484                 }
485             ],
486             "description": "Minimal set of PEAR core files to be used as composer dependency",
487             "time": "2017-02-28T16:46:11+00:00"
488         },
489         {
490             "name": "pear/pear_exception",
491             "version": "v1.0.0",
492             "source": {
493                 "type": "git",
494                 "url": "https://github.com/pear/PEAR_Exception.git",
495                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
496             },
497             "dist": {
498                 "type": "zip",
499                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
500                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
501                 "shasum": ""
502             },
503             "require": {
504                 "php": ">=4.4.0"
505             },
506             "require-dev": {
507                 "phpunit/phpunit": "*"
508             },
509             "type": "class",
510             "extra": {
511                 "branch-alias": {
512                     "dev-master": "1.0.x-dev"
513                 }
514             },
515             "autoload": {
516                 "psr-0": {
517                     "PEAR": ""
518                 }
519             },
520             "notification-url": "https://packagist.org/downloads/",
521             "include-path": [
522                 "."
523             ],
524             "license": [
525                 "BSD-2-Clause"
526             ],
527             "authors": [
528                 {
529                     "name": "Helgi Thormar",
530                     "email": "dufuz@php.net"
531                 },
532                 {
533                     "name": "Greg Beaver",
534                     "email": "cellog@php.net"
535                 }
536             ],
537             "description": "The PEAR Exception base class.",
538             "homepage": "https://github.com/pear/PEAR_Exception",
539             "keywords": [
540                 "exception"
541             ],
542             "time": "2015-02-10T20:07:52+00:00"
543         },
544         {
545             "name": "pear/text_highlighter",
546             "version": "dev-master",
547             "source": {
548                 "type": "git",
549                 "url": "https://github.com/pear/Text_Highlighter.git",
550                 "reference": "4178158d6fef4729bb08654fce8796a123ad0abd"
551             },
552             "dist": {
553                 "type": "zip",
554                 "url": "https://api.github.com/repos/pear/Text_Highlighter/zipball/4178158d6fef4729bb08654fce8796a123ad0abd",
555                 "reference": "4178158d6fef4729bb08654fce8796a123ad0abd",
556                 "shasum": ""
557             },
558             "require": {
559                 "pear/pear-core-minimal": "@stable",
560                 "php": ">=5.4.0"
561             },
562             "require-dev": {
563                 "phpunit/phpunit": "@stable"
564             },
565             "type": "library",
566             "autoload": {
567                 "psr-0": {
568                     "Text": "./"
569                 }
570             },
571             "include-path": [
572                 "./"
573             ],
574             "license": [
575                 "PHP License"
576             ],
577             "authors": [
578                 {
579                     "email": "ssttoo@gmail.com",
580                     "name": "Stoyan Stefanov",
581                     "role": "Lead"
582                 },
583                 {
584                     "email": "demenev@gmail.com",
585                     "name": "Andrey Demenev",
586                     "role": "Lead"
587                 }
588             ],
589             "description": "More info available on: http://pear.php.net/package/Text_Highlighter",
590             "support": {
591                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Text_Highlighter",
592                 "source": "https://github.com/pear/Text_Highlighter"
593             },
594             "time": "2017-03-07T21:20:30+00:00"
595         },
596         {
597             "name": "pear/text_languagedetect",
598             "version": "v1.0.0",
599             "source": {
600                 "type": "git",
601                 "url": "https://github.com/pear/Text_LanguageDetect.git",
602                 "reference": "bb9ff6f4970f686fac59081e916b456021fe7ba6"
603             },
604             "dist": {
605                 "type": "zip",
606                 "url": "https://api.github.com/repos/pear/Text_LanguageDetect/zipball/bb9ff6f4970f686fac59081e916b456021fe7ba6",
607                 "reference": "bb9ff6f4970f686fac59081e916b456021fe7ba6",
608                 "shasum": ""
609             },
610             "require-dev": {
611                 "phpunit/phpunit": "*"
612             },
613             "suggest": {
614                 "ext-mbstring": "May require the mbstring PHP extension"
615             },
616             "type": "library",
617             "autoload": {
618                 "psr-0": {
619                     "Text": "./"
620                 }
621             },
622             "notification-url": "https://packagist.org/downloads/",
623             "include-path": [
624                 "./"
625             ],
626             "license": [
627                 "BSD-2-Clause"
628             ],
629             "authors": [
630                 {
631                     "name": "Nicholas Pisarro",
632                     "email": "taak@php.net",
633                     "role": "Lead"
634                 }
635             ],
636             "description": "Identify human languages from text samples",
637             "homepage": "http://pear.php.net/package/Text_LanguageDetect",
638             "time": "2017-03-02T16:14:08+00:00"
639         },
640         {
641             "name": "smarty/smarty",
642             "version": "v3.1.31",
643             "source": {
644                 "type": "git",
645                 "url": "https://github.com/smarty-php/smarty.git",
646                 "reference": "c7d42e4a327c402897dd587871434888fde1e7a9"
647             },
648             "dist": {
649                 "type": "zip",
650                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/c7d42e4a327c402897dd587871434888fde1e7a9",
651                 "reference": "c7d42e4a327c402897dd587871434888fde1e7a9",
652                 "shasum": ""
653             },
654             "require": {
655                 "php": ">=5.2"
656             },
657             "type": "library",
658             "extra": {
659                 "branch-alias": {
660                     "dev-master": "3.1.x-dev"
661                 }
662             },
663             "autoload": {
664                 "files": [
665                     "libs/bootstrap.php"
666                 ]
667             },
668             "notification-url": "https://packagist.org/downloads/",
669             "license": [
670                 "LGPL-3.0"
671             ],
672             "authors": [
673                 {
674                     "name": "Monte Ohrt",
675                     "email": "monte@ohrt.com"
676                 },
677                 {
678                     "name": "Uwe Tews",
679                     "email": "uwe.tews@googlemail.com"
680                 },
681                 {
682                     "name": "Rodney Rehm",
683                     "email": "rodney.rehm@medialize.de"
684                 }
685             ],
686             "description": "Smarty - the compiling PHP template engine",
687             "homepage": "http://www.smarty.net",
688             "keywords": [
689                 "templating"
690             ],
691             "time": "2016-12-14T21:57:25+00:00"
692         }
693     ],
694     "packages-dev": [],
695     "aliases": [],
696     "minimum-stability": "stable",
697     "stability-flags": {
698         "pear/text_highlighter": 20
699     },
700     "prefer-stable": false,
701     "prefer-lowest": false,
702     "platform": {
703         "php": ">5.6",
704         "ext-xml": "*"
705     },
706     "platform-dev": []
707 }