]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - composer.lock
Update ydb->query() functions
[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": "ad9080ca28b70dc8c9b2f2d3ba2ef3c4",
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.7",
65             "source": {
66                 "type": "git",
67                 "url": "https://github.com/composer/ca-bundle.git",
68                 "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12"
69             },
70             "dist": {
71                 "type": "zip",
72                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b17e6153cb7f33c7e44eb59578dc12eee5dc8e12",
73                 "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12",
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-03-06T11:59:08+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": "maxmind-db/reader",
175             "version": "v1.1.3",
176             "source": {
177                 "type": "git",
178                 "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
179                 "reference": "7eeccf61b078bb23bb07b1a151a7e5db52871e65"
180             },
181             "dist": {
182                 "type": "zip",
183                 "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/7eeccf61b078bb23bb07b1a151a7e5db52871e65",
184                 "reference": "7eeccf61b078bb23bb07b1a151a7e5db52871e65",
185                 "shasum": ""
186             },
187             "require": {
188                 "php": ">=5.3.1"
189             },
190             "require-dev": {
191                 "phpunit/phpunit": "4.2.*",
192                 "satooshi/php-coveralls": "1.0.*",
193                 "squizlabs/php_codesniffer": "2.*"
194             },
195             "suggest": {
196                 "ext-bcmath": "bcmath or gmp is requred for decoding larger integers with the pure PHP decoder",
197                 "ext-gmp": "bcmath or gmp is requred for decoding larger integers with the pure PHP decoder",
198                 "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
199             },
200             "type": "library",
201             "autoload": {
202                 "psr-4": {
203                     "MaxMind\\Db\\": "src/MaxMind/Db"
204                 }
205             },
206             "notification-url": "https://packagist.org/downloads/",
207             "license": [
208                 "Apache-2.0"
209             ],
210             "authors": [
211                 {
212                     "name": "Gregory J. Oschwald",
213                     "email": "goschwald@maxmind.com",
214                     "homepage": "http://www.maxmind.com/"
215                 }
216             ],
217             "description": "MaxMind DB Reader API",
218             "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
219             "keywords": [
220                 "database",
221                 "geoip",
222                 "geoip2",
223                 "geolocation",
224                 "maxmind"
225             ],
226             "time": "2017-01-19T23:49:38+00:00"
227         },
228         {
229             "name": "maxmind/web-service-common",
230             "version": "v0.4.0",
231             "source": {
232                 "type": "git",
233                 "url": "https://github.com/maxmind/web-service-common-php.git",
234                 "reference": "622f7c732a7f9c4c62497fc103939e042b6bdb88"
235             },
236             "dist": {
237                 "type": "zip",
238                 "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/622f7c732a7f9c4c62497fc103939e042b6bdb88",
239                 "reference": "622f7c732a7f9c4c62497fc103939e042b6bdb88",
240                 "shasum": ""
241             },
242             "require": {
243                 "composer/ca-bundle": "^1.0.3",
244                 "ext-curl": "*",
245                 "ext-json": "*",
246                 "php": ">=5.4"
247             },
248             "require-dev": {
249                 "friendsofphp/php-cs-fixer": "2.*",
250                 "phpunit/phpunit": "4.*",
251                 "squizlabs/php_codesniffer": "3.*"
252             },
253             "type": "library",
254             "autoload": {
255                 "psr-4": {
256                     "MaxMind\\Exception\\": "src/Exception",
257                     "MaxMind\\WebService\\": "src/WebService"
258                 }
259             },
260             "notification-url": "https://packagist.org/downloads/",
261             "license": [
262                 "Apache-2.0"
263             ],
264             "authors": [
265                 {
266                     "name": "Gregory Oschwald",
267                     "email": "goschwald@maxmind.com"
268                 }
269             ],
270             "description": "Internal MaxMind Web Service API",
271             "homepage": "https://github.com/maxmind/web-service-common-php",
272             "time": "2017-07-06T17:48:21+00:00"
273         },
274         {
275             "name": "ozh/bookmarkletgen",
276             "version": "1.2",
277             "source": {
278                 "type": "git",
279                 "url": "https://github.com/ozh/bookmarkletgen.git",
280                 "reference": "3319b53c493a1474a03d1cc4e087617652284c20"
281             },
282             "dist": {
283                 "type": "zip",
284                 "url": "https://api.github.com/repos/ozh/bookmarkletgen/zipball/3319b53c493a1474a03d1cc4e087617652284c20",
285                 "reference": "3319b53c493a1474a03d1cc4e087617652284c20",
286                 "shasum": ""
287             },
288             "require": {
289                 "php": ">=5.3"
290             },
291             "type": "library",
292             "autoload": {
293                 "psr-0": {
294                     "Ozh\\Bookmarkletgen\\": "src/"
295                 }
296             },
297             "notification-url": "https://packagist.org/downloads/",
298             "license": [
299                 "MIT"
300             ],
301             "authors": [
302                 {
303                     "name": "Ozh",
304                     "homepage": "http://ozh.org/"
305                 }
306             ],
307             "description": "PHP class to convert JS into valid bookmarklet links",
308             "homepage": "https://github.com/ozh/bookmarkletgen",
309             "keywords": [
310                 "bookmarklet",
311                 "javascript"
312             ],
313             "time": "2017-05-18T12:46:21+00:00"
314         },
315         {
316             "name": "ozh/phpass",
317             "version": "1.2.0",
318             "source": {
319                 "type": "git",
320                 "url": "https://github.com/ozh/phpass.git",
321                 "reference": "7d5b99ce3052faa84224cf680dc08c0a12ad396e"
322             },
323             "dist": {
324                 "type": "zip",
325                 "url": "https://api.github.com/repos/ozh/phpass/zipball/7d5b99ce3052faa84224cf680dc08c0a12ad396e",
326                 "reference": "7d5b99ce3052faa84224cf680dc08c0a12ad396e",
327                 "shasum": ""
328             },
329             "require": {
330                 "php": ">=5.3.0"
331             },
332             "type": "library",
333             "autoload": {
334                 "psr-0": {
335                     "Ozh\\Phpass\\": "src/"
336                 }
337             },
338             "notification-url": "https://packagist.org/downloads/",
339             "license": [
340                 "Public Domain"
341             ],
342             "authors": [
343                 {
344                     "name": "Solar Designer",
345                     "email": "solar@openwall.com",
346                     "homepage": "http://openwall.com/phpass/"
347                 }
348             ],
349             "description": "Portable PHP password hashing framework",
350             "homepage": "http://github.com/ozh/phpass/",
351             "keywords": [
352                 "blowfish",
353                 "crypt",
354                 "password",
355                 "security"
356             ],
357             "time": "2017-05-17T23:30:20+00:00"
358         },
359         {
360             "name": "pomo/pomo",
361             "version": "v1.3.0",
362             "source": {
363                 "type": "git",
364                 "url": "https://github.com/LeoColomb/pomo.git",
365                 "reference": "b03f6707db79ff250cf4042a23c70ce69548f277"
366             },
367             "dist": {
368                 "type": "zip",
369                 "url": "https://api.github.com/repos/LeoColomb/pomo/zipball/b03f6707db79ff250cf4042a23c70ce69548f277",
370                 "reference": "b03f6707db79ff250cf4042a23c70ce69548f277",
371                 "shasum": ""
372             },
373             "require": {
374                 "php": ">=5.3.0"
375             },
376             "require-dev": {
377                 "codeclimate/php-test-reporter": "^0.4",
378                 "phpunit/phpunit": ">=4.0",
379                 "squizlabs/php_codesniffer": "^3.0 || ^2.9.1"
380             },
381             "type": "library",
382             "autoload": {
383                 "psr-4": {
384                     "POMO\\": "src"
385                 }
386             },
387             "notification-url": "https://packagist.org/downloads/",
388             "license": [
389                 "GPL-2.0+"
390             ],
391             "authors": [
392                 {
393                     "name": "WordPress",
394                     "homepage": "http://wordpress.org",
395                     "role": "Author"
396                 },
397                 {
398                     "name": "Léo Colombaro",
399                     "homepage": "http://colombaro.fr",
400                     "role": "Maintainer"
401                 }
402             ],
403             "description": "Gettext library to translate with I18n",
404             "homepage": "https://github.com/LeoColomb/pomo",
405             "keywords": [
406                 "gettext",
407                 "i18n",
408                 "internationalization",
409                 "localization",
410                 "translation"
411             ],
412             "time": "2017-05-22T10:49:09+00:00"
413         },
414         {
415             "name": "rmccue/requests",
416             "version": "v1.7.0",
417             "source": {
418                 "type": "git",
419                 "url": "https://github.com/rmccue/Requests.git",
420                 "reference": "87932f52ffad70504d93f04f15690cf16a089546"
421             },
422             "dist": {
423                 "type": "zip",
424                 "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
425                 "reference": "87932f52ffad70504d93f04f15690cf16a089546",
426                 "shasum": ""
427             },
428             "require": {
429                 "php": ">=5.2"
430             },
431             "require-dev": {
432                 "requests/test-server": "dev-master"
433             },
434             "type": "library",
435             "autoload": {
436                 "psr-0": {
437                     "Requests": "library/"
438                 }
439             },
440             "notification-url": "https://packagist.org/downloads/",
441             "license": [
442                 "ISC"
443             ],
444             "authors": [
445                 {
446                     "name": "Ryan McCue",
447                     "homepage": "http://ryanmccue.info"
448                 }
449             ],
450             "description": "A HTTP library written in PHP, for human beings.",
451             "homepage": "http://github.com/rmccue/Requests",
452             "keywords": [
453                 "curl",
454                 "fsockopen",
455                 "http",
456                 "idna",
457                 "ipv6",
458                 "iri",
459                 "sockets"
460             ],
461             "time": "2016-10-13T00:11:37+00:00"
462         }
463     ],
464     "packages-dev": [],
465     "aliases": [],
466     "minimum-stability": "stable",
467     "stability-flags": [],
468     "prefer-stable": false,
469     "prefer-lowest": false,
470     "platform": {
471         "php": ">=5.3",
472         "ext-pdo": "*"
473     },
474     "platform-dev": []
475 }