Verzeichnisstruktur phpBB-3.2.0


Veröffentlicht
06.01.2017

So funktioniert es


Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück

Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

composer.lock

Zuletzt modifiziert: 09.10.2024, 12:54 - Dateigröße: 21.03 KiB


001  {
002      "_readme": [
003          "This file locks the dependencies of your project to a known state",
004          "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
005          "This file is @generated automatically"
006      ],
007      "hash": "734ee27aca2b4b8a33857520f518ef0c",
008      "packages": [],
009      "packages-dev": [
010          {
011              "name": "phpunit/php-code-coverage",
012              "version": "1.2.18",
013              "source": {
014                  "type": "git",
015                  "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
016                  "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
017              },
018              "dist": {
019                  "type": "zip",
020                  "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
021                  "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
022                  "shasum": ""
023              },
024              "require": {
025                  "php": ">=5.3.3",
026                  "phpunit/php-file-iterator": ">=1.3.0@stable",
027                  "phpunit/php-text-template": ">=1.2.0@stable",
028                  "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
029              },
030              "require-dev": {
031                  "phpunit/phpunit": "3.7.*@dev"
032              },
033              "suggest": {
034                  "ext-dom": "*",
035                  "ext-xdebug": ">=2.0.5"
036              },
037              "type": "library",
038              "extra": {
039                  "branch-alias": {
040                      "dev-master": "1.2.x-dev"
041                  }
042              },
043              "autoload": {
044                  "classmap": [
045                      "PHP/"
046                  ]
047              },
048              "notification-url": "https://packagist.org/downloads/",
049              "include-path": [
050                  ""
051              ],
052              "license": [
053                  "BSD-3-Clause"
054              ],
055              "authors": [
056                  {
057                      "name": "Sebastian Bergmann",
058                      "email": "sb@sebastian-bergmann.de",
059                      "role": "lead"
060                  }
061              ],
062              "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
063              "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
064              "keywords": [
065                  "coverage",
066                  "testing",
067                  "xunit"
068              ],
069              "time": "2014-09-02 10:13:14"
070          },
071          {
072              "name": "phpunit/php-file-iterator",
073              "version": "1.4.1",
074              "source": {
075                  "type": "git",
076                  "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
077                  "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
078              },
079              "dist": {
080                  "type": "zip",
081                  "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
082                  "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
083                  "shasum": ""
084              },
085              "require": {
086                  "php": ">=5.3.3"
087              },
088              "type": "library",
089              "extra": {
090                  "branch-alias": {
091                      "dev-master": "1.4.x-dev"
092                  }
093              },
094              "autoload": {
095                  "classmap": [
096                      "src/"
097                  ]
098              },
099              "notification-url": "https://packagist.org/downloads/",
100              "license": [
101                  "BSD-3-Clause"
102              ],
103              "authors": [
104                  {
105                      "name": "Sebastian Bergmann",
106                      "email": "sb@sebastian-bergmann.de",
107                      "role": "lead"
108                  }
109              ],
110              "description": "FilterIterator implementation that filters files based on a list of suffixes.",
111              "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
112              "keywords": [
113                  "filesystem",
114                  "iterator"
115              ],
116              "time": "2015-06-21 13:08:43"
117          },
118          {
119              "name": "phpunit/php-text-template",
120              "version": "1.2.1",
121              "source": {
122                  "type": "git",
123                  "url": "https://github.com/sebastianbergmann/php-text-template.git",
124                  "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
125              },
126              "dist": {
127                  "type": "zip",
128                  "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
129                  "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
130                  "shasum": ""
131              },
132              "require": {
133                  "php": ">=5.3.3"
134              },
135              "type": "library",
136              "autoload": {
137                  "classmap": [
138                      "src/"
139                  ]
140              },
141              "notification-url": "https://packagist.org/downloads/",
142              "license": [
143                  "BSD-3-Clause"
144              ],
145              "authors": [
146                  {
147                      "name": "Sebastian Bergmann",
148                      "email": "sebastian@phpunit.de",
149                      "role": "lead"
150                  }
151              ],
152              "description": "Simple template engine.",
153              "homepage": "https://github.com/sebastianbergmann/php-text-template/",
154              "keywords": [
155                  "template"
156              ],
157              "time": "2015-06-21 13:50:34"
158          },
159          {
160              "name": "phpunit/php-timer",
161              "version": "1.0.7",
162              "source": {
163                  "type": "git",
164                  "url": "https://github.com/sebastianbergmann/php-timer.git",
165                  "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
166              },
167              "dist": {
168                  "type": "zip",
169                  "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
170                  "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
171                  "shasum": ""
172              },
173              "require": {
174                  "php": ">=5.3.3"
175              },
176              "type": "library",
177              "autoload": {
178                  "classmap": [
179                      "src/"
180                  ]
181              },
182              "notification-url": "https://packagist.org/downloads/",
183              "license": [
184                  "BSD-3-Clause"
185              ],
186              "authors": [
187                  {
188                      "name": "Sebastian Bergmann",
189                      "email": "sb@sebastian-bergmann.de",
190                      "role": "lead"
191                  }
192              ],
193              "description": "Utility class for timing",
194              "homepage": "https://github.com/sebastianbergmann/php-timer/",
195              "keywords": [
196                  "timer"
197              ],
198              "time": "2015-06-21 08:01:12"
199          },
200          {
201              "name": "phpunit/php-token-stream",
202              "version": "1.2.2",
203              "source": {
204                  "type": "git",
205                  "url": "https://github.com/sebastianbergmann/php-token-stream.git",
206                  "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
207              },
208              "dist": {
209                  "type": "zip",
210                  "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
211                  "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
212                  "shasum": ""
213              },
214              "require": {
215                  "ext-tokenizer": "*",
216                  "php": ">=5.3.3"
217              },
218              "type": "library",
219              "extra": {
220                  "branch-alias": {
221                      "dev-master": "1.2-dev"
222                  }
223              },
224              "autoload": {
225                  "classmap": [
226                      "PHP/"
227                  ]
228              },
229              "notification-url": "https://packagist.org/downloads/",
230              "include-path": [
231                  ""
232              ],
233              "license": [
234                  "BSD-3-Clause"
235              ],
236              "authors": [
237                  {
238                      "name": "Sebastian Bergmann",
239                      "email": "sb@sebastian-bergmann.de",
240                      "role": "lead"
241                  }
242              ],
243              "description": "Wrapper around PHP's tokenizer extension.",
244              "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
245              "keywords": [
246                  "tokenizer"
247              ],
248              "time": "2014-03-03 05:10:30"
249          },
250          {
251              "name": "phpunit/phpunit",
252              "version": "3.7.38",
253              "source": {
254                  "type": "git",
255                  "url": "https://github.com/sebastianbergmann/phpunit.git",
256                  "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6"
257              },
258              "dist": {
259                  "type": "zip",
260                  "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6",
261                  "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6",
262                  "shasum": ""
263              },
264              "require": {
265                  "ext-ctype": "*",
266                  "ext-dom": "*",
267                  "ext-json": "*",
268                  "ext-pcre": "*",
269                  "ext-reflection": "*",
270                  "ext-spl": "*",
271                  "php": ">=5.3.3",
272                  "phpunit/php-code-coverage": "~1.2",
273                  "phpunit/php-file-iterator": "~1.3",
274                  "phpunit/php-text-template": "~1.1",
275                  "phpunit/php-timer": "~1.0",
276                  "phpunit/phpunit-mock-objects": "~1.2",
277                  "symfony/yaml": "~2.0"
278              },
279              "require-dev": {
280                  "pear-pear.php.net/pear": "1.9.4"
281              },
282              "suggest": {
283                  "phpunit/php-invoker": "~1.1"
284              },
285              "bin": [
286                  "composer/bin/phpunit"
287              ],
288              "type": "library",
289              "extra": {
290                  "branch-alias": {
291                      "dev-master": "3.7.x-dev"
292                  }
293              },
294              "autoload": {
295                  "classmap": [
296                      "PHPUnit/"
297                  ]
298              },
299              "notification-url": "https://packagist.org/downloads/",
300              "include-path": [
301                  "",
302                  "../../symfony/yaml/"
303              ],
304              "license": [
305                  "BSD-3-Clause"
306              ],
307              "authors": [
308                  {
309                      "name": "Sebastian Bergmann",
310                      "email": "sebastian@phpunit.de",
311                      "role": "lead"
312                  }
313              ],
314              "description": "The PHP Unit Testing framework.",
315              "homepage": "http://www.phpunit.de/",
316              "keywords": [
317                  "phpunit",
318                  "testing",
319                  "xunit"
320              ],
321              "time": "2014-10-17 09:04:17"
322          },
323          {
324              "name": "phpunit/phpunit-mock-objects",
325              "version": "1.2.3",
326              "source": {
327                  "type": "git",
328                  "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
329                  "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
330              },
331              "dist": {
332                  "type": "zip",
333                  "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
334                  "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
335                  "shasum": ""
336              },
337              "require": {
338                  "php": ">=5.3.3",
339                  "phpunit/php-text-template": ">=1.1.1@stable"
340              },
341              "suggest": {
342                  "ext-soap": "*"
343              },
344              "type": "library",
345              "autoload": {
346                  "classmap": [
347                      "PHPUnit/"
348                  ]
349              },
350              "notification-url": "https://packagist.org/downloads/",
351              "include-path": [
352                  ""
353              ],
354              "license": [
355                  "BSD-3-Clause"
356              ],
357              "authors": [
358                  {
359                      "name": "Sebastian Bergmann",
360                      "email": "sb@sebastian-bergmann.de",
361                      "role": "lead"
362                  }
363              ],
364              "description": "Mock Object library for PHPUnit",
365              "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
366              "keywords": [
367                  "mock",
368                  "xunit"
369              ],
370              "time": "2013-01-13 10:24:48"
371          },
372          {
373              "name": "predis/predis",
374              "version": "0.8.x-dev",
375              "source": {
376                  "type": "git",
377                  "url": "https://github.com/nrk/predis.git",
378                  "reference": "192dfd61e54c3d32c9526bba03365fff818e17e4"
379              },
380              "dist": {
381                  "type": "zip",
382                  "url": "https://api.github.com/repos/nrk/predis/zipball/192dfd61e54c3d32c9526bba03365fff818e17e4",
383                  "reference": "192dfd61e54c3d32c9526bba03365fff818e17e4",
384                  "shasum": ""
385              },
386              "require": {
387                  "php": ">=5.3.2"
388              },
389              "require-dev": {
390                  "phpunit/phpunit": "~4.0"
391              },
392              "suggest": {
393                  "ext-curl": "Allows access to Webdis when paired with phpiredis",
394                  "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
395              },
396              "type": "library",
397              "autoload": {
398                  "psr-0": {
399                      "Predis": "lib/"
400                  }
401              },
402              "notification-url": "https://packagist.org/downloads/",
403              "license": [
404                  "MIT"
405              ],
406              "authors": [
407                  {
408                      "name": "Daniele Alessandri",
409                      "email": "suppakilla@gmail.com",
410                      "homepage": "http://clorophilla.net"
411                  }
412              ],
413              "description": "Flexible and feature-complete PHP client library for Redis",
414              "homepage": "http://github.com/nrk/predis",
415              "keywords": [
416                  "nosql",
417                  "predis",
418                  "redis"
419              ],
420              "time": "2015-07-07 17:11:00"
421          },
422          {
423              "name": "squizlabs/php_codesniffer",
424              "version": "2.3.4",
425              "source": {
426                  "type": "git",
427                  "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
428                  "reference": "11a2545c44a5915f883e2e5ec12e14ed345e3ab2"
429              },
430              "dist": {
431                  "type": "zip",
432                  "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/11a2545c44a5915f883e2e5ec12e14ed345e3ab2",
433                  "reference": "11a2545c44a5915f883e2e5ec12e14ed345e3ab2",
434                  "shasum": ""
435              },
436              "require": {
437                  "ext-tokenizer": "*",
438                  "ext-xmlwriter": "*",
439                  "php": ">=5.1.2"
440              },
441              "bin": [
442                  "scripts/phpcs",
443                  "scripts/phpcbf"
444              ],
445              "type": "library",
446              "extra": {
447                  "branch-alias": {
448                      "dev-master": "2.0.x-dev"
449                  }
450              },
451              "autoload": {
452                  "classmap": [
453                      "CodeSniffer.php",
454                      "CodeSniffer/CLI.php",
455                      "CodeSniffer/Exception.php",
456                      "CodeSniffer/File.php",
457                      "CodeSniffer/Fixer.php",
458                      "CodeSniffer/Report.php",
459                      "CodeSniffer/Reporting.php",
460                      "CodeSniffer/Sniff.php",
461                      "CodeSniffer/Tokens.php",
462                      "CodeSniffer/Reports/",
463                      "CodeSniffer/Tokenizers/",
464                      "CodeSniffer/DocGenerators/",
465                      "CodeSniffer/Standards/AbstractPatternSniff.php",
466                      "CodeSniffer/Standards/AbstractScopeSniff.php",
467                      "CodeSniffer/Standards/AbstractVariableSniff.php",
468                      "CodeSniffer/Standards/IncorrectPatternException.php",
469                      "CodeSniffer/Standards/Generic/Sniffs/",
470                      "CodeSniffer/Standards/MySource/Sniffs/",
471                      "CodeSniffer/Standards/PEAR/Sniffs/",
472                      "CodeSniffer/Standards/PSR1/Sniffs/",
473                      "CodeSniffer/Standards/PSR2/Sniffs/",
474                      "CodeSniffer/Standards/Squiz/Sniffs/",
475                      "CodeSniffer/Standards/Zend/Sniffs/"
476                  ]
477              },
478              "notification-url": "https://packagist.org/downloads/",
479              "license": [
480                  "BSD-3-Clause"
481              ],
482              "authors": [
483                  {
484                      "name": "Greg Sherwood",
485                      "role": "lead"
486                  }
487              ],
488              "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
489              "homepage": "http://www.squizlabs.com/php-codesniffer",
490              "keywords": [
491                  "phpcs",
492                  "standards"
493              ],
494              "time": "2015-09-09 00:18:50"
495          },
496          {
497              "name": "symfony/http-foundation",
498              "version": "v2.7.4",
499              "source": {
500                  "type": "git",
501                  "url": "https://github.com/symfony/HttpFoundation.git",
502                  "reference": "7253c2041652353e71560bbd300d6256d170ddaf"
503              },
504              "dist": {
505                  "type": "zip",
506                  "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/7253c2041652353e71560bbd300d6256d170ddaf",
507                  "reference": "7253c2041652353e71560bbd300d6256d170ddaf",
508                  "shasum": ""
509              },
510              "require": {
511                  "php": ">=5.3.9"
512              },
513              "require-dev": {
514                  "symfony/expression-language": "~2.4",
515                  "symfony/phpunit-bridge": "~2.7"
516              },
517              "type": "library",
518              "extra": {
519                  "branch-alias": {
520                      "dev-master": "2.7-dev"
521                  }
522              },
523              "autoload": {
524                  "psr-4": {
525                      "Symfony\\Component\\HttpFoundation\\": ""
526                  },
527                  "classmap": [
528                      "Resources/stubs"
529                  ]
530              },
531              "notification-url": "https://packagist.org/downloads/",
532              "license": [
533                  "MIT"
534              ],
535              "authors": [
536                  {
537                      "name": "Fabien Potencier",
538                      "email": "fabien@symfony.com"
539                  },
540                  {
541                      "name": "Symfony Community",
542                      "homepage": "https://symfony.com/contributors"
543                  }
544              ],
545              "description": "Symfony HttpFoundation Component",
546              "homepage": "https://symfony.com",
547              "time": "2015-08-27 06:45:45"
548          },
549          {
550              "name": "symfony/yaml",
551              "version": "v2.7.4",
552              "source": {
553                  "type": "git",
554                  "url": "https://github.com/symfony/Yaml.git",
555                  "reference": "2dc7b06c065df96cc686c66da2705e5e18aef661"
556              },
557              "dist": {
558                  "type": "zip",
559                  "url": "https://api.github.com/repos/symfony/Yaml/zipball/2dc7b06c065df96cc686c66da2705e5e18aef661",
560                  "reference": "2dc7b06c065df96cc686c66da2705e5e18aef661",
561                  "shasum": ""
562              },
563              "require": {
564                  "php": ">=5.3.9"
565              },
566              "require-dev": {
567                  "symfony/phpunit-bridge": "~2.7"
568              },
569              "type": "library",
570              "extra": {
571                  "branch-alias": {
572                      "dev-master": "2.7-dev"
573                  }
574              },
575              "autoload": {
576                  "psr-4": {
577                      "Symfony\\Component\\Yaml\\": ""
578                  }
579              },
580              "notification-url": "https://packagist.org/downloads/",
581              "license": [
582                  "MIT"
583              ],
584              "authors": [
585                  {
586                      "name": "Fabien Potencier",
587                      "email": "fabien@symfony.com"
588                  },
589                  {
590                      "name": "Symfony Community",
591                      "homepage": "https://symfony.com/contributors"
592                  }
593              ],
594              "description": "Symfony Yaml Component",
595              "homepage": "https://symfony.com",
596              "time": "2015-08-24 07:13:45"
597          }
598      ],
599      "aliases": [],
600      "minimum-stability": "stable",
601      "stability-flags": {
602          "predis/predis": 20
603      },
604      "prefer-stable": false,
605      "prefer-lowest": false,
606      "platform": {
607          "php": ">=5.3.0"
608      },
609      "platform-dev": []
610  }
611