]> git.mxchange.org Git - friendica.git/blob - composer.lock
Merge pull request #4267 from MrPetovan/task/4116-move-colorbox-to-composer
[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": "228247829bf46d313ca451f94b87c7ef",
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": "npm-asset/jquery",
352             "version": "1.12.4",
353             "dist": {
354                 "type": "tar",
355                 "url": "https://registry.npmjs.org/jquery/-/jquery-1.12.4.tgz",
356                 "reference": null,
357                 "shasum": "01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c"
358             },
359             "require-dev": {
360                 "npm-asset/commitplease": "2.0.0",
361                 "npm-asset/core-js": "0.9.17",
362                 "npm-asset/grunt": "0.4.5",
363                 "npm-asset/grunt-babel": "5.0.1",
364                 "npm-asset/grunt-cli": "0.1.13",
365                 "npm-asset/grunt-compare-size": "0.4.0",
366                 "npm-asset/grunt-contrib-jshint": "0.11.2",
367                 "npm-asset/grunt-contrib-uglify": "0.9.2",
368                 "npm-asset/grunt-contrib-watch": "0.6.1",
369                 "npm-asset/grunt-git-authors": "2.0.1",
370                 "npm-asset/grunt-jscs": "2.1.0",
371                 "npm-asset/grunt-jsonlint": "1.0.4",
372                 "npm-asset/grunt-npmcopy": "0.1.0",
373                 "npm-asset/gzip-js": "0.3.2",
374                 "npm-asset/jsdom": "5.6.1",
375                 "npm-asset/load-grunt-tasks": "1.0.0",
376                 "npm-asset/npm": "2.1.12",
377                 "npm-asset/qunit-assert-step": "1.0.3",
378                 "npm-asset/qunitjs": "1.17.1",
379                 "npm-asset/requirejs": "2.1.17",
380                 "npm-asset/sinon": "1.12.2",
381                 "npm-asset/sizzle": "2.2.1",
382                 "npm-asset/strip-json-comments": "1.0.3",
383                 "npm-asset/testswarm": "1.1.0",
384                 "npm-asset/win-spawn": "2.0.0"
385             },
386             "type": "npm-asset-library",
387             "extra": {
388                 "npm-asset-bugs": {
389                     "url": "https://github.com/jquery/jquery/issues"
390                 },
391                 "npm-asset-main": "dist/jquery.js",
392                 "npm-asset-directories": [],
393                 "npm-asset-repository": {
394                     "type": "git",
395                     "url": "git+https://github.com/jquery/jquery.git"
396                 },
397                 "npm-asset-scripts": {
398                     "build": "npm install && grunt",
399                     "start": "grunt watch",
400                     "test": "grunt && grunt test"
401                 }
402             },
403             "license": [
404                 "MIT"
405             ],
406             "authors": [
407                 {
408                     "name": "jQuery Foundation and other contributors",
409                     "url": "https://github.com/jquery/jquery/blob/1.12-stable/AUTHORS.txt"
410                 }
411             ],
412             "description": "JavaScript library for DOM operations",
413             "homepage": "http://jquery.com",
414             "keywords": [
415                 "browser",
416                 "javascript",
417                 "jquery",
418                 "library"
419             ],
420             "time": "2016-05-20T17:19:07+00:00"
421         },
422         {
423             "name": "npm-asset/jquery-colorbox",
424             "version": "1.6.4",
425             "dist": {
426                 "type": "tar",
427                 "url": "https://registry.npmjs.org/jquery-colorbox/-/jquery-colorbox-1.6.4.tgz",
428                 "reference": null,
429                 "shasum": "799452523a6c494839224ef702e807deb9c06cc5"
430             },
431             "require": {
432                 "npm-asset/jquery": ">=1.3.2"
433             },
434             "type": "npm-asset-library",
435             "extra": {
436                 "npm-asset-bugs": {
437                     "url": "https://github.com/jackmoore/colorbox/issues"
438                 },
439                 "npm-asset-main": "jquery.colorbox.js",
440                 "npm-asset-directories": [],
441                 "npm-asset-repository": {
442                     "type": "git",
443                     "url": "git+ssh://git@github.com/jackmoore/colorbox.git"
444                 },
445                 "npm-asset-scripts": []
446             },
447             "license": [
448                 "MIT"
449             ],
450             "authors": [
451                 {
452                     "name": "Jack Moore",
453                     "email": "hello@jacklmoore.com",
454                     "url": "http://www.jacklmoore.com"
455                 }
456             ],
457             "description": "jQuery lightbox and modal window plugin.",
458             "homepage": "http://www.jacklmoore.com/colorbox",
459             "keywords": [
460                 "gallery",
461                 "jquery-plugin",
462                 "lightbox",
463                 "modal",
464                 "popup",
465                 "ui"
466             ],
467             "time": "2016-05-10T22:22:39+00:00"
468         },
469         {
470             "name": "paragonie/random_compat",
471             "version": "v2.0.11",
472             "source": {
473                 "type": "git",
474                 "url": "https://github.com/paragonie/random_compat.git",
475                 "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
476             },
477             "dist": {
478                 "type": "zip",
479                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
480                 "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
481                 "shasum": ""
482             },
483             "require": {
484                 "php": ">=5.2.0"
485             },
486             "require-dev": {
487                 "phpunit/phpunit": "4.*|5.*"
488             },
489             "suggest": {
490                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
491             },
492             "type": "library",
493             "autoload": {
494                 "files": [
495                     "lib/random.php"
496                 ]
497             },
498             "notification-url": "https://packagist.org/downloads/",
499             "license": [
500                 "MIT"
501             ],
502             "authors": [
503                 {
504                     "name": "Paragon Initiative Enterprises",
505                     "email": "security@paragonie.com",
506                     "homepage": "https://paragonie.com"
507                 }
508             ],
509             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
510             "keywords": [
511                 "csprng",
512                 "pseudorandom",
513                 "random"
514             ],
515             "time": "2017-09-27T21:40:39+00:00"
516         },
517         {
518             "name": "pear/console_getopt",
519             "version": "v1.4.1",
520             "source": {
521                 "type": "git",
522                 "url": "https://github.com/pear/Console_Getopt.git",
523                 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
524             },
525             "dist": {
526                 "type": "zip",
527                 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
528                 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
529                 "shasum": ""
530             },
531             "type": "library",
532             "autoload": {
533                 "psr-0": {
534                     "Console": "./"
535                 }
536             },
537             "notification-url": "https://packagist.org/downloads/",
538             "include-path": [
539                 "./"
540             ],
541             "license": [
542                 "BSD-2-Clause"
543             ],
544             "authors": [
545                 {
546                     "name": "Greg Beaver",
547                     "email": "cellog@php.net",
548                     "role": "Helper"
549                 },
550                 {
551                     "name": "Andrei Zmievski",
552                     "email": "andrei@php.net",
553                     "role": "Lead"
554                 },
555                 {
556                     "name": "Stig Bakken",
557                     "email": "stig@php.net",
558                     "role": "Developer"
559                 }
560             ],
561             "description": "More info available on: http://pear.php.net/package/Console_Getopt",
562             "time": "2015-07-20T20:28:12+00:00"
563         },
564         {
565             "name": "pear/pear-core-minimal",
566             "version": "v1.10.3",
567             "source": {
568                 "type": "git",
569                 "url": "https://github.com/pear/pear-core-minimal.git",
570                 "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115"
571             },
572             "dist": {
573                 "type": "zip",
574                 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/070f0b600b2caca2501e2c9b7e553016e4b0d115",
575                 "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115",
576                 "shasum": ""
577             },
578             "require": {
579                 "pear/console_getopt": "~1.4",
580                 "pear/pear_exception": "~1.0"
581             },
582             "replace": {
583                 "rsky/pear-core-min": "self.version"
584             },
585             "type": "library",
586             "autoload": {
587                 "psr-0": {
588                     "": "src/"
589                 }
590             },
591             "notification-url": "https://packagist.org/downloads/",
592             "include-path": [
593                 "src/"
594             ],
595             "license": [
596                 "BSD-3-Clause"
597             ],
598             "authors": [
599                 {
600                     "name": "Christian Weiske",
601                     "email": "cweiske@php.net",
602                     "role": "Lead"
603                 }
604             ],
605             "description": "Minimal set of PEAR core files to be used as composer dependency",
606             "time": "2017-02-28T16:46:11+00:00"
607         },
608         {
609             "name": "pear/pear_exception",
610             "version": "v1.0.0",
611             "source": {
612                 "type": "git",
613                 "url": "https://github.com/pear/PEAR_Exception.git",
614                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
615             },
616             "dist": {
617                 "type": "zip",
618                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
619                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
620                 "shasum": ""
621             },
622             "require": {
623                 "php": ">=4.4.0"
624             },
625             "require-dev": {
626                 "phpunit/phpunit": "*"
627             },
628             "type": "class",
629             "extra": {
630                 "branch-alias": {
631                     "dev-master": "1.0.x-dev"
632                 }
633             },
634             "autoload": {
635                 "psr-0": {
636                     "PEAR": ""
637                 }
638             },
639             "notification-url": "https://packagist.org/downloads/",
640             "include-path": [
641                 "."
642             ],
643             "license": [
644                 "BSD-2-Clause"
645             ],
646             "authors": [
647                 {
648                     "name": "Helgi Thormar",
649                     "email": "dufuz@php.net"
650                 },
651                 {
652                     "name": "Greg Beaver",
653                     "email": "cellog@php.net"
654                 }
655             ],
656             "description": "The PEAR Exception base class.",
657             "homepage": "https://github.com/pear/PEAR_Exception",
658             "keywords": [
659                 "exception"
660             ],
661             "time": "2015-02-10T20:07:52+00:00"
662         },
663         {
664             "name": "pear/text_highlighter",
665             "version": "dev-master",
666             "source": {
667                 "type": "git",
668                 "url": "https://github.com/pear/Text_Highlighter.git",
669                 "reference": "4178158d6fef4729bb08654fce8796a123ad0abd"
670             },
671             "dist": {
672                 "type": "zip",
673                 "url": "https://api.github.com/repos/pear/Text_Highlighter/zipball/4178158d6fef4729bb08654fce8796a123ad0abd",
674                 "reference": "4178158d6fef4729bb08654fce8796a123ad0abd",
675                 "shasum": ""
676             },
677             "require": {
678                 "pear/pear-core-minimal": "@stable",
679                 "php": ">=5.4.0"
680             },
681             "require-dev": {
682                 "phpunit/phpunit": "@stable"
683             },
684             "type": "library",
685             "autoload": {
686                 "psr-0": {
687                     "Text": "./"
688                 }
689             },
690             "include-path": [
691                 "./"
692             ],
693             "license": [
694                 "PHP License"
695             ],
696             "authors": [
697                 {
698                     "email": "ssttoo@gmail.com",
699                     "name": "Stoyan Stefanov",
700                     "role": "Lead"
701                 },
702                 {
703                     "email": "demenev@gmail.com",
704                     "name": "Andrey Demenev",
705                     "role": "Lead"
706                 }
707             ],
708             "description": "More info available on: http://pear.php.net/package/Text_Highlighter",
709             "support": {
710                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Text_Highlighter",
711                 "source": "https://github.com/pear/Text_Highlighter"
712             },
713             "time": "2017-03-07T21:20:30+00:00"
714         },
715         {
716             "name": "pear/text_languagedetect",
717             "version": "v1.0.0",
718             "source": {
719                 "type": "git",
720                 "url": "https://github.com/pear/Text_LanguageDetect.git",
721                 "reference": "bb9ff6f4970f686fac59081e916b456021fe7ba6"
722             },
723             "dist": {
724                 "type": "zip",
725                 "url": "https://api.github.com/repos/pear/Text_LanguageDetect/zipball/bb9ff6f4970f686fac59081e916b456021fe7ba6",
726                 "reference": "bb9ff6f4970f686fac59081e916b456021fe7ba6",
727                 "shasum": ""
728             },
729             "require-dev": {
730                 "phpunit/phpunit": "*"
731             },
732             "suggest": {
733                 "ext-mbstring": "May require the mbstring PHP extension"
734             },
735             "type": "library",
736             "autoload": {
737                 "psr-0": {
738                     "Text": "./"
739                 }
740             },
741             "notification-url": "https://packagist.org/downloads/",
742             "include-path": [
743                 "./"
744             ],
745             "license": [
746                 "BSD-2-Clause"
747             ],
748             "authors": [
749                 {
750                     "name": "Nicholas Pisarro",
751                     "email": "taak@php.net",
752                     "role": "Lead"
753                 }
754             ],
755             "description": "Identify human languages from text samples",
756             "homepage": "http://pear.php.net/package/Text_LanguageDetect",
757             "time": "2017-03-02T16:14:08+00:00"
758         },
759         {
760             "name": "smarty/smarty",
761             "version": "v3.1.31",
762             "source": {
763                 "type": "git",
764                 "url": "https://github.com/smarty-php/smarty.git",
765                 "reference": "c7d42e4a327c402897dd587871434888fde1e7a9"
766             },
767             "dist": {
768                 "type": "zip",
769                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/c7d42e4a327c402897dd587871434888fde1e7a9",
770                 "reference": "c7d42e4a327c402897dd587871434888fde1e7a9",
771                 "shasum": ""
772             },
773             "require": {
774                 "php": ">=5.2"
775             },
776             "type": "library",
777             "extra": {
778                 "branch-alias": {
779                     "dev-master": "3.1.x-dev"
780                 }
781             },
782             "autoload": {
783                 "files": [
784                     "libs/bootstrap.php"
785                 ]
786             },
787             "notification-url": "https://packagist.org/downloads/",
788             "license": [
789                 "LGPL-3.0"
790             ],
791             "authors": [
792                 {
793                     "name": "Monte Ohrt",
794                     "email": "monte@ohrt.com"
795                 },
796                 {
797                     "name": "Uwe Tews",
798                     "email": "uwe.tews@googlemail.com"
799                 },
800                 {
801                     "name": "Rodney Rehm",
802                     "email": "rodney.rehm@medialize.de"
803                 }
804             ],
805             "description": "Smarty - the compiling PHP template engine",
806             "homepage": "http://www.smarty.net",
807             "keywords": [
808                 "templating"
809             ],
810             "time": "2016-12-14T21:57:25+00:00"
811         }
812     ],
813     "packages-dev": [],
814     "aliases": [],
815     "minimum-stability": "stable",
816     "stability-flags": {
817         "pear/text_highlighter": 20
818     },
819     "prefer-stable": false,
820     "prefer-lowest": false,
821     "platform": {
822         "php": ">5.6",
823         "ext-xml": "*"
824     },
825     "platform-dev": []
826 }