]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - composer.lock
Merge pull request #2452 from adigitalife/patch-1
[Github/YOURLS.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": "45a0e0b790111024301ac36d90b0b9c6",
8     "packages": [
9         {
10             "name": "aura/sql",
11             "version": "2.5.1",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/auraphp/Aura.Sql.git",
15                 "reference": "ffc692d2037c1e8d17103ad0a128189ba6f59b96"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/auraphp/Aura.Sql/zipball/ffc692d2037c1e8d17103ad0a128189ba6f59b96",
20                 "reference": "ffc692d2037c1e8d17103ad0a128189ba6f59b96",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": ">=5.3.0"
25             },
26             "type": "library",
27             "extra": {
28                 "aura": {
29                     "type": "library"
30                 }
31             },
32             "autoload": {
33                 "psr-4": {
34                     "Aura\\Sql\\": "src/"
35                 }
36             },
37             "notification-url": "https://packagist.org/downloads/",
38             "license": [
39                 "BSD-2-Clause"
40             ],
41             "authors": [
42                 {
43                     "name": "Aura.Sql Contributors",
44                     "homepage": "https://github.com/auraphp/Aura.Sql/contributors"
45                 }
46             ],
47             "description": "A PDO extension that provides lazy connections, array quoting, identifier quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.",
48             "homepage": "https://github.com/auraphp/Aura.Sql",
49             "keywords": [
50                 "mysql",
51                 "pdo",
52                 "pgsql",
53                 "postgres",
54                 "postgresql",
55                 "sql server",
56                 "sqlite",
57                 "sqlserver",
58                 "sqlsrv"
59             ],
60             "time": "2016-10-03T20:31:07+00:00"
61         },
62         {
63             "name": "composer/ca-bundle",
64             "version": "1.0.9",
65             "source": {
66                 "type": "git",
67                 "url": "https://github.com/composer/ca-bundle.git",
68                 "reference": "36344aeffdc37711335563e6108cda86566432a6"
69             },
70             "dist": {
71                 "type": "zip",
72                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/36344aeffdc37711335563e6108cda86566432a6",
73                 "reference": "36344aeffdc37711335563e6108cda86566432a6",
74                 "shasum": ""
75             },
76             "require": {
77                 "ext-openssl": "*",
78                 "ext-pcre": "*",
79                 "php": "^5.3.2 || ^7.0"
80             },
81             "require-dev": {
82                 "phpunit/phpunit": "^4.5",
83                 "psr/log": "^1.0",
84                 "symfony/process": "^2.5 || ^3.0"
85             },
86             "suggest": {
87                 "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
88             },
89             "type": "library",
90             "extra": {
91                 "branch-alias": {
92                     "dev-master": "1.x-dev"
93                 }
94             },
95             "autoload": {
96                 "psr-4": {
97                     "Composer\\CaBundle\\": "src"
98                 }
99             },
100             "notification-url": "https://packagist.org/downloads/",
101             "license": [
102                 "MIT"
103             ],
104             "authors": [
105                 {
106                     "name": "Jordi Boggiano",
107                     "email": "j.boggiano@seld.be",
108                     "homepage": "http://seld.be"
109                 }
110             ],
111             "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
112             "keywords": [
113                 "cabundle",
114                 "cacert",
115                 "certificate",
116                 "ssl",
117                 "tls"
118             ],
119             "time": "2017-11-13T15:51:25+00:00"
120         },
121         {
122             "name": "geoip2/geoip2",
123             "version": "v2.5.0",
124             "source": {
125                 "type": "git",
126                 "url": "https://github.com/maxmind/GeoIP2-php.git",
127                 "reference": "87602e1c9f5014291b06e126847123360cb6c2db"
128             },
129             "dist": {
130                 "type": "zip",
131                 "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/87602e1c9f5014291b06e126847123360cb6c2db",
132                 "reference": "87602e1c9f5014291b06e126847123360cb6c2db",
133                 "shasum": ""
134             },
135             "require": {
136                 "maxmind-db/reader": "~1.0",
137                 "maxmind/web-service-common": "~0.3",
138                 "php": ">=5.3.1"
139             },
140             "require-dev": {
141                 "apigen/apigen": "^4.1",
142                 "phpunit/phpunit": "4.2.*",
143                 "squizlabs/php_codesniffer": "2.*"
144             },
145             "type": "library",
146             "autoload": {
147                 "psr-4": {
148                     "GeoIp2\\": "src"
149                 }
150             },
151             "notification-url": "https://packagist.org/downloads/",
152             "license": [
153                 "Apache-2.0"
154             ],
155             "authors": [
156                 {
157                     "name": "Gregory J. Oschwald",
158                     "email": "goschwald@maxmind.com",
159                     "homepage": "http://www.maxmind.com/"
160                 }
161             ],
162             "description": "MaxMind GeoIP2 PHP API",
163             "homepage": "https://github.com/maxmind/GeoIP2-php",
164             "keywords": [
165                 "IP",
166                 "geoip",
167                 "geoip2",
168                 "geolocation",
169                 "maxmind"
170             ],
171             "time": "2017-05-08T20:05:30+00:00"
172         },
173         {
174             "name": "jakeasmith/http_build_url",
175             "version": "1.0.1",
176             "source": {
177                 "type": "git",
178                 "url": "https://github.com/jakeasmith/http_build_url.git",
179                 "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37"
180             },
181             "dist": {
182                 "type": "zip",
183                 "url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/93c273e77cb1edead0cf8bcf8cd2003428e74e37",
184                 "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37",
185                 "shasum": ""
186             },
187             "type": "library",
188             "autoload": {
189                 "files": [
190                     "src/http_build_url.php"
191                 ]
192             },
193             "notification-url": "https://packagist.org/downloads/",
194             "license": [
195                 "MIT"
196             ],
197             "authors": [
198                 {
199                     "name": "Jake A. Smith",
200                     "email": "theman@jakeasmith.com"
201                 }
202             ],
203             "description": "Provides functionality for http_build_url() to environments without pecl_http.",
204             "time": "2017-05-01T15:36:40+00:00"
205         },
206         {
207             "name": "maxmind-db/reader",
208             "version": "v1.1.3",
209             "source": {
210                 "type": "git",
211                 "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
212                 "reference": "7eeccf61b078bb23bb07b1a151a7e5db52871e65"
213             },
214             "dist": {
215                 "type": "zip",
216                 "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/7eeccf61b078bb23bb07b1a151a7e5db52871e65",
217                 "reference": "7eeccf61b078bb23bb07b1a151a7e5db52871e65",
218                 "shasum": ""
219             },
220             "require": {
221                 "php": ">=5.3.1"
222             },
223             "require-dev": {
224                 "phpunit/phpunit": "4.2.*",
225                 "satooshi/php-coveralls": "1.0.*",
226                 "squizlabs/php_codesniffer": "2.*"
227             },
228             "suggest": {
229                 "ext-bcmath": "bcmath or gmp is requred for decoding larger integers with the pure PHP decoder",
230                 "ext-gmp": "bcmath or gmp is requred for decoding larger integers with the pure PHP decoder",
231                 "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
232             },
233             "type": "library",
234             "autoload": {
235                 "psr-4": {
236                     "MaxMind\\Db\\": "src/MaxMind/Db"
237                 }
238             },
239             "notification-url": "https://packagist.org/downloads/",
240             "license": [
241                 "Apache-2.0"
242             ],
243             "authors": [
244                 {
245                     "name": "Gregory J. Oschwald",
246                     "email": "goschwald@maxmind.com",
247                     "homepage": "http://www.maxmind.com/"
248                 }
249             ],
250             "description": "MaxMind DB Reader API",
251             "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
252             "keywords": [
253                 "database",
254                 "geoip",
255                 "geoip2",
256                 "geolocation",
257                 "maxmind"
258             ],
259             "time": "2017-01-19T23:49:38+00:00"
260         },
261         {
262             "name": "maxmind/web-service-common",
263             "version": "v0.4.0",
264             "source": {
265                 "type": "git",
266                 "url": "https://github.com/maxmind/web-service-common-php.git",
267                 "reference": "622f7c732a7f9c4c62497fc103939e042b6bdb88"
268             },
269             "dist": {
270                 "type": "zip",
271                 "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/622f7c732a7f9c4c62497fc103939e042b6bdb88",
272                 "reference": "622f7c732a7f9c4c62497fc103939e042b6bdb88",
273                 "shasum": ""
274             },
275             "require": {
276                 "composer/ca-bundle": "^1.0.3",
277                 "ext-curl": "*",
278                 "ext-json": "*",
279                 "php": ">=5.4"
280             },
281             "require-dev": {
282                 "friendsofphp/php-cs-fixer": "2.*",
283                 "phpunit/phpunit": "4.*",
284                 "squizlabs/php_codesniffer": "3.*"
285             },
286             "type": "library",
287             "autoload": {
288                 "psr-4": {
289                     "MaxMind\\Exception\\": "src/Exception",
290                     "MaxMind\\WebService\\": "src/WebService"
291                 }
292             },
293             "notification-url": "https://packagist.org/downloads/",
294             "license": [
295                 "Apache-2.0"
296             ],
297             "authors": [
298                 {
299                     "name": "Gregory Oschwald",
300                     "email": "goschwald@maxmind.com"
301                 }
302             ],
303             "description": "Internal MaxMind Web Service API",
304             "homepage": "https://github.com/maxmind/web-service-common-php",
305             "time": "2017-07-06T17:48:21+00:00"
306         },
307         {
308             "name": "ozh/bookmarkletgen",
309             "version": "1.2",
310             "source": {
311                 "type": "git",
312                 "url": "https://github.com/ozh/bookmarkletgen.git",
313                 "reference": "3319b53c493a1474a03d1cc4e087617652284c20"
314             },
315             "dist": {
316                 "type": "zip",
317                 "url": "https://api.github.com/repos/ozh/bookmarkletgen/zipball/3319b53c493a1474a03d1cc4e087617652284c20",
318                 "reference": "3319b53c493a1474a03d1cc4e087617652284c20",
319                 "shasum": ""
320             },
321             "require": {
322                 "php": ">=5.3"
323             },
324             "type": "library",
325             "autoload": {
326                 "psr-0": {
327                     "Ozh\\Bookmarkletgen\\": "src/"
328                 }
329             },
330             "notification-url": "https://packagist.org/downloads/",
331             "license": [
332                 "MIT"
333             ],
334             "authors": [
335                 {
336                     "name": "Ozh",
337                     "homepage": "http://ozh.org/"
338                 }
339             ],
340             "description": "PHP class to convert JS into valid bookmarklet links",
341             "homepage": "https://github.com/ozh/bookmarkletgen",
342             "keywords": [
343                 "bookmarklet",
344                 "javascript"
345             ],
346             "time": "2017-05-18T12:46:21+00:00"
347         },
348         {
349             "name": "ozh/phpass",
350             "version": "1.2.0",
351             "source": {
352                 "type": "git",
353                 "url": "https://github.com/ozh/phpass.git",
354                 "reference": "7d5b99ce3052faa84224cf680dc08c0a12ad396e"
355             },
356             "dist": {
357                 "type": "zip",
358                 "url": "https://api.github.com/repos/ozh/phpass/zipball/7d5b99ce3052faa84224cf680dc08c0a12ad396e",
359                 "reference": "7d5b99ce3052faa84224cf680dc08c0a12ad396e",
360                 "shasum": ""
361             },
362             "require": {
363                 "php": ">=5.3.0"
364             },
365             "type": "library",
366             "autoload": {
367                 "psr-0": {
368                     "Ozh\\Phpass\\": "src/"
369                 }
370             },
371             "notification-url": "https://packagist.org/downloads/",
372             "license": [
373                 "Public Domain"
374             ],
375             "authors": [
376                 {
377                     "name": "Solar Designer",
378                     "email": "solar@openwall.com",
379                     "homepage": "http://openwall.com/phpass/"
380                 }
381             ],
382             "description": "Portable PHP password hashing framework",
383             "homepage": "http://github.com/ozh/phpass/",
384             "keywords": [
385                 "blowfish",
386                 "crypt",
387                 "password",
388                 "security"
389             ],
390             "time": "2017-05-17T23:30:20+00:00"
391         },
392         {
393             "name": "pomo/pomo",
394             "version": "v1.3.0",
395             "source": {
396                 "type": "git",
397                 "url": "https://github.com/LeoColomb/pomo.git",
398                 "reference": "b03f6707db79ff250cf4042a23c70ce69548f277"
399             },
400             "dist": {
401                 "type": "zip",
402                 "url": "https://api.github.com/repos/LeoColomb/pomo/zipball/b03f6707db79ff250cf4042a23c70ce69548f277",
403                 "reference": "b03f6707db79ff250cf4042a23c70ce69548f277",
404                 "shasum": ""
405             },
406             "require": {
407                 "php": ">=5.3.0"
408             },
409             "require-dev": {
410                 "codeclimate/php-test-reporter": "^0.4",
411                 "phpunit/phpunit": ">=4.0",
412                 "squizlabs/php_codesniffer": "^3.0 || ^2.9.1"
413             },
414             "type": "library",
415             "autoload": {
416                 "psr-4": {
417                     "POMO\\": "src"
418                 }
419             },
420             "notification-url": "https://packagist.org/downloads/",
421             "license": [
422                 "GPL-2.0+"
423             ],
424             "authors": [
425                 {
426                     "name": "WordPress",
427                     "homepage": "http://wordpress.org",
428                     "role": "Author"
429                 },
430                 {
431                     "name": "Léo Colombaro",
432                     "homepage": "http://colombaro.fr",
433                     "role": "Maintainer"
434                 }
435             ],
436             "description": "Gettext library to translate with I18n",
437             "homepage": "https://github.com/LeoColomb/pomo",
438             "keywords": [
439                 "gettext",
440                 "i18n",
441                 "internationalization",
442                 "localization",
443                 "translation"
444             ],
445             "time": "2017-05-22T10:49:09+00:00"
446         },
447         {
448             "name": "rmccue/requests",
449             "version": "v1.7.0",
450             "source": {
451                 "type": "git",
452                 "url": "https://github.com/rmccue/Requests.git",
453                 "reference": "87932f52ffad70504d93f04f15690cf16a089546"
454             },
455             "dist": {
456                 "type": "zip",
457                 "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
458                 "reference": "87932f52ffad70504d93f04f15690cf16a089546",
459                 "shasum": ""
460             },
461             "require": {
462                 "php": ">=5.2"
463             },
464             "require-dev": {
465                 "requests/test-server": "dev-master"
466             },
467             "type": "library",
468             "autoload": {
469                 "psr-0": {
470                     "Requests": "library/"
471                 }
472             },
473             "notification-url": "https://packagist.org/downloads/",
474             "license": [
475                 "ISC"
476             ],
477             "authors": [
478                 {
479                     "name": "Ryan McCue",
480                     "homepage": "http://ryanmccue.info"
481                 }
482             ],
483             "description": "A HTTP library written in PHP, for human beings.",
484             "homepage": "http://github.com/rmccue/Requests",
485             "keywords": [
486                 "curl",
487                 "fsockopen",
488                 "http",
489                 "idna",
490                 "ipv6",
491                 "iri",
492                 "sockets"
493             ],
494             "time": "2016-10-13T00:11:37+00:00"
495         },
496         {
497             "name": "symfony/polyfill-mbstring",
498             "version": "v1.5.0",
499             "source": {
500                 "type": "git",
501                 "url": "https://github.com/symfony/polyfill-mbstring.git",
502                 "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
503             },
504             "dist": {
505                 "type": "zip",
506                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
507                 "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
508                 "shasum": ""
509             },
510             "require": {
511                 "php": ">=5.3.3"
512             },
513             "suggest": {
514                 "ext-mbstring": "For best performance"
515             },
516             "type": "library",
517             "extra": {
518                 "branch-alias": {
519                     "dev-master": "1.5-dev"
520                 }
521             },
522             "autoload": {
523                 "psr-4": {
524                     "Symfony\\Polyfill\\Mbstring\\": ""
525                 },
526                 "files": [
527                     "bootstrap.php"
528                 ]
529             },
530             "notification-url": "https://packagist.org/downloads/",
531             "license": [
532                 "MIT"
533             ],
534             "authors": [
535                 {
536                     "name": "Nicolas Grekas",
537                     "email": "p@tchwork.com"
538                 },
539                 {
540                     "name": "Symfony Community",
541                     "homepage": "https://symfony.com/contributors"
542                 }
543             ],
544             "description": "Symfony polyfill for the Mbstring extension",
545             "homepage": "https://symfony.com",
546             "keywords": [
547                 "compatibility",
548                 "mbstring",
549                 "polyfill",
550                 "portable",
551                 "shim"
552             ],
553             "time": "2017-06-14T15:44:48+00:00"
554         }
555     ],
556     "packages-dev": [],
557     "aliases": [],
558     "minimum-stability": "stable",
559     "stability-flags": [],
560     "prefer-stable": false,
561     "prefer-lowest": false,
562     "platform": {
563         "php": ">=5.3",
564         "ext-pdo": "*"
565     },
566     "platform-dev": []
567 }