Verzeichnisstruktur phpBB-3.1.0
- Veröffentlicht
- 27.10.2014
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. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
installed.json
001 [
002 {
003 "name": "lusitanian/oauth",
004 "version": "v0.2.1",
005 "version_normalized": "0.2.1.0",
006 "source": {
007 "type": "git",
008 "url": "https://github.com/Lusitanian/PHPoAuthLib.git",
009 "reference": "00c667d93058e983fc1b7d3d1cebdb1bc03fb043"
010 },
011 "dist": {
012 "type": "zip",
013 "url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/00c667d93058e983fc1b7d3d1cebdb1bc03fb043",
014 "reference": "00c667d93058e983fc1b7d3d1cebdb1bc03fb043",
015 "shasum": ""
016 },
017 "require": {
018 "php": ">=5.3.0"
019 },
020 "require-dev": {
021 "phpunit/phpunit": "3.7.*",
022 "predis/predis": "0.8.*@dev",
023 "symfony/http-foundation": "~2.1"
024 },
025 "suggest": {
026 "predis/predis": "Allows using the Redis storage backend.",
027 "symfony/http-foundation": "Allows using the Symfony Session storage backend."
028 },
029 "time": "2013-08-29 21:40:04",
030 "type": "library",
031 "extra": {
032 "branch-alias": {
033 "dev-master": "0.1-dev"
034 }
035 },
036 "installation-source": "dist",
037 "autoload": {
038 "psr-0": {
039 "OAuth": "src",
040 "OAuth\\Unit": "tests"
041 }
042 },
043 "notification-url": "https://packagist.org/downloads/",
044 "license": [
045 "MIT"
046 ],
047 "authors": [
048 {
049 "name": "David Desberg",
050 "email": "david@daviddesberg.com"
051 },
052 {
053 "name": "Pieter Hordijk",
054 "email": "info@pieterhordijk.com",
055 "homepage": "https://pieterhordijk.com",
056 "role": "developer"
057 }
058 ],
059 "description": "PHP 5.3+ oAuth 1/2 Library",
060 "keywords": [
061 "Authentication",
062 "authorization",
063 "oauth",
064 "security"
065 ]
066 },
067 {
068 "name": "symfony/filesystem",
069 "version": "v2.3.21",
070 "version_normalized": "2.3.21.0",
071 "target-dir": "Symfony/Component/Filesystem",
072 "source": {
073 "type": "git",
074 "url": "https://github.com/symfony/Filesystem.git",
075 "reference": "1c3a5fab445d1d4a5d57f8fbf1379696c9785942"
076 },
077 "dist": {
078 "type": "zip",
079 "url": "https://api.github.com/repos/symfony/Filesystem/zipball/1c3a5fab445d1d4a5d57f8fbf1379696c9785942",
080 "reference": "1c3a5fab445d1d4a5d57f8fbf1379696c9785942",
081 "shasum": ""
082 },
083 "require": {
084 "php": ">=5.3.3"
085 },
086 "time": "2014-09-22 08:32:35",
087 "type": "library",
088 "extra": {
089 "branch-alias": {
090 "dev-master": "2.3-dev"
091 }
092 },
093 "installation-source": "dist",
094 "autoload": {
095 "psr-0": {
096 "Symfony\\Component\\Filesystem\\": ""
097 }
098 },
099 "notification-url": "https://packagist.org/downloads/",
100 "license": [
101 "MIT"
102 ],
103 "authors": [
104 {
105 "name": "Symfony Community",
106 "homepage": "http://symfony.com/contributors"
107 },
108 {
109 "name": "Fabien Potencier",
110 "email": "fabien@symfony.com"
111 }
112 ],
113 "description": "Symfony Filesystem Component",
114 "homepage": "http://symfony.com"
115 },
116 {
117 "name": "symfony/config",
118 "version": "v2.3.21",
119 "version_normalized": "2.3.21.0",
120 "target-dir": "Symfony/Component/Config",
121 "source": {
122 "type": "git",
123 "url": "https://github.com/symfony/Config.git",
124 "reference": "f9fac999dbc2c6aabd749c034d938b5f9aa5fb7d"
125 },
126 "dist": {
127 "type": "zip",
128 "url": "https://api.github.com/repos/symfony/Config/zipball/f9fac999dbc2c6aabd749c034d938b5f9aa5fb7d",
129 "reference": "f9fac999dbc2c6aabd749c034d938b5f9aa5fb7d",
130 "shasum": ""
131 },
132 "require": {
133 "php": ">=5.3.3",
134 "symfony/filesystem": "~2.3"
135 },
136 "time": "2014-09-23 05:15:05",
137 "type": "library",
138 "extra": {
139 "branch-alias": {
140 "dev-master": "2.3-dev"
141 }
142 },
143 "installation-source": "dist",
144 "autoload": {
145 "psr-0": {
146 "Symfony\\Component\\Config\\": ""
147 }
148 },
149 "notification-url": "https://packagist.org/downloads/",
150 "license": [
151 "MIT"
152 ],
153 "authors": [
154 {
155 "name": "Symfony Community",
156 "homepage": "http://symfony.com/contributors"
157 },
158 {
159 "name": "Fabien Potencier",
160 "email": "fabien@symfony.com"
161 }
162 ],
163 "description": "Symfony Config Component",
164 "homepage": "http://symfony.com"
165 },
166 {
167 "name": "symfony/console",
168 "version": "v2.3.21",
169 "version_normalized": "2.3.21.0",
170 "target-dir": "Symfony/Component/Console",
171 "source": {
172 "type": "git",
173 "url": "https://github.com/symfony/Console.git",
174 "reference": "aa12ac573c583a74c2cb26ad9be478e119f04ad1"
175 },
176 "dist": {
177 "type": "zip",
178 "url": "https://api.github.com/repos/symfony/Console/zipball/aa12ac573c583a74c2cb26ad9be478e119f04ad1",
179 "reference": "aa12ac573c583a74c2cb26ad9be478e119f04ad1",
180 "shasum": ""
181 },
182 "require": {
183 "php": ">=5.3.3"
184 },
185 "require-dev": {
186 "symfony/event-dispatcher": "~2.1"
187 },
188 "suggest": {
189 "symfony/event-dispatcher": ""
190 },
191 "time": "2014-10-05 13:45:10",
192 "type": "library",
193 "extra": {
194 "branch-alias": {
195 "dev-master": "2.3-dev"
196 }
197 },
198 "installation-source": "dist",
199 "autoload": {
200 "psr-0": {
201 "Symfony\\Component\\Console\\": ""
202 }
203 },
204 "notification-url": "https://packagist.org/downloads/",
205 "license": [
206 "MIT"
207 ],
208 "authors": [
209 {
210 "name": "Symfony Community",
211 "homepage": "http://symfony.com/contributors"
212 },
213 {
214 "name": "Fabien Potencier",
215 "email": "fabien@symfony.com"
216 }
217 ],
218 "description": "Symfony Console Component",
219 "homepage": "http://symfony.com"
220 },
221 {
222 "name": "symfony/dependency-injection",
223 "version": "v2.3.21",
224 "version_normalized": "2.3.21.0",
225 "target-dir": "Symfony/Component/DependencyInjection",
226 "source": {
227 "type": "git",
228 "url": "https://github.com/symfony/DependencyInjection.git",
229 "reference": "e2324e1c8c39faa5f27e6170b278d7f631574141"
230 },
231 "dist": {
232 "type": "zip",
233 "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/e2324e1c8c39faa5f27e6170b278d7f631574141",
234 "reference": "e2324e1c8c39faa5f27e6170b278d7f631574141",
235 "shasum": ""
236 },
237 "require": {
238 "php": ">=5.3.3"
239 },
240 "require-dev": {
241 "symfony/config": "~2.2",
242 "symfony/yaml": "~2.0"
243 },
244 "suggest": {
245 "symfony/config": "",
246 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
247 "symfony/yaml": ""
248 },
249 "time": "2014-10-01 05:38:33",
250 "type": "library",
251 "extra": {
252 "branch-alias": {
253 "dev-master": "2.3-dev"
254 }
255 },
256 "installation-source": "dist",
257 "autoload": {
258 "psr-0": {
259 "Symfony\\Component\\DependencyInjection\\": ""
260 }
261 },
262 "notification-url": "https://packagist.org/downloads/",
263 "license": [
264 "MIT"
265 ],
266 "authors": [
267 {
268 "name": "Symfony Community",
269 "homepage": "http://symfony.com/contributors"
270 },
271 {
272 "name": "Fabien Potencier",
273 "email": "fabien@symfony.com"
274 }
275 ],
276 "description": "Symfony DependencyInjection Component",
277 "homepage": "http://symfony.com"
278 },
279 {
280 "name": "symfony/http-foundation",
281 "version": "v2.3.21",
282 "version_normalized": "2.3.21.0",
283 "target-dir": "Symfony/Component/HttpFoundation",
284 "source": {
285 "type": "git",
286 "url": "https://github.com/symfony/HttpFoundation.git",
287 "reference": "30c90f08f948dd43e7310beae7a85c02ad2b655d"
288 },
289 "dist": {
290 "type": "zip",
291 "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/30c90f08f948dd43e7310beae7a85c02ad2b655d",
292 "reference": "30c90f08f948dd43e7310beae7a85c02ad2b655d",
293 "shasum": ""
294 },
295 "require": {
296 "php": ">=5.3.3"
297 },
298 "time": "2014-10-23 13:11:04",
299 "type": "library",
300 "extra": {
301 "branch-alias": {
302 "dev-master": "2.3-dev"
303 }
304 },
305 "installation-source": "dist",
306 "autoload": {
307 "psr-0": {
308 "Symfony\\Component\\HttpFoundation\\": ""
309 },
310 "classmap": [
311 "Symfony/Component/HttpFoundation/Resources/stubs"
312 ]
313 },
314 "notification-url": "https://packagist.org/downloads/",
315 "license": [
316 "MIT"
317 ],
318 "authors": [
319 {
320 "name": "Symfony Community",
321 "homepage": "http://symfony.com/contributors"
322 },
323 {
324 "name": "Fabien Potencier",
325 "email": "fabien@symfony.com"
326 }
327 ],
328 "description": "Symfony HttpFoundation Component",
329 "homepage": "http://symfony.com"
330 },
331 {
332 "name": "symfony/event-dispatcher",
333 "version": "v2.3.21",
334 "version_normalized": "2.3.21.0",
335 "target-dir": "Symfony/Component/EventDispatcher",
336 "source": {
337 "type": "git",
338 "url": "https://github.com/symfony/EventDispatcher.git",
339 "reference": "3e0b837811fadd73c833c7c06a92201d953df59d"
340 },
341 "dist": {
342 "type": "zip",
343 "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/3e0b837811fadd73c833c7c06a92201d953df59d",
344 "reference": "3e0b837811fadd73c833c7c06a92201d953df59d",
345 "shasum": ""
346 },
347 "require": {
348 "php": ">=5.3.3"
349 },
350 "require-dev": {
351 "symfony/dependency-injection": "~2.0"
352 },
353 "suggest": {
354 "symfony/dependency-injection": "",
355 "symfony/http-kernel": ""
356 },
357 "time": "2014-10-01 05:39:06",
358 "type": "library",
359 "extra": {
360 "branch-alias": {
361 "dev-master": "2.3-dev"
362 }
363 },
364 "installation-source": "dist",
365 "autoload": {
366 "psr-0": {
367 "Symfony\\Component\\EventDispatcher\\": ""
368 }
369 },
370 "notification-url": "https://packagist.org/downloads/",
371 "license": [
372 "MIT"
373 ],
374 "authors": [
375 {
376 "name": "Symfony Community",
377 "homepage": "http://symfony.com/contributors"
378 },
379 {
380 "name": "Fabien Potencier",
381 "email": "fabien@symfony.com"
382 }
383 ],
384 "description": "Symfony EventDispatcher Component",
385 "homepage": "http://symfony.com"
386 },
387 {
388 "name": "symfony/debug",
389 "version": "v2.3.21",
390 "version_normalized": "2.3.21.0",
391 "target-dir": "Symfony/Component/Debug",
392 "source": {
393 "type": "git",
394 "url": "https://github.com/symfony/Debug.git",
395 "reference": "883f847ad179e92549a8cea372b08e5ef47ffe40"
396 },
397 "dist": {
398 "type": "zip",
399 "url": "https://api.github.com/repos/symfony/Debug/zipball/883f847ad179e92549a8cea372b08e5ef47ffe40",
400 "reference": "883f847ad179e92549a8cea372b08e5ef47ffe40",
401 "shasum": ""
402 },
403 "require": {
404 "php": ">=5.3.3"
405 },
406 "require-dev": {
407 "symfony/http-foundation": "~2.1",
408 "symfony/http-kernel": "~2.1"
409 },
410 "suggest": {
411 "symfony/class-loader": "",
412 "symfony/http-foundation": "",
413 "symfony/http-kernel": ""
414 },
415 "time": "2014-10-09 16:42:17",
416 "type": "library",
417 "extra": {
418 "branch-alias": {
419 "dev-master": "2.3-dev"
420 }
421 },
422 "installation-source": "dist",
423 "autoload": {
424 "psr-0": {
425 "Symfony\\Component\\Debug\\": ""
426 }
427 },
428 "notification-url": "https://packagist.org/downloads/",
429 "license": [
430 "MIT"
431 ],
432 "authors": [
433 {
434 "name": "Symfony Community",
435 "homepage": "http://symfony.com/contributors"
436 },
437 {
438 "name": "Fabien Potencier",
439 "email": "fabien@symfony.com"
440 }
441 ],
442 "description": "Symfony Debug Component",
443 "homepage": "http://symfony.com"
444 },
445 {
446 "name": "psr/log",
447 "version": "1.0.0",
448 "version_normalized": "1.0.0.0",
449 "source": {
450 "type": "git",
451 "url": "https://github.com/php-fig/log.git",
452 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
453 },
454 "dist": {
455 "type": "zip",
456 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
457 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
458 "shasum": ""
459 },
460 "time": "2012-12-21 11:40:51",
461 "type": "library",
462 "installation-source": "dist",
463 "autoload": {
464 "psr-0": {
465 "Psr\\Log\\": ""
466 }
467 },
468 "notification-url": "https://packagist.org/downloads/",
469 "license": [
470 "MIT"
471 ],
472 "authors": [
473 {
474 "name": "PHP-FIG",
475 "homepage": "http://www.php-fig.org/"
476 }
477 ],
478 "description": "Common interface for logging libraries",
479 "keywords": [
480 "log",
481 "psr",
482 "psr-3"
483 ]
484 },
485 {
486 "name": "symfony/http-kernel",
487 "version": "v2.3.21",
488 "version_normalized": "2.3.21.0",
489 "target-dir": "Symfony/Component/HttpKernel",
490 "source": {
491 "type": "git",
492 "url": "https://github.com/symfony/HttpKernel.git",
493 "reference": "0154ff659004d4148e8da0f2bdb672efe55e6ee5"
494 },
495 "dist": {
496 "type": "zip",
497 "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/0154ff659004d4148e8da0f2bdb672efe55e6ee5",
498 "reference": "0154ff659004d4148e8da0f2bdb672efe55e6ee5",
499 "shasum": ""
500 },
501 "require": {
502 "php": ">=5.3.3",
503 "psr/log": "~1.0",
504 "symfony/debug": "~2.3",
505 "symfony/event-dispatcher": "~2.1",
506 "symfony/http-foundation": "~2.2"
507 },
508 "require-dev": {
509 "symfony/browser-kit": "~2.2",
510 "symfony/class-loader": "~2.1",
511 "symfony/config": "~2.0",
512 "symfony/console": "~2.2",
513 "symfony/dependency-injection": "~2.0",
514 "symfony/finder": "~2.0",
515 "symfony/process": "~2.0",
516 "symfony/routing": "~2.2",
517 "symfony/stopwatch": "~2.2",
518 "symfony/templating": "~2.2"
519 },
520 "suggest": {
521 "symfony/browser-kit": "",
522 "symfony/class-loader": "",
523 "symfony/config": "",
524 "symfony/console": "",
525 "symfony/dependency-injection": "",
526 "symfony/finder": ""
527 },
528 "time": "2014-10-24 05:54:08",
529 "type": "library",
530 "extra": {
531 "branch-alias": {
532 "dev-master": "2.3-dev"
533 }
534 },
535 "installation-source": "dist",
536 "autoload": {
537 "psr-0": {
538 "Symfony\\Component\\HttpKernel\\": ""
539 }
540 },
541 "notification-url": "https://packagist.org/downloads/",
542 "license": [
543 "MIT"
544 ],
545 "authors": [
546 {
547 "name": "Symfony Community",
548 "homepage": "http://symfony.com/contributors"
549 },
550 {
551 "name": "Fabien Potencier",
552 "email": "fabien@symfony.com"
553 }
554 ],
555 "description": "Symfony HttpKernel Component",
556 "homepage": "http://symfony.com"
557 },
558 {
559 "name": "symfony/routing",
560 "version": "v2.3.21",
561 "version_normalized": "2.3.21.0",
562 "target-dir": "Symfony/Component/Routing",
563 "source": {
564 "type": "git",
565 "url": "https://github.com/symfony/Routing.git",
566 "reference": "f7f8ebf9c99e5ebfdb908c3558a818c2883eab1f"
567 },
568 "dist": {
569 "type": "zip",
570 "url": "https://api.github.com/repos/symfony/Routing/zipball/f7f8ebf9c99e5ebfdb908c3558a818c2883eab1f",
571 "reference": "f7f8ebf9c99e5ebfdb908c3558a818c2883eab1f",
572 "shasum": ""
573 },
574 "require": {
575 "php": ">=5.3.3"
576 },
577 "require-dev": {
578 "doctrine/common": "~2.2",
579 "psr/log": "~1.0",
580 "symfony/config": "~2.2",
581 "symfony/http-foundation": "~2.3",
582 "symfony/yaml": "~2.0"
583 },
584 "suggest": {
585 "doctrine/common": "",
586 "symfony/config": "",
587 "symfony/yaml": ""
588 },
589 "time": "2014-10-13 12:38:27",
590 "type": "library",
591 "extra": {
592 "branch-alias": {
593 "dev-master": "2.3-dev"
594 }
595 },
596 "installation-source": "dist",
597 "autoload": {
598 "psr-0": {
599 "Symfony\\Component\\Routing\\": ""
600 }
601 },
602 "notification-url": "https://packagist.org/downloads/",
603 "license": [
604 "MIT"
605 ],
606 "authors": [
607 {
608 "name": "Symfony Community",
609 "homepage": "http://symfony.com/contributors"
610 },
611 {
612 "name": "Fabien Potencier",
613 "email": "fabien@symfony.com"
614 }
615 ],
616 "description": "Symfony Routing Component",
617 "homepage": "http://symfony.com"
618 },
619 {
620 "name": "symfony/yaml",
621 "version": "v2.3.21",
622 "version_normalized": "2.3.21.0",
623 "target-dir": "Symfony/Component/Yaml",
624 "source": {
625 "type": "git",
626 "url": "https://github.com/symfony/Yaml.git",
627 "reference": "34687c6236f1dfcebc874fbebd8da74d90f9f64f"
628 },
629 "dist": {
630 "type": "zip",
631 "url": "https://api.github.com/repos/symfony/Yaml/zipball/34687c6236f1dfcebc874fbebd8da74d90f9f64f",
632 "reference": "34687c6236f1dfcebc874fbebd8da74d90f9f64f",
633 "shasum": ""
634 },
635 "require": {
636 "php": ">=5.3.3"
637 },
638 "time": "2014-10-01 05:38:33",
639 "type": "library",
640 "extra": {
641 "branch-alias": {
642 "dev-master": "2.3-dev"
643 }
644 },
645 "installation-source": "dist",
646 "autoload": {
647 "psr-0": {
648 "Symfony\\Component\\Yaml\\": ""
649 }
650 },
651 "notification-url": "https://packagist.org/downloads/",
652 "license": [
653 "MIT"
654 ],
655 "authors": [
656 {
657 "name": "Symfony Community",
658 "homepage": "http://symfony.com/contributors"
659 },
660 {
661 "name": "Fabien Potencier",
662 "email": "fabien@symfony.com"
663 }
664 ],
665 "description": "Symfony Yaml Component",
666 "homepage": "http://symfony.com"
667 },
668 {
669 "name": "twig/twig",
670 "version": "v1.13.2",
671 "version_normalized": "1.13.2.0",
672 "source": {
673 "type": "git",
674 "url": "https://github.com/fabpot/Twig.git",
675 "reference": "6d6a1009427d1f398c9d40904147bf9f723d5755"
676 },
677 "dist": {
678 "type": "zip",
679 "url": "https://api.github.com/repos/fabpot/Twig/zipball/6d6a1009427d1f398c9d40904147bf9f723d5755",
680 "reference": "6d6a1009427d1f398c9d40904147bf9f723d5755",
681 "shasum": ""
682 },
683 "require": {
684 "php": ">=5.2.4"
685 },
686 "time": "2013-08-03 15:35:31",
687 "type": "library",
688 "extra": {
689 "branch-alias": {
690 "dev-master": "1.13-dev"
691 }
692 },
693 "installation-source": "dist",
694 "autoload": {
695 "psr-0": {
696 "Twig_": "lib/"
697 }
698 },
699 "notification-url": "https://packagist.org/downloads/",
700 "license": [
701 "BSD-3-Clause"
702 ],
703 "authors": [
704 {
705 "name": "Fabien Potencier",
706 "email": "fabien@symfony.com",
707 "homepage": "http://fabien.potencier.org",
708 "role": "Lead Developer"
709 },
710 {
711 "name": "Armin Ronacher",
712 "email": "armin.ronacher@active-4.com",
713 "role": "Project Founder"
714 }
715 ],
716 "description": "Twig, the flexible, fast, and secure template language for PHP",
717 "homepage": "http://twig.sensiolabs.org",
718 "keywords": [
719 "templating"
720 ]
721 }
722 ]
723