2 "_readme": [ |
2 "_readme": [ |
3 "This file locks the dependencies of your project to a known state", |
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", |
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" |
5 "This file is @generated automatically" |
6 ], |
6 ], |
7 "hash": "554fa49e9a9e82f8b48aead49cc49173", |
7 "content-hash": "8f85f6d65f144f686fb9ffd586a83eb5", |
8 "content-hash": "e9c464a2b6fcc93a4a3fdc6b09494ac9", |
|
9 "packages": [ |
8 "packages": [ |
10 { |
9 { |
11 "name": "asm89/stack-cors", |
10 "name": "asm89/stack-cors", |
12 "version": "1.0.0", |
11 "version": "1.1.0", |
13 "source": { |
12 "source": { |
14 "type": "git", |
13 "type": "git", |
15 "url": "https://github.com/asm89/stack-cors.git", |
14 "url": "https://github.com/asm89/stack-cors.git", |
16 "reference": "3ae8ef219bb4c9a6caf857421719aa07fa7776cc" |
15 "reference": "65ccbd455370f043c2e3b93482a3813603d68731" |
17 }, |
16 }, |
18 "dist": { |
17 "dist": { |
19 "type": "zip", |
18 "type": "zip", |
20 "url": "https://api.github.com/repos/asm89/stack-cors/zipball/3ae8ef219bb4c9a6caf857421719aa07fa7776cc", |
19 "url": "https://api.github.com/repos/asm89/stack-cors/zipball/65ccbd455370f043c2e3b93482a3813603d68731", |
21 "reference": "3ae8ef219bb4c9a6caf857421719aa07fa7776cc", |
20 "reference": "65ccbd455370f043c2e3b93482a3813603d68731", |
22 "shasum": "" |
21 "shasum": "" |
23 }, |
22 }, |
24 "require": { |
23 "require": { |
25 "php": ">=5.3.2", |
|
26 "symfony/http-foundation": "~2.1|~3.0", |
|
27 "symfony/http-kernel": "~2.1|~3.0" |
|
28 }, |
|
29 "type": "library", |
|
30 "autoload": { |
|
31 "psr-0": { |
|
32 "Asm89\\Stack": "src/" |
|
33 } |
|
34 }, |
|
35 "notification-url": "https://packagist.org/downloads/", |
|
36 "license": [ |
|
37 "MIT" |
|
38 ], |
|
39 "authors": [ |
|
40 { |
|
41 "name": "Alexander", |
|
42 "email": "iam.asm89@gmail.com" |
|
43 } |
|
44 ], |
|
45 "description": "Cross-origin resource sharing library and stack middleware", |
|
46 "homepage": "https://github.com/asm89/stack-cors", |
|
47 "keywords": [ |
|
48 "cors", |
|
49 "stack" |
|
50 ], |
|
51 "time": "2016-08-01 12:05:04" |
|
52 }, |
|
53 { |
|
54 "name": "barryvdh/laravel-cors", |
|
55 "version": "v0.8.2", |
|
56 "source": { |
|
57 "type": "git", |
|
58 "url": "https://github.com/barryvdh/laravel-cors.git", |
|
59 "reference": "bc7f40a71221b46d24971da7f0230ed4a75a18c6" |
|
60 }, |
|
61 "dist": { |
|
62 "type": "zip", |
|
63 "url": "https://api.github.com/repos/barryvdh/laravel-cors/zipball/bc7f40a71221b46d24971da7f0230ed4a75a18c6", |
|
64 "reference": "bc7f40a71221b46d24971da7f0230ed4a75a18c6", |
|
65 "shasum": "" |
|
66 }, |
|
67 "require": { |
|
68 "illuminate/support": "5.1.x|5.2.x|5.3.x", |
|
69 "php": ">=5.5.9", |
24 "php": ">=5.5.9", |
70 "symfony/http-foundation": "~2.7|~3.0", |
25 "symfony/http-foundation": "~2.7|~3.0", |
71 "symfony/http-kernel": "~2.7|~3.0" |
26 "symfony/http-kernel": "~2.7|~3.0" |
72 }, |
27 }, |
73 "require-dev": { |
28 "require-dev": { |
|
29 "phpunit/phpunit": "^5.0 || ^4.8.10", |
|
30 "squizlabs/php_codesniffer": "^2.3" |
|
31 }, |
|
32 "type": "library", |
|
33 "extra": { |
|
34 "branch-alias": { |
|
35 "dev-master": "1.1-dev" |
|
36 } |
|
37 }, |
|
38 "autoload": { |
|
39 "psr-4": { |
|
40 "Asm89\\Stack\\": "src/Asm89/Stack/" |
|
41 } |
|
42 }, |
|
43 "notification-url": "https://packagist.org/downloads/", |
|
44 "license": [ |
|
45 "MIT" |
|
46 ], |
|
47 "authors": [ |
|
48 { |
|
49 "name": "Alexander", |
|
50 "email": "iam.asm89@gmail.com" |
|
51 } |
|
52 ], |
|
53 "description": "Cross-origin resource sharing library and stack middleware", |
|
54 "homepage": "https://github.com/asm89/stack-cors", |
|
55 "keywords": [ |
|
56 "cors", |
|
57 "stack" |
|
58 ], |
|
59 "time": "2017-04-11T20:03:41+00:00" |
|
60 }, |
|
61 { |
|
62 "name": "barryvdh/laravel-cors", |
|
63 "version": "v0.9.2", |
|
64 "source": { |
|
65 "type": "git", |
|
66 "url": "https://github.com/barryvdh/laravel-cors.git", |
|
67 "reference": "0b758188dadda20f4a17f1f4fe03c22ea92ce8e4" |
|
68 }, |
|
69 "dist": { |
|
70 "type": "zip", |
|
71 "url": "https://api.github.com/repos/barryvdh/laravel-cors/zipball/0b758188dadda20f4a17f1f4fe03c22ea92ce8e4", |
|
72 "reference": "0b758188dadda20f4a17f1f4fe03c22ea92ce8e4", |
|
73 "shasum": "" |
|
74 }, |
|
75 "require": { |
|
76 "illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x", |
|
77 "php": ">=5.5.9", |
|
78 "symfony/http-foundation": "~2.7|~3.0", |
|
79 "symfony/http-kernel": "~2.7|~3.0" |
|
80 }, |
|
81 "require-dev": { |
|
82 "orchestra/testbench": "3.x", |
74 "phpunit/phpunit": "^4.8|^5.2" |
83 "phpunit/phpunit": "^4.8|^5.2" |
75 }, |
84 }, |
76 "type": "library", |
85 "type": "library", |
77 "extra": { |
86 "extra": { |
78 "branch-alias": { |
87 "branch-alias": { |
79 "dev-master": "0.8-dev" |
88 "dev-master": "0.9-dev", |
|
89 "dev-develop": "1.0-dev" |
80 } |
90 } |
81 }, |
91 }, |
82 "autoload": { |
92 "autoload": { |
83 "psr-4": { |
93 "psr-4": { |
84 "Barryvdh\\Cors\\": "src/" |
94 "Barryvdh\\Cors\\": "src/" |
85 } |
95 }, |
|
96 "classmap": [ |
|
97 "tests" |
|
98 ] |
86 }, |
99 }, |
87 "notification-url": "https://packagist.org/downloads/", |
100 "notification-url": "https://packagist.org/downloads/", |
88 "license": [ |
101 "license": [ |
89 "MIT" |
102 "MIT" |
90 ], |
103 ], |
158 "keywords": [ |
171 "keywords": [ |
159 "Harvester", |
172 "Harvester", |
160 "OAI", |
173 "OAI", |
161 "OAI-PMH" |
174 "OAI-PMH" |
162 ], |
175 ], |
163 "time": "2016-09-18 00:44:25" |
176 "time": "2016-09-18T00:44:25+00:00" |
164 }, |
|
165 { |
|
166 "name": "classpreloader/classpreloader", |
|
167 "version": "3.0.0", |
|
168 "source": { |
|
169 "type": "git", |
|
170 "url": "https://github.com/ClassPreloader/ClassPreloader.git", |
|
171 "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a" |
|
172 }, |
|
173 "dist": { |
|
174 "type": "zip", |
|
175 "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/9b10b913c2bdf90c3d2e0d726b454fb7f77c552a", |
|
176 "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a", |
|
177 "shasum": "" |
|
178 }, |
|
179 "require": { |
|
180 "nikic/php-parser": "^1.0|^2.0", |
|
181 "php": ">=5.5.9" |
|
182 }, |
|
183 "require-dev": { |
|
184 "phpunit/phpunit": "^4.8|^5.0" |
|
185 }, |
|
186 "type": "library", |
|
187 "extra": { |
|
188 "branch-alias": { |
|
189 "dev-master": "3.0-dev" |
|
190 } |
|
191 }, |
|
192 "autoload": { |
|
193 "psr-4": { |
|
194 "ClassPreloader\\": "src/" |
|
195 } |
|
196 }, |
|
197 "notification-url": "https://packagist.org/downloads/", |
|
198 "license": [ |
|
199 "MIT" |
|
200 ], |
|
201 "authors": [ |
|
202 { |
|
203 "name": "Michael Dowling", |
|
204 "email": "mtdowling@gmail.com" |
|
205 }, |
|
206 { |
|
207 "name": "Graham Campbell", |
|
208 "email": "graham@alt-three.com" |
|
209 } |
|
210 ], |
|
211 "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case", |
|
212 "keywords": [ |
|
213 "autoload", |
|
214 "class", |
|
215 "preload" |
|
216 ], |
|
217 "time": "2015-11-09 22:51:51" |
|
218 }, |
|
219 { |
|
220 "name": "dnoegel/php-xdg-base-dir", |
|
221 "version": "0.1", |
|
222 "source": { |
|
223 "type": "git", |
|
224 "url": "https://github.com/dnoegel/php-xdg-base-dir.git", |
|
225 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" |
|
226 }, |
|
227 "dist": { |
|
228 "type": "zip", |
|
229 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", |
|
230 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", |
|
231 "shasum": "" |
|
232 }, |
|
233 "require": { |
|
234 "php": ">=5.3.2" |
|
235 }, |
|
236 "require-dev": { |
|
237 "phpunit/phpunit": "@stable" |
|
238 }, |
|
239 "type": "project", |
|
240 "autoload": { |
|
241 "psr-4": { |
|
242 "XdgBaseDir\\": "src/" |
|
243 } |
|
244 }, |
|
245 "notification-url": "https://packagist.org/downloads/", |
|
246 "license": [ |
|
247 "MIT" |
|
248 ], |
|
249 "description": "implementation of xdg base directory specification for php", |
|
250 "time": "2014-10-24 07:27:01" |
|
251 }, |
177 }, |
252 { |
178 { |
253 "name": "doctrine/inflector", |
179 "name": "doctrine/inflector", |
254 "version": "v1.1.0", |
180 "version": "v1.1.0", |
255 "source": { |
181 "source": { |
434 "keywords": [ |
360 "keywords": [ |
435 "client", |
361 "client", |
436 "elasticsearch", |
362 "elasticsearch", |
437 "search" |
363 "search" |
438 ], |
364 ], |
439 "time": "2016-10-26 14:35:32" |
365 "time": "2017-04-12T20:40:50+00:00" |
|
366 }, |
|
367 { |
|
368 "name": "erusev/parsedown", |
|
369 "version": "1.6.2", |
|
370 "source": { |
|
371 "type": "git", |
|
372 "url": "https://github.com/erusev/parsedown.git", |
|
373 "reference": "1bf24f7334fe16c88bf9d467863309ceaf285b01" |
|
374 }, |
|
375 "dist": { |
|
376 "type": "zip", |
|
377 "url": "https://api.github.com/repos/erusev/parsedown/zipball/1bf24f7334fe16c88bf9d467863309ceaf285b01", |
|
378 "reference": "1bf24f7334fe16c88bf9d467863309ceaf285b01", |
|
379 "shasum": "" |
|
380 }, |
|
381 "require": { |
|
382 "php": ">=5.3.0" |
|
383 }, |
|
384 "type": "library", |
|
385 "autoload": { |
|
386 "psr-0": { |
|
387 "Parsedown": "" |
|
388 } |
|
389 }, |
|
390 "notification-url": "https://packagist.org/downloads/", |
|
391 "license": [ |
|
392 "MIT" |
|
393 ], |
|
394 "authors": [ |
|
395 { |
|
396 "name": "Emanuil Rusev", |
|
397 "email": "hello@erusev.com", |
|
398 "homepage": "http://erusev.com" |
|
399 } |
|
400 ], |
|
401 "description": "Parser for Markdown.", |
|
402 "homepage": "http://parsedown.org", |
|
403 "keywords": [ |
|
404 "markdown", |
|
405 "parser" |
|
406 ], |
|
407 "time": "2017-03-29T16:04:15+00:00" |
440 }, |
408 }, |
441 { |
409 { |
442 "name": "guzzlehttp/guzzle", |
410 "name": "guzzlehttp/guzzle", |
443 "version": "6.2.2", |
411 "version": "6.2.3", |
444 "source": { |
412 "source": { |
445 "type": "git", |
413 "type": "git", |
446 "url": "https://github.com/guzzle/guzzle.git", |
414 "url": "https://github.com/guzzle/guzzle.git", |
447 "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60" |
415 "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006" |
448 }, |
416 }, |
449 "dist": { |
417 "dist": { |
450 "type": "zip", |
418 "type": "zip", |
451 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60", |
419 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006", |
452 "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60", |
420 "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006", |
453 "shasum": "" |
421 "shasum": "" |
454 }, |
422 }, |
455 "require": { |
423 "require": { |
456 "guzzlehttp/promises": "^1.0", |
424 "guzzlehttp/promises": "^1.0", |
457 "guzzlehttp/psr7": "^1.3.1", |
425 "guzzlehttp/psr7": "^1.4", |
458 "php": ">=5.5" |
426 "php": ">=5.5" |
459 }, |
427 }, |
460 "require-dev": { |
428 "require-dev": { |
461 "ext-curl": "*", |
429 "ext-curl": "*", |
462 "phpunit/phpunit": "^4.0", |
430 "phpunit/phpunit": "^4.0", |
706 "homepage": "http://guzzlephp.org/", |
681 "homepage": "http://guzzlephp.org/", |
707 "keywords": [ |
682 "keywords": [ |
708 "Guzzle", |
683 "Guzzle", |
709 "stream" |
684 "stream" |
710 ], |
685 ], |
711 "time": "2014-10-12 19:18:40" |
686 "time": "2014-10-12T19:18:40+00:00" |
712 }, |
|
713 { |
|
714 "name": "jakub-onderka/php-console-color", |
|
715 "version": "0.1", |
|
716 "source": { |
|
717 "type": "git", |
|
718 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", |
|
719 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1" |
|
720 }, |
|
721 "dist": { |
|
722 "type": "zip", |
|
723 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1", |
|
724 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1", |
|
725 "shasum": "" |
|
726 }, |
|
727 "require": { |
|
728 "php": ">=5.3.2" |
|
729 }, |
|
730 "require-dev": { |
|
731 "jakub-onderka/php-code-style": "1.0", |
|
732 "jakub-onderka/php-parallel-lint": "0.*", |
|
733 "jakub-onderka/php-var-dump-check": "0.*", |
|
734 "phpunit/phpunit": "3.7.*", |
|
735 "squizlabs/php_codesniffer": "1.*" |
|
736 }, |
|
737 "type": "library", |
|
738 "autoload": { |
|
739 "psr-0": { |
|
740 "JakubOnderka\\PhpConsoleColor": "src/" |
|
741 } |
|
742 }, |
|
743 "notification-url": "https://packagist.org/downloads/", |
|
744 "license": [ |
|
745 "BSD-2-Clause" |
|
746 ], |
|
747 "authors": [ |
|
748 { |
|
749 "name": "Jakub Onderka", |
|
750 "email": "jakub.onderka@gmail.com", |
|
751 "homepage": "http://www.acci.cz" |
|
752 } |
|
753 ], |
|
754 "time": "2014-04-08 15:00:19" |
|
755 }, |
|
756 { |
|
757 "name": "jakub-onderka/php-console-highlighter", |
|
758 "version": "v0.3.2", |
|
759 "source": { |
|
760 "type": "git", |
|
761 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", |
|
762 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5" |
|
763 }, |
|
764 "dist": { |
|
765 "type": "zip", |
|
766 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
|
767 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
|
768 "shasum": "" |
|
769 }, |
|
770 "require": { |
|
771 "jakub-onderka/php-console-color": "~0.1", |
|
772 "php": ">=5.3.0" |
|
773 }, |
|
774 "require-dev": { |
|
775 "jakub-onderka/php-code-style": "~1.0", |
|
776 "jakub-onderka/php-parallel-lint": "~0.5", |
|
777 "jakub-onderka/php-var-dump-check": "~0.1", |
|
778 "phpunit/phpunit": "~4.0", |
|
779 "squizlabs/php_codesniffer": "~1.5" |
|
780 }, |
|
781 "type": "library", |
|
782 "autoload": { |
|
783 "psr-0": { |
|
784 "JakubOnderka\\PhpConsoleHighlighter": "src/" |
|
785 } |
|
786 }, |
|
787 "notification-url": "https://packagist.org/downloads/", |
|
788 "license": [ |
|
789 "MIT" |
|
790 ], |
|
791 "authors": [ |
|
792 { |
|
793 "name": "Jakub Onderka", |
|
794 "email": "acci@acci.cz", |
|
795 "homepage": "http://www.acci.cz/" |
|
796 } |
|
797 ], |
|
798 "time": "2015-04-20 18:58:01" |
|
799 }, |
|
800 { |
|
801 "name": "jeremeamia/SuperClosure", |
|
802 "version": "2.2.0", |
|
803 "source": { |
|
804 "type": "git", |
|
805 "url": "https://github.com/jeremeamia/super_closure.git", |
|
806 "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938" |
|
807 }, |
|
808 "dist": { |
|
809 "type": "zip", |
|
810 "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/29a88be2a4846d27c1613aed0c9071dfad7b5938", |
|
811 "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938", |
|
812 "shasum": "" |
|
813 }, |
|
814 "require": { |
|
815 "nikic/php-parser": "^1.2|^2.0", |
|
816 "php": ">=5.4", |
|
817 "symfony/polyfill-php56": "^1.0" |
|
818 }, |
|
819 "require-dev": { |
|
820 "phpunit/phpunit": "^4.0|^5.0" |
|
821 }, |
|
822 "type": "library", |
|
823 "extra": { |
|
824 "branch-alias": { |
|
825 "dev-master": "2.2-dev" |
|
826 } |
|
827 }, |
|
828 "autoload": { |
|
829 "psr-4": { |
|
830 "SuperClosure\\": "src/" |
|
831 } |
|
832 }, |
|
833 "notification-url": "https://packagist.org/downloads/", |
|
834 "license": [ |
|
835 "MIT" |
|
836 ], |
|
837 "authors": [ |
|
838 { |
|
839 "name": "Jeremy Lindblom", |
|
840 "email": "jeremeamia@gmail.com", |
|
841 "homepage": "https://github.com/jeremeamia", |
|
842 "role": "Developer" |
|
843 } |
|
844 ], |
|
845 "description": "Serialize Closure objects, including their context and binding", |
|
846 "homepage": "https://github.com/jeremeamia/super_closure", |
|
847 "keywords": [ |
|
848 "closure", |
|
849 "function", |
|
850 "lambda", |
|
851 "parser", |
|
852 "serializable", |
|
853 "serialize", |
|
854 "tokenizer" |
|
855 ], |
|
856 "time": "2015-12-05 17:17:57" |
|
857 }, |
687 }, |
858 { |
688 { |
859 "name": "laravel/framework", |
689 "name": "laravel/framework", |
860 "version": "v5.3.22", |
690 "version": "v5.4.25", |
861 "source": { |
691 "source": { |
862 "type": "git", |
692 "type": "git", |
863 "url": "https://github.com/laravel/framework.git", |
693 "url": "https://github.com/laravel/framework.git", |
864 "reference": "715328dd4fb1a7bcf3cb41b3472f9e3499d068fc" |
694 "reference": "6bcc9b1f542b3deed16d51f6aa1fe318ab407c2a" |
865 }, |
695 }, |
866 "dist": { |
696 "dist": { |
867 "type": "zip", |
697 "type": "zip", |
868 "url": "https://api.github.com/repos/laravel/framework/zipball/715328dd4fb1a7bcf3cb41b3472f9e3499d068fc", |
698 "url": "https://api.github.com/repos/laravel/framework/zipball/6bcc9b1f542b3deed16d51f6aa1fe318ab407c2a", |
869 "reference": "715328dd4fb1a7bcf3cb41b3472f9e3499d068fc", |
699 "reference": "6bcc9b1f542b3deed16d51f6aa1fe318ab407c2a", |
870 "shasum": "" |
700 "shasum": "" |
871 }, |
701 }, |
872 "require": { |
702 "require": { |
873 "classpreloader/classpreloader": "~3.0", |
|
874 "doctrine/inflector": "~1.0", |
703 "doctrine/inflector": "~1.0", |
|
704 "erusev/parsedown": "~1.6", |
875 "ext-mbstring": "*", |
705 "ext-mbstring": "*", |
876 "ext-openssl": "*", |
706 "ext-openssl": "*", |
877 "jeremeamia/superclosure": "~2.2", |
|
878 "league/flysystem": "~1.0", |
707 "league/flysystem": "~1.0", |
879 "monolog/monolog": "~1.11", |
708 "monolog/monolog": "~1.11", |
880 "mtdowling/cron-expression": "~1.0", |
709 "mtdowling/cron-expression": "~1.0", |
881 "nesbot/carbon": "~1.20", |
710 "nesbot/carbon": "~1.20", |
882 "paragonie/random_compat": "~1.4|~2.0", |
711 "paragonie/random_compat": "~1.4|~2.0", |
883 "php": ">=5.6.4", |
712 "php": ">=5.6.4", |
884 "psy/psysh": "0.7.*", |
|
885 "ramsey/uuid": "~3.0", |
713 "ramsey/uuid": "~3.0", |
886 "swiftmailer/swiftmailer": "~5.1", |
714 "swiftmailer/swiftmailer": "~5.4", |
887 "symfony/console": "3.1.*", |
715 "symfony/console": "~3.2", |
888 "symfony/debug": "3.1.*", |
716 "symfony/debug": "~3.2", |
889 "symfony/finder": "3.1.*", |
717 "symfony/finder": "~3.2", |
890 "symfony/http-foundation": "3.1.*", |
718 "symfony/http-foundation": "~3.2", |
891 "symfony/http-kernel": "3.1.*", |
719 "symfony/http-kernel": "~3.2", |
892 "symfony/process": "3.1.*", |
720 "symfony/process": "~3.2", |
893 "symfony/routing": "3.1.*", |
721 "symfony/routing": "~3.2", |
894 "symfony/translation": "3.1.*", |
722 "symfony/var-dumper": "~3.2", |
895 "symfony/var-dumper": "3.1.*", |
723 "tijsverkoyen/css-to-inline-styles": "~2.2", |
896 "vlucas/phpdotenv": "~2.2" |
724 "vlucas/phpdotenv": "~2.2" |
897 }, |
725 }, |
898 "replace": { |
726 "replace": { |
899 "illuminate/auth": "self.version", |
727 "illuminate/auth": "self.version", |
900 "illuminate/broadcasting": "self.version", |
728 "illuminate/broadcasting": "self.version", |
927 "illuminate/view": "self.version", |
755 "illuminate/view": "self.version", |
928 "tightenco/collect": "self.version" |
756 "tightenco/collect": "self.version" |
929 }, |
757 }, |
930 "require-dev": { |
758 "require-dev": { |
931 "aws/aws-sdk-php": "~3.0", |
759 "aws/aws-sdk-php": "~3.0", |
|
760 "doctrine/dbal": "~2.5", |
932 "mockery/mockery": "~0.9.4", |
761 "mockery/mockery": "~0.9.4", |
933 "pda/pheanstalk": "~3.0", |
762 "pda/pheanstalk": "~3.0", |
934 "phpunit/phpunit": "~5.4", |
763 "phpunit/phpunit": "~5.7", |
935 "predis/predis": "~1.0", |
764 "predis/predis": "~1.0", |
936 "symfony/css-selector": "3.1.*", |
765 "symfony/css-selector": "~3.2", |
937 "symfony/dom-crawler": "3.1.*" |
766 "symfony/dom-crawler": "~3.2" |
938 }, |
767 }, |
939 "suggest": { |
768 "suggest": { |
940 "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).", |
769 "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).", |
941 "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).", |
770 "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).", |
942 "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", |
771 "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", |
943 "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).", |
772 "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).", |
|
773 "laravel/tinker": "Required to use the tinker console command (~1.0).", |
944 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", |
774 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", |
945 "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", |
775 "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", |
|
776 "nexmo/client": "Required to use the Nexmo transport (~1.0).", |
946 "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).", |
777 "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).", |
947 "predis/predis": "Required to use the redis cache and queue drivers (~1.0).", |
778 "predis/predis": "Required to use the redis cache and queue drivers (~1.0).", |
948 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).", |
779 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).", |
949 "symfony/css-selector": "Required to use some of the crawler integration testing tools (3.1.*).", |
780 "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.2).", |
950 "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (3.1.*).", |
781 "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.2).", |
951 "symfony/psr-http-message-bridge": "Required to use psr7 bridging features (0.2.*)." |
782 "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)." |
952 }, |
783 }, |
953 "type": "library", |
784 "type": "library", |
954 "extra": { |
785 "extra": { |
955 "branch-alias": { |
786 "branch-alias": { |
956 "dev-master": "5.3-dev" |
787 "dev-master": "5.4-dev" |
957 } |
788 } |
958 }, |
789 }, |
959 "autoload": { |
790 "autoload": { |
960 "files": [ |
791 "files": [ |
961 "src/Illuminate/Foundation/helpers.php", |
792 "src/Illuminate/Foundation/helpers.php", |
979 "homepage": "https://laravel.com", |
810 "homepage": "https://laravel.com", |
980 "keywords": [ |
811 "keywords": [ |
981 "framework", |
812 "framework", |
982 "laravel" |
813 "laravel" |
983 ], |
814 ], |
984 "time": "2016-11-01 18:52:00" |
815 "time": "2017-06-07T13:35:12+00:00" |
985 }, |
816 }, |
986 { |
817 { |
987 "name": "laravelcollective/html", |
818 "name": "laravelcollective/html", |
988 "version": "v5.3.0", |
819 "version": "v5.4.8", |
989 "source": { |
820 "source": { |
990 "type": "git", |
821 "type": "git", |
991 "url": "https://github.com/LaravelCollective/html.git", |
822 "url": "https://github.com/LaravelCollective/html.git", |
992 "reference": "961ce141c16c6b085128f209496c26efd3e681ca" |
823 "reference": "9b8f51e7a2368911c896f5d42757886bae0717b5" |
993 }, |
824 }, |
994 "dist": { |
825 "dist": { |
995 "type": "zip", |
826 "type": "zip", |
996 "url": "https://api.github.com/repos/LaravelCollective/html/zipball/961ce141c16c6b085128f209496c26efd3e681ca", |
827 "url": "https://api.github.com/repos/LaravelCollective/html/zipball/9b8f51e7a2368911c896f5d42757886bae0717b5", |
997 "reference": "961ce141c16c6b085128f209496c26efd3e681ca", |
828 "reference": "9b8f51e7a2368911c896f5d42757886bae0717b5", |
998 "shasum": "" |
829 "shasum": "" |
999 }, |
830 }, |
1000 "require": { |
831 "require": { |
1001 "illuminate/http": "5.3.*", |
832 "illuminate/http": "5.4.*", |
1002 "illuminate/routing": "5.3.*", |
833 "illuminate/routing": "5.4.*", |
1003 "illuminate/session": "5.3.*", |
834 "illuminate/session": "5.4.*", |
1004 "illuminate/support": "5.3.*", |
835 "illuminate/support": "5.4.*", |
1005 "illuminate/view": "5.3.*", |
836 "illuminate/view": "5.4.*", |
1006 "php": ">=5.6.4" |
837 "php": ">=5.6.4" |
1007 }, |
838 }, |
1008 "require-dev": { |
839 "require-dev": { |
1009 "illuminate/database": "5.3.*", |
840 "illuminate/database": "5.4.*", |
1010 "mockery/mockery": "~0.9.4", |
841 "mockery/mockery": "~0.9.4", |
1011 "phpunit/phpunit": "~5.4" |
842 "phpunit/phpunit": "~5.4" |
1012 }, |
843 }, |
1013 "type": "library", |
844 "type": "library", |
1014 "autoload": { |
845 "autoload": { |
1068 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", |
899 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", |
1069 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", |
900 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", |
1070 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", |
901 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", |
1071 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", |
902 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", |
1072 "league/flysystem-copy": "Allows you to use Copy.com storage", |
903 "league/flysystem-copy": "Allows you to use Copy.com storage", |
1073 "league/flysystem-dropbox": "Allows you to use Dropbox storage", |
|
1074 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", |
904 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", |
1075 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", |
905 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", |
1076 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", |
906 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", |
1077 "league/flysystem-webdav": "Allows you to use WebDAV storage", |
907 "league/flysystem-webdav": "Allows you to use WebDAV storage", |
1078 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter" |
908 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", |
|
909 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage" |
1079 }, |
910 }, |
1080 "type": "library", |
911 "type": "library", |
1081 "extra": { |
912 "extra": { |
1082 "branch-alias": { |
913 "branch-alias": { |
1083 "dev-master": "1.1-dev" |
914 "dev-master": "1.1-dev" |
1212 "homepage": "http://www.markus-lanthaler.com", |
1043 "homepage": "http://www.markus-lanthaler.com", |
1213 "keywords": [ |
1044 "keywords": [ |
1214 "JSON-LD", |
1045 "JSON-LD", |
1215 "jsonld" |
1046 "jsonld" |
1216 ], |
1047 ], |
1217 "time": "2016-10-10 08:57:56" |
1048 "time": "2016-10-10T08:57:56+00:00" |
1218 }, |
1049 }, |
1219 { |
1050 { |
1220 "name": "monolog/monolog", |
1051 "name": "monolog/monolog", |
1221 "version": "1.21.0", |
1052 "version": "1.22.1", |
1222 "source": { |
1053 "source": { |
1223 "type": "git", |
1054 "type": "git", |
1224 "url": "https://github.com/Seldaek/monolog.git", |
1055 "url": "https://github.com/Seldaek/monolog.git", |
1225 "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952" |
1056 "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0" |
1226 }, |
1057 }, |
1227 "dist": { |
1058 "dist": { |
1228 "type": "zip", |
1059 "type": "zip", |
1229 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952", |
1060 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0", |
1230 "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952", |
1061 "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0", |
1231 "shasum": "" |
1062 "shasum": "" |
1232 }, |
1063 }, |
1233 "require": { |
1064 "require": { |
1234 "php": ">=5.3.0", |
1065 "php": ">=5.3.0", |
1235 "psr/log": "~1.0" |
1066 "psr/log": "~1.0" |
1236 }, |
1067 }, |
1237 "provide": { |
1068 "provide": { |
1238 "psr/log-implementation": "1.0.0" |
1069 "psr/log-implementation": "1.0.0" |
1239 }, |
1070 }, |
1240 "require-dev": { |
1071 "require-dev": { |
1241 "aws/aws-sdk-php": "^2.4.9", |
1072 "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
1242 "doctrine/couchdb": "~1.0@dev", |
1073 "doctrine/couchdb": "~1.0@dev", |
1243 "graylog2/gelf-php": "~1.0", |
1074 "graylog2/gelf-php": "~1.0", |
1244 "jakub-onderka/php-parallel-lint": "0.9", |
1075 "jakub-onderka/php-parallel-lint": "0.9", |
1245 "php-amqplib/php-amqplib": "~2.4", |
1076 "php-amqplib/php-amqplib": "~2.4", |
1246 "php-console/php-console": "^3.1.3", |
1077 "php-console/php-console": "^3.1.3", |
1381 "keywords": [ |
1218 "keywords": [ |
1382 "date", |
1219 "date", |
1383 "datetime", |
1220 "datetime", |
1384 "time" |
1221 "time" |
1385 ], |
1222 ], |
1386 "time": "2015-11-04 20:07:17" |
1223 "time": "2017-01-16T07:55:07+00:00" |
1387 }, |
|
1388 { |
|
1389 "name": "nikic/php-parser", |
|
1390 "version": "v2.1.1", |
|
1391 "source": { |
|
1392 "type": "git", |
|
1393 "url": "https://github.com/nikic/PHP-Parser.git", |
|
1394 "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0" |
|
1395 }, |
|
1396 "dist": { |
|
1397 "type": "zip", |
|
1398 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4dd659edadffdc2143e4753df655d866dbfeedf0", |
|
1399 "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0", |
|
1400 "shasum": "" |
|
1401 }, |
|
1402 "require": { |
|
1403 "ext-tokenizer": "*", |
|
1404 "php": ">=5.4" |
|
1405 }, |
|
1406 "require-dev": { |
|
1407 "phpunit/phpunit": "~4.0" |
|
1408 }, |
|
1409 "bin": [ |
|
1410 "bin/php-parse" |
|
1411 ], |
|
1412 "type": "library", |
|
1413 "extra": { |
|
1414 "branch-alias": { |
|
1415 "dev-master": "2.1-dev" |
|
1416 } |
|
1417 }, |
|
1418 "autoload": { |
|
1419 "psr-4": { |
|
1420 "PhpParser\\": "lib/PhpParser" |
|
1421 } |
|
1422 }, |
|
1423 "notification-url": "https://packagist.org/downloads/", |
|
1424 "license": [ |
|
1425 "BSD-3-Clause" |
|
1426 ], |
|
1427 "authors": [ |
|
1428 { |
|
1429 "name": "Nikita Popov" |
|
1430 } |
|
1431 ], |
|
1432 "description": "A PHP parser written in PHP", |
|
1433 "keywords": [ |
|
1434 "parser", |
|
1435 "php" |
|
1436 ], |
|
1437 "time": "2016-09-16 12:04:44" |
|
1438 }, |
1224 }, |
1439 { |
1225 { |
1440 "name": "paragonie/random_compat", |
1226 "name": "paragonie/random_compat", |
1441 "version": "v2.0.4", |
1227 "version": "v2.0.10", |
1442 "source": { |
1228 "source": { |
1443 "type": "git", |
1229 "type": "git", |
1444 "url": "https://github.com/paragonie/random_compat.git", |
1230 "url": "https://github.com/paragonie/random_compat.git", |
1445 "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e" |
1231 "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d" |
1446 }, |
1232 }, |
1447 "dist": { |
1233 "dist": { |
1448 "type": "zip", |
1234 "type": "zip", |
1449 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", |
1235 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d", |
1450 "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", |
1236 "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d", |
1451 "shasum": "" |
1237 "shasum": "" |
1452 }, |
1238 }, |
1453 "require": { |
1239 "require": { |
1454 "php": ">=5.2.0" |
1240 "php": ">=5.2.0" |
1455 }, |
1241 }, |
1672 "keywords": [ |
1458 "keywords": [ |
1673 "log", |
1459 "log", |
1674 "psr", |
1460 "psr", |
1675 "psr-3" |
1461 "psr-3" |
1676 ], |
1462 ], |
1677 "time": "2016-10-10 12:19:37" |
1463 "time": "2016-10-10T12:19:37+00:00" |
1678 }, |
|
1679 { |
|
1680 "name": "psy/psysh", |
|
1681 "version": "v0.7.2", |
|
1682 "source": { |
|
1683 "type": "git", |
|
1684 "url": "https://github.com/bobthecow/psysh.git", |
|
1685 "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280" |
|
1686 }, |
|
1687 "dist": { |
|
1688 "type": "zip", |
|
1689 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280", |
|
1690 "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280", |
|
1691 "shasum": "" |
|
1692 }, |
|
1693 "require": { |
|
1694 "dnoegel/php-xdg-base-dir": "0.1", |
|
1695 "jakub-onderka/php-console-highlighter": "0.3.*", |
|
1696 "nikic/php-parser": "^1.2.1|~2.0", |
|
1697 "php": ">=5.3.9", |
|
1698 "symfony/console": "~2.3.10|^2.4.2|~3.0", |
|
1699 "symfony/var-dumper": "~2.7|~3.0" |
|
1700 }, |
|
1701 "require-dev": { |
|
1702 "fabpot/php-cs-fixer": "~1.5", |
|
1703 "phpunit/phpunit": "~3.7|~4.0|~5.0", |
|
1704 "squizlabs/php_codesniffer": "~2.0", |
|
1705 "symfony/finder": "~2.1|~3.0" |
|
1706 }, |
|
1707 "suggest": { |
|
1708 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", |
|
1709 "ext-pdo-sqlite": "The doc command requires SQLite to work.", |
|
1710 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", |
|
1711 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." |
|
1712 }, |
|
1713 "bin": [ |
|
1714 "bin/psysh" |
|
1715 ], |
|
1716 "type": "library", |
|
1717 "extra": { |
|
1718 "branch-alias": { |
|
1719 "dev-develop": "0.8.x-dev" |
|
1720 } |
|
1721 }, |
|
1722 "autoload": { |
|
1723 "files": [ |
|
1724 "src/Psy/functions.php" |
|
1725 ], |
|
1726 "psr-4": { |
|
1727 "Psy\\": "src/Psy/" |
|
1728 } |
|
1729 }, |
|
1730 "notification-url": "https://packagist.org/downloads/", |
|
1731 "license": [ |
|
1732 "MIT" |
|
1733 ], |
|
1734 "authors": [ |
|
1735 { |
|
1736 "name": "Justin Hileman", |
|
1737 "email": "justin@justinhileman.info", |
|
1738 "homepage": "http://justinhileman.com" |
|
1739 } |
|
1740 ], |
|
1741 "description": "An interactive shell for modern PHP.", |
|
1742 "homepage": "http://psysh.org", |
|
1743 "keywords": [ |
|
1744 "REPL", |
|
1745 "console", |
|
1746 "interactive", |
|
1747 "shell" |
|
1748 ], |
|
1749 "time": "2016-03-09 05:03:14" |
|
1750 }, |
1464 }, |
1751 { |
1465 { |
1752 "name": "ramsey/uuid", |
1466 "name": "ramsey/uuid", |
1753 "version": "3.5.1", |
1467 "version": "3.6.1", |
1754 "source": { |
1468 "source": { |
1755 "type": "git", |
1469 "type": "git", |
1756 "url": "https://github.com/ramsey/uuid.git", |
1470 "url": "https://github.com/ramsey/uuid.git", |
1757 "reference": "a07797b986671b0dc823885a81d5e3516b931599" |
1471 "reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e" |
1758 }, |
1472 }, |
1759 "dist": { |
1473 "dist": { |
1760 "type": "zip", |
1474 "type": "zip", |
1761 "url": "https://api.github.com/repos/ramsey/uuid/zipball/a07797b986671b0dc823885a81d5e3516b931599", |
1475 "url": "https://api.github.com/repos/ramsey/uuid/zipball/4ae32dd9ab8860a4bbd750ad269cba7f06f7934e", |
1762 "reference": "a07797b986671b0dc823885a81d5e3516b931599", |
1476 "reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e", |
1763 "shasum": "" |
1477 "shasum": "" |
1764 }, |
1478 }, |
1765 "require": { |
1479 "require": { |
1766 "paragonie/random_compat": "^1.0|^2.0", |
1480 "paragonie/random_compat": "^1.0|^2.0", |
1767 "php": ">=5.4" |
1481 "php": "^5.4 || ^7.0" |
1768 }, |
1482 }, |
1769 "replace": { |
1483 "replace": { |
1770 "rhumsaa/uuid": "self.version" |
1484 "rhumsaa/uuid": "self.version" |
1771 }, |
1485 }, |
1772 "require-dev": { |
1486 "require-dev": { |
1773 "apigen/apigen": "^4.1", |
1487 "apigen/apigen": "^4.1", |
1774 "codeception/aspect-mock": "1.0.0", |
1488 "codeception/aspect-mock": "^1.0 | ^2.0", |
1775 "goaop/framework": "1.0.0-alpha.2", |
1489 "doctrine/annotations": "~1.2.0", |
|
1490 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1", |
1776 "ircmaxell/random-lib": "^1.1", |
1491 "ircmaxell/random-lib": "^1.1", |
1777 "jakub-onderka/php-parallel-lint": "^0.9.0", |
1492 "jakub-onderka/php-parallel-lint": "^0.9.0", |
1778 "mockery/mockery": "^0.9.4", |
1493 "mockery/mockery": "^0.9.4", |
1779 "moontoast/math": "^1.1", |
1494 "moontoast/math": "^1.1", |
|
1495 "php-mock/php-mock-phpunit": "^0.3|^1.1", |
1780 "phpunit/phpunit": "^4.7|>=5.0 <5.4", |
1496 "phpunit/phpunit": "^4.7|>=5.0 <5.4", |
1781 "satooshi/php-coveralls": "^0.6.1", |
1497 "satooshi/php-coveralls": "^0.6.1", |
1782 "squizlabs/php_codesniffer": "^2.3" |
1498 "squizlabs/php_codesniffer": "^2.3" |
1783 }, |
1499 }, |
1784 "suggest": { |
1500 "suggest": { |
1964 "keywords": [ |
1683 "keywords": [ |
1965 "email", |
1684 "email", |
1966 "mail", |
1685 "mail", |
1967 "mailer" |
1686 "mailer" |
1968 ], |
1687 ], |
1969 "time": "2016-07-08 11:51:25" |
1688 "time": "2017-05-01T15:54:03+00:00" |
1970 }, |
1689 }, |
1971 { |
1690 { |
1972 "name": "symfony/console", |
1691 "name": "symfony/console", |
1973 "version": "v3.1.6", |
1692 "version": "v3.3.2", |
1974 "source": { |
1693 "source": { |
1975 "type": "git", |
1694 "type": "git", |
1976 "url": "https://github.com/symfony/console.git", |
1695 "url": "https://github.com/symfony/console.git", |
1977 "reference": "c99da1119ae61e15de0e4829196b9fba6f73d065" |
1696 "reference": "70d2a29b2911cbdc91a7e268046c395278238b2e" |
1978 }, |
1697 }, |
1979 "dist": { |
1698 "dist": { |
1980 "type": "zip", |
1699 "type": "zip", |
1981 "url": "https://api.github.com/repos/symfony/console/zipball/c99da1119ae61e15de0e4829196b9fba6f73d065", |
1700 "url": "https://api.github.com/repos/symfony/console/zipball/70d2a29b2911cbdc91a7e268046c395278238b2e", |
1982 "reference": "c99da1119ae61e15de0e4829196b9fba6f73d065", |
1701 "reference": "70d2a29b2911cbdc91a7e268046c395278238b2e", |
1983 "shasum": "" |
1702 "shasum": "" |
1984 }, |
1703 }, |
1985 "require": { |
1704 "require": { |
1986 "php": ">=5.5.9", |
1705 "php": ">=5.5.9", |
1987 "symfony/debug": "~2.8|~3.0", |
1706 "symfony/debug": "~2.8|~3.0", |
1988 "symfony/polyfill-mbstring": "~1.0" |
1707 "symfony/polyfill-mbstring": "~1.0" |
1989 }, |
1708 }, |
|
1709 "conflict": { |
|
1710 "symfony/dependency-injection": "<3.3" |
|
1711 }, |
1990 "require-dev": { |
1712 "require-dev": { |
1991 "psr/log": "~1.0", |
1713 "psr/log": "~1.0", |
|
1714 "symfony/config": "~3.3", |
|
1715 "symfony/dependency-injection": "~3.3", |
1992 "symfony/event-dispatcher": "~2.8|~3.0", |
1716 "symfony/event-dispatcher": "~2.8|~3.0", |
|
1717 "symfony/filesystem": "~2.8|~3.0", |
|
1718 "symfony/http-kernel": "~2.8|~3.0", |
1993 "symfony/process": "~2.8|~3.0" |
1719 "symfony/process": "~2.8|~3.0" |
1994 }, |
1720 }, |
1995 "suggest": { |
1721 "suggest": { |
1996 "psr/log": "For using the console logger", |
1722 "psr/log": "For using the console logger", |
1997 "symfony/event-dispatcher": "", |
1723 "symfony/event-dispatcher": "", |
|
1724 "symfony/filesystem": "", |
1998 "symfony/process": "" |
1725 "symfony/process": "" |
1999 }, |
1726 }, |
2000 "type": "library", |
1727 "type": "library", |
2001 "extra": { |
1728 "extra": { |
2002 "branch-alias": { |
1729 "branch-alias": { |
2003 "dev-master": "3.1-dev" |
1730 "dev-master": "3.3-dev" |
2004 } |
1731 } |
2005 }, |
1732 }, |
2006 "autoload": { |
1733 "autoload": { |
2007 "psr-4": { |
1734 "psr-4": { |
2008 "Symfony\\Component\\Console\\": "" |
1735 "Symfony\\Component\\Console\\": "" |
2025 "homepage": "https://symfony.com/contributors" |
1752 "homepage": "https://symfony.com/contributors" |
2026 } |
1753 } |
2027 ], |
1754 ], |
2028 "description": "Symfony Console Component", |
1755 "description": "Symfony Console Component", |
2029 "homepage": "https://symfony.com", |
1756 "homepage": "https://symfony.com", |
2030 "time": "2016-10-06 01:44:51" |
1757 "time": "2017-06-02T19:24:58+00:00" |
2031 }, |
1758 }, |
2032 { |
1759 { |
2033 "name": "symfony/debug", |
1760 "name": "symfony/css-selector", |
2034 "version": "v3.1.6", |
1761 "version": "v3.3.2", |
2035 "source": { |
1762 "source": { |
2036 "type": "git", |
1763 "type": "git", |
2037 "url": "https://github.com/symfony/debug.git", |
1764 "url": "https://github.com/symfony/css-selector.git", |
2038 "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8" |
1765 "reference": "4d882dced7b995d5274293039370148e291808f2" |
2039 }, |
1766 }, |
2040 "dist": { |
1767 "dist": { |
2041 "type": "zip", |
1768 "type": "zip", |
2042 "url": "https://api.github.com/repos/symfony/debug/zipball/e2b3f74a67fc928adc3c1b9027f73e1bc01190a8", |
1769 "url": "https://api.github.com/repos/symfony/css-selector/zipball/4d882dced7b995d5274293039370148e291808f2", |
2043 "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8", |
1770 "reference": "4d882dced7b995d5274293039370148e291808f2", |
2044 "shasum": "" |
1771 "shasum": "" |
2045 }, |
1772 }, |
2046 "require": { |
1773 "require": { |
2047 "php": ">=5.5.9", |
1774 "php": ">=5.5.9" |
2048 "psr/log": "~1.0" |
1775 }, |
2049 }, |
1776 "type": "library", |
2050 "conflict": { |
1777 "extra": { |
2051 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
1778 "branch-alias": { |
2052 }, |
1779 "dev-master": "3.3-dev" |
2053 "require-dev": { |
1780 } |
2054 "symfony/class-loader": "~2.8|~3.0", |
1781 }, |
2055 "symfony/http-kernel": "~2.8|~3.0" |
1782 "autoload": { |
2056 }, |
1783 "psr-4": { |
2057 "type": "library", |
1784 "Symfony\\Component\\CssSelector\\": "" |
2058 "extra": { |
|
2059 "branch-alias": { |
|
2060 "dev-master": "3.1-dev" |
|
2061 } |
|
2062 }, |
|
2063 "autoload": { |
|
2064 "psr-4": { |
|
2065 "Symfony\\Component\\Debug\\": "" |
|
2066 }, |
1785 }, |
2067 "exclude-from-classmap": [ |
1786 "exclude-from-classmap": [ |
2068 "/Tests/" |
1787 "/Tests/" |
2069 ] |
1788 ] |
2070 }, |
1789 }, |
2072 "license": [ |
1791 "license": [ |
2073 "MIT" |
1792 "MIT" |
2074 ], |
1793 ], |
2075 "authors": [ |
1794 "authors": [ |
2076 { |
1795 { |
|
1796 "name": "Jean-François Simon", |
|
1797 "email": "jeanfrancois.simon@sensiolabs.com" |
|
1798 }, |
|
1799 { |
2077 "name": "Fabien Potencier", |
1800 "name": "Fabien Potencier", |
2078 "email": "fabien@symfony.com" |
1801 "email": "fabien@symfony.com" |
2079 }, |
1802 }, |
2080 { |
1803 { |
2081 "name": "Symfony Community", |
1804 "name": "Symfony Community", |
2082 "homepage": "https://symfony.com/contributors" |
1805 "homepage": "https://symfony.com/contributors" |
2083 } |
1806 } |
2084 ], |
1807 ], |
|
1808 "description": "Symfony CssSelector Component", |
|
1809 "homepage": "https://symfony.com", |
|
1810 "time": "2017-05-01T15:01:29+00:00" |
|
1811 }, |
|
1812 { |
|
1813 "name": "symfony/debug", |
|
1814 "version": "v3.3.2", |
|
1815 "source": { |
|
1816 "type": "git", |
|
1817 "url": "https://github.com/symfony/debug.git", |
|
1818 "reference": "e9c50482841ef696e8fa1470d950a79c8921f45d" |
|
1819 }, |
|
1820 "dist": { |
|
1821 "type": "zip", |
|
1822 "url": "https://api.github.com/repos/symfony/debug/zipball/e9c50482841ef696e8fa1470d950a79c8921f45d", |
|
1823 "reference": "e9c50482841ef696e8fa1470d950a79c8921f45d", |
|
1824 "shasum": "" |
|
1825 }, |
|
1826 "require": { |
|
1827 "php": ">=5.5.9", |
|
1828 "psr/log": "~1.0" |
|
1829 }, |
|
1830 "conflict": { |
|
1831 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
|
1832 }, |
|
1833 "require-dev": { |
|
1834 "symfony/http-kernel": "~2.8|~3.0" |
|
1835 }, |
|
1836 "type": "library", |
|
1837 "extra": { |
|
1838 "branch-alias": { |
|
1839 "dev-master": "3.3-dev" |
|
1840 } |
|
1841 }, |
|
1842 "autoload": { |
|
1843 "psr-4": { |
|
1844 "Symfony\\Component\\Debug\\": "" |
|
1845 }, |
|
1846 "exclude-from-classmap": [ |
|
1847 "/Tests/" |
|
1848 ] |
|
1849 }, |
|
1850 "notification-url": "https://packagist.org/downloads/", |
|
1851 "license": [ |
|
1852 "MIT" |
|
1853 ], |
|
1854 "authors": [ |
|
1855 { |
|
1856 "name": "Fabien Potencier", |
|
1857 "email": "fabien@symfony.com" |
|
1858 }, |
|
1859 { |
|
1860 "name": "Symfony Community", |
|
1861 "homepage": "https://symfony.com/contributors" |
|
1862 } |
|
1863 ], |
2085 "description": "Symfony Debug Component", |
1864 "description": "Symfony Debug Component", |
2086 "homepage": "https://symfony.com", |
1865 "homepage": "https://symfony.com", |
2087 "time": "2016-09-06 11:02:40" |
1866 "time": "2017-06-01T21:01:25+00:00" |
2088 }, |
1867 }, |
2089 { |
1868 { |
2090 "name": "symfony/event-dispatcher", |
1869 "name": "symfony/event-dispatcher", |
2091 "version": "v3.1.6", |
1870 "version": "v3.3.2", |
2092 "source": { |
1871 "source": { |
2093 "type": "git", |
1872 "type": "git", |
2094 "url": "https://github.com/symfony/event-dispatcher.git", |
1873 "url": "https://github.com/symfony/event-dispatcher.git", |
2095 "reference": "28b0832b2553ffb80cabef6a7a812ff1e670c0bc" |
1874 "reference": "4054a102470665451108f9b59305c79176ef98f0" |
2096 }, |
1875 }, |
2097 "dist": { |
1876 "dist": { |
2098 "type": "zip", |
1877 "type": "zip", |
2099 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/28b0832b2553ffb80cabef6a7a812ff1e670c0bc", |
1878 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4054a102470665451108f9b59305c79176ef98f0", |
2100 "reference": "28b0832b2553ffb80cabef6a7a812ff1e670c0bc", |
1879 "reference": "4054a102470665451108f9b59305c79176ef98f0", |
2101 "shasum": "" |
1880 "shasum": "" |
2102 }, |
1881 }, |
2103 "require": { |
1882 "require": { |
2104 "php": ">=5.5.9" |
1883 "php": ">=5.5.9" |
|
1884 }, |
|
1885 "conflict": { |
|
1886 "symfony/dependency-injection": "<3.3" |
2105 }, |
1887 }, |
2106 "require-dev": { |
1888 "require-dev": { |
2107 "psr/log": "~1.0", |
1889 "psr/log": "~1.0", |
2108 "symfony/config": "~2.8|~3.0", |
1890 "symfony/config": "~2.8|~3.0", |
2109 "symfony/dependency-injection": "~2.8|~3.0", |
1891 "symfony/dependency-injection": "~3.3", |
2110 "symfony/expression-language": "~2.8|~3.0", |
1892 "symfony/expression-language": "~2.8|~3.0", |
2111 "symfony/stopwatch": "~2.8|~3.0" |
1893 "symfony/stopwatch": "~2.8|~3.0" |
2112 }, |
1894 }, |
2113 "suggest": { |
1895 "suggest": { |
2114 "symfony/dependency-injection": "", |
1896 "symfony/dependency-injection": "", |
2115 "symfony/http-kernel": "" |
1897 "symfony/http-kernel": "" |
2116 }, |
1898 }, |
2117 "type": "library", |
1899 "type": "library", |
2118 "extra": { |
1900 "extra": { |
2119 "branch-alias": { |
1901 "branch-alias": { |
2120 "dev-master": "3.1-dev" |
1902 "dev-master": "3.3-dev" |
2121 } |
1903 } |
2122 }, |
1904 }, |
2123 "autoload": { |
1905 "autoload": { |
2124 "psr-4": { |
1906 "psr-4": { |
2125 "Symfony\\Component\\EventDispatcher\\": "" |
1907 "Symfony\\Component\\EventDispatcher\\": "" |
2244 "homepage": "https://symfony.com/contributors" |
2026 "homepage": "https://symfony.com/contributors" |
2245 } |
2027 } |
2246 ], |
2028 ], |
2247 "description": "Symfony HttpFoundation Component", |
2029 "description": "Symfony HttpFoundation Component", |
2248 "homepage": "https://symfony.com", |
2030 "homepage": "https://symfony.com", |
2249 "time": "2016-10-24 15:52:44" |
2031 "time": "2017-06-05T13:06:51+00:00" |
2250 }, |
2032 }, |
2251 { |
2033 { |
2252 "name": "symfony/http-kernel", |
2034 "name": "symfony/http-kernel", |
2253 "version": "v3.1.6", |
2035 "version": "v3.3.2", |
2254 "source": { |
2036 "source": { |
2255 "type": "git", |
2037 "type": "git", |
2256 "url": "https://github.com/symfony/http-kernel.git", |
2038 "url": "https://github.com/symfony/http-kernel.git", |
2257 "reference": "c235f1b13ba67012e283996a5427f22e2e04be14" |
2039 "reference": "be8280f7fa8e95b86514f1e1be997668a53b2888" |
2258 }, |
2040 }, |
2259 "dist": { |
2041 "dist": { |
2260 "type": "zip", |
2042 "type": "zip", |
2261 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/c235f1b13ba67012e283996a5427f22e2e04be14", |
2043 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/be8280f7fa8e95b86514f1e1be997668a53b2888", |
2262 "reference": "c235f1b13ba67012e283996a5427f22e2e04be14", |
2044 "reference": "be8280f7fa8e95b86514f1e1be997668a53b2888", |
2263 "shasum": "" |
2045 "shasum": "" |
2264 }, |
2046 }, |
2265 "require": { |
2047 "require": { |
2266 "php": ">=5.5.9", |
2048 "php": ">=5.5.9", |
2267 "psr/log": "~1.0", |
2049 "psr/log": "~1.0", |
2268 "symfony/debug": "~2.8|~3.0", |
2050 "symfony/debug": "~2.8|~3.0", |
2269 "symfony/event-dispatcher": "~2.8|~3.0", |
2051 "symfony/event-dispatcher": "~2.8|~3.0", |
2270 "symfony/http-foundation": "~2.8.13|~3.1.6|~3.2" |
2052 "symfony/http-foundation": "~3.3" |
2271 }, |
2053 }, |
2272 "conflict": { |
2054 "conflict": { |
2273 "symfony/config": "<2.8" |
2055 "symfony/config": "<2.8", |
2274 }, |
2056 "symfony/dependency-injection": "<3.3", |
2275 "require-dev": { |
2057 "symfony/var-dumper": "<3.3", |
|
2058 "twig/twig": "<1.34|<2.4,>=2" |
|
2059 }, |
|
2060 "require-dev": { |
|
2061 "psr/cache": "~1.0", |
2276 "symfony/browser-kit": "~2.8|~3.0", |
2062 "symfony/browser-kit": "~2.8|~3.0", |
2277 "symfony/class-loader": "~2.8|~3.0", |
2063 "symfony/class-loader": "~2.8|~3.0", |
2278 "symfony/config": "~2.8|~3.0", |
2064 "symfony/config": "~2.8|~3.0", |
2279 "symfony/console": "~2.8|~3.0", |
2065 "symfony/console": "~2.8|~3.0", |
2280 "symfony/css-selector": "~2.8|~3.0", |
2066 "symfony/css-selector": "~2.8|~3.0", |
2281 "symfony/dependency-injection": "~2.8|~3.0", |
2067 "symfony/dependency-injection": "~3.3", |
2282 "symfony/dom-crawler": "~2.8|~3.0", |
2068 "symfony/dom-crawler": "~2.8|~3.0", |
2283 "symfony/expression-language": "~2.8|~3.0", |
2069 "symfony/expression-language": "~2.8|~3.0", |
2284 "symfony/finder": "~2.8|~3.0", |
2070 "symfony/finder": "~2.8|~3.0", |
2285 "symfony/process": "~2.8|~3.0", |
2071 "symfony/process": "~2.8|~3.0", |
2286 "symfony/routing": "~2.8|~3.0", |
2072 "symfony/routing": "~2.8|~3.0", |
2287 "symfony/stopwatch": "~2.8|~3.0", |
2073 "symfony/stopwatch": "~2.8|~3.0", |
2288 "symfony/templating": "~2.8|~3.0", |
2074 "symfony/templating": "~2.8|~3.0", |
2289 "symfony/translation": "~2.8|~3.0", |
2075 "symfony/translation": "~2.8|~3.0", |
2290 "symfony/var-dumper": "~2.8|~3.0" |
2076 "symfony/var-dumper": "~3.3" |
2291 }, |
2077 }, |
2292 "suggest": { |
2078 "suggest": { |
2293 "symfony/browser-kit": "", |
2079 "symfony/browser-kit": "", |
2294 "symfony/class-loader": "", |
2080 "symfony/class-loader": "", |
2295 "symfony/config": "", |
2081 "symfony/config": "", |
2385 "mbstring", |
2171 "mbstring", |
2386 "polyfill", |
2172 "polyfill", |
2387 "portable", |
2173 "portable", |
2388 "shim" |
2174 "shim" |
2389 ], |
2175 ], |
2390 "time": "2016-05-18 14:26:46" |
2176 "time": "2017-06-09T14:24:12+00:00" |
2391 }, |
|
2392 { |
|
2393 "name": "symfony/polyfill-php56", |
|
2394 "version": "v1.2.0", |
|
2395 "source": { |
|
2396 "type": "git", |
|
2397 "url": "https://github.com/symfony/polyfill-php56.git", |
|
2398 "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a" |
|
2399 }, |
|
2400 "dist": { |
|
2401 "type": "zip", |
|
2402 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
|
2403 "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
|
2404 "shasum": "" |
|
2405 }, |
|
2406 "require": { |
|
2407 "php": ">=5.3.3", |
|
2408 "symfony/polyfill-util": "~1.0" |
|
2409 }, |
|
2410 "type": "library", |
|
2411 "extra": { |
|
2412 "branch-alias": { |
|
2413 "dev-master": "1.2-dev" |
|
2414 } |
|
2415 }, |
|
2416 "autoload": { |
|
2417 "psr-4": { |
|
2418 "Symfony\\Polyfill\\Php56\\": "" |
|
2419 }, |
|
2420 "files": [ |
|
2421 "bootstrap.php" |
|
2422 ] |
|
2423 }, |
|
2424 "notification-url": "https://packagist.org/downloads/", |
|
2425 "license": [ |
|
2426 "MIT" |
|
2427 ], |
|
2428 "authors": [ |
|
2429 { |
|
2430 "name": "Nicolas Grekas", |
|
2431 "email": "p@tchwork.com" |
|
2432 }, |
|
2433 { |
|
2434 "name": "Symfony Community", |
|
2435 "homepage": "https://symfony.com/contributors" |
|
2436 } |
|
2437 ], |
|
2438 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
|
2439 "homepage": "https://symfony.com", |
|
2440 "keywords": [ |
|
2441 "compatibility", |
|
2442 "polyfill", |
|
2443 "portable", |
|
2444 "shim" |
|
2445 ], |
|
2446 "time": "2016-05-18 14:26:46" |
|
2447 }, |
|
2448 { |
|
2449 "name": "symfony/polyfill-util", |
|
2450 "version": "v1.2.0", |
|
2451 "source": { |
|
2452 "type": "git", |
|
2453 "url": "https://github.com/symfony/polyfill-util.git", |
|
2454 "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99" |
|
2455 }, |
|
2456 "dist": { |
|
2457 "type": "zip", |
|
2458 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99", |
|
2459 "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99", |
|
2460 "shasum": "" |
|
2461 }, |
|
2462 "require": { |
|
2463 "php": ">=5.3.3" |
|
2464 }, |
|
2465 "type": "library", |
|
2466 "extra": { |
|
2467 "branch-alias": { |
|
2468 "dev-master": "1.2-dev" |
|
2469 } |
|
2470 }, |
|
2471 "autoload": { |
|
2472 "psr-4": { |
|
2473 "Symfony\\Polyfill\\Util\\": "" |
|
2474 } |
|
2475 }, |
|
2476 "notification-url": "https://packagist.org/downloads/", |
|
2477 "license": [ |
|
2478 "MIT" |
|
2479 ], |
|
2480 "authors": [ |
|
2481 { |
|
2482 "name": "Nicolas Grekas", |
|
2483 "email": "p@tchwork.com" |
|
2484 }, |
|
2485 { |
|
2486 "name": "Symfony Community", |
|
2487 "homepage": "https://symfony.com/contributors" |
|
2488 } |
|
2489 ], |
|
2490 "description": "Symfony utilities for portability of PHP codes", |
|
2491 "homepage": "https://symfony.com", |
|
2492 "keywords": [ |
|
2493 "compat", |
|
2494 "compatibility", |
|
2495 "polyfill", |
|
2496 "shim" |
|
2497 ], |
|
2498 "time": "2016-05-18 14:26:46" |
|
2499 }, |
2177 }, |
2500 { |
2178 { |
2501 "name": "symfony/process", |
2179 "name": "symfony/process", |
2502 "version": "v3.1.6", |
2180 "version": "v3.3.2", |
2503 "source": { |
2181 "source": { |
2504 "type": "git", |
2182 "type": "git", |
2505 "url": "https://github.com/symfony/process.git", |
2183 "url": "https://github.com/symfony/process.git", |
2506 "reference": "66de154ae86b1a07001da9fbffd620206e4faf94" |
2184 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf" |
2507 }, |
2185 }, |
2508 "dist": { |
2186 "dist": { |
2509 "type": "zip", |
2187 "type": "zip", |
2510 "url": "https://api.github.com/repos/symfony/process/zipball/66de154ae86b1a07001da9fbffd620206e4faf94", |
2188 "url": "https://api.github.com/repos/symfony/process/zipball/8e30690c67aafb6c7992d6d8eb0d707807dd3eaf", |
2511 "reference": "66de154ae86b1a07001da9fbffd620206e4faf94", |
2189 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf", |
2512 "shasum": "" |
2190 "shasum": "" |
2513 }, |
2191 }, |
2514 "require": { |
2192 "require": { |
2515 "php": ">=5.5.9" |
2193 "php": ">=5.5.9" |
2516 }, |
2194 }, |
2517 "type": "library", |
2195 "type": "library", |
2518 "extra": { |
2196 "extra": { |
2519 "branch-alias": { |
2197 "branch-alias": { |
2520 "dev-master": "3.1-dev" |
2198 "dev-master": "3.3-dev" |
2521 } |
2199 } |
2522 }, |
2200 }, |
2523 "autoload": { |
2201 "autoload": { |
2524 "psr-4": { |
2202 "psr-4": { |
2525 "Symfony\\Component\\Process\\": "" |
2203 "Symfony\\Component\\Process\\": "" |
2542 "homepage": "https://symfony.com/contributors" |
2220 "homepage": "https://symfony.com/contributors" |
2543 } |
2221 } |
2544 ], |
2222 ], |
2545 "description": "Symfony Process Component", |
2223 "description": "Symfony Process Component", |
2546 "homepage": "https://symfony.com", |
2224 "homepage": "https://symfony.com", |
2547 "time": "2016-09-29 14:13:09" |
2225 "time": "2017-05-22T12:32:03+00:00" |
2548 }, |
2226 }, |
2549 { |
2227 { |
2550 "name": "symfony/routing", |
2228 "name": "symfony/routing", |
2551 "version": "v3.1.6", |
2229 "version": "v3.3.2", |
2552 "source": { |
2230 "source": { |
2553 "type": "git", |
2231 "type": "git", |
2554 "url": "https://github.com/symfony/routing.git", |
2232 "url": "https://github.com/symfony/routing.git", |
2555 "reference": "8edf62498a1a4c57ba317664a4b698339c10cdf6" |
2233 "reference": "39804eeafea5cca851946e1eed122eb94459fdb4" |
2556 }, |
2234 }, |
2557 "dist": { |
2235 "dist": { |
2558 "type": "zip", |
2236 "type": "zip", |
2559 "url": "https://api.github.com/repos/symfony/routing/zipball/8edf62498a1a4c57ba317664a4b698339c10cdf6", |
2237 "url": "https://api.github.com/repos/symfony/routing/zipball/39804eeafea5cca851946e1eed122eb94459fdb4", |
2560 "reference": "8edf62498a1a4c57ba317664a4b698339c10cdf6", |
2238 "reference": "39804eeafea5cca851946e1eed122eb94459fdb4", |
2561 "shasum": "" |
2239 "shasum": "" |
2562 }, |
2240 }, |
2563 "require": { |
2241 "require": { |
2564 "php": ">=5.5.9" |
2242 "php": ">=5.5.9" |
2565 }, |
2243 }, |
2566 "conflict": { |
2244 "conflict": { |
2567 "symfony/config": "<2.8" |
2245 "symfony/config": "<2.8", |
|
2246 "symfony/dependency-injection": "<3.3", |
|
2247 "symfony/yaml": "<3.3" |
2568 }, |
2248 }, |
2569 "require-dev": { |
2249 "require-dev": { |
2570 "doctrine/annotations": "~1.0", |
2250 "doctrine/annotations": "~1.0", |
2571 "doctrine/common": "~2.2", |
2251 "doctrine/common": "~2.2", |
2572 "psr/log": "~1.0", |
2252 "psr/log": "~1.0", |
2573 "symfony/config": "~2.8|~3.0", |
2253 "symfony/config": "~2.8|~3.0", |
|
2254 "symfony/dependency-injection": "~3.3", |
2574 "symfony/expression-language": "~2.8|~3.0", |
2255 "symfony/expression-language": "~2.8|~3.0", |
2575 "symfony/http-foundation": "~2.8|~3.0", |
2256 "symfony/http-foundation": "~2.8|~3.0", |
2576 "symfony/yaml": "~2.8|~3.0" |
2257 "symfony/yaml": "~3.3" |
2577 }, |
2258 }, |
2578 "suggest": { |
2259 "suggest": { |
2579 "doctrine/annotations": "For using the annotation loader", |
2260 "doctrine/annotations": "For using the annotation loader", |
2580 "symfony/config": "For using the all-in-one router or any loader", |
2261 "symfony/config": "For using the all-in-one router or any loader", |
2581 "symfony/dependency-injection": "For loading routes from a service", |
2262 "symfony/dependency-injection": "For loading routes from a service", |
2617 "router", |
2298 "router", |
2618 "routing", |
2299 "routing", |
2619 "uri", |
2300 "uri", |
2620 "url" |
2301 "url" |
2621 ], |
2302 ], |
2622 "time": "2016-08-16 14:58:24" |
2303 "time": "2017-06-02T09:51:43+00:00" |
2623 }, |
2304 }, |
2624 { |
2305 { |
2625 "name": "symfony/translation", |
2306 "name": "symfony/translation", |
2626 "version": "v3.1.6", |
2307 "version": "v3.3.2", |
2627 "source": { |
2308 "source": { |
2628 "type": "git", |
2309 "type": "git", |
2629 "url": "https://github.com/symfony/translation.git", |
2310 "url": "https://github.com/symfony/translation.git", |
2630 "reference": "ff1285087397d2f64041b35e591f3025881c90cd" |
2311 "reference": "dc3b2a0c6cfff60327ba1c043a82092735397543" |
2631 }, |
2312 }, |
2632 "dist": { |
2313 "dist": { |
2633 "type": "zip", |
2314 "type": "zip", |
2634 "url": "https://api.github.com/repos/symfony/translation/zipball/ff1285087397d2f64041b35e591f3025881c90cd", |
2315 "url": "https://api.github.com/repos/symfony/translation/zipball/dc3b2a0c6cfff60327ba1c043a82092735397543", |
2635 "reference": "ff1285087397d2f64041b35e591f3025881c90cd", |
2316 "reference": "dc3b2a0c6cfff60327ba1c043a82092735397543", |
2636 "shasum": "" |
2317 "shasum": "" |
2637 }, |
2318 }, |
2638 "require": { |
2319 "require": { |
2639 "php": ">=5.5.9", |
2320 "php": ">=5.5.9", |
2640 "symfony/polyfill-mbstring": "~1.0" |
2321 "symfony/polyfill-mbstring": "~1.0" |
2641 }, |
2322 }, |
2642 "conflict": { |
2323 "conflict": { |
2643 "symfony/config": "<2.8" |
2324 "symfony/config": "<2.8", |
|
2325 "symfony/yaml": "<3.3" |
2644 }, |
2326 }, |
2645 "require-dev": { |
2327 "require-dev": { |
2646 "psr/log": "~1.0", |
2328 "psr/log": "~1.0", |
2647 "symfony/config": "~2.8|~3.0", |
2329 "symfony/config": "~2.8|~3.0", |
2648 "symfony/intl": "~2.8|~3.0", |
2330 "symfony/intl": "^2.8.18|^3.2.5", |
2649 "symfony/yaml": "~2.8|~3.0" |
2331 "symfony/yaml": "~3.3" |
2650 }, |
2332 }, |
2651 "suggest": { |
2333 "suggest": { |
2652 "psr/log": "To use logging capability in translator", |
2334 "psr/log": "To use logging capability in translator", |
2653 "symfony/config": "", |
2335 "symfony/config": "", |
2654 "symfony/yaml": "" |
2336 "symfony/yaml": "" |
2655 }, |
2337 }, |
2656 "type": "library", |
2338 "type": "library", |
2657 "extra": { |
2339 "extra": { |
2658 "branch-alias": { |
2340 "branch-alias": { |
2659 "dev-master": "3.1-dev" |
2341 "dev-master": "3.3-dev" |
2660 } |
2342 } |
2661 }, |
2343 }, |
2662 "autoload": { |
2344 "autoload": { |
2663 "psr-4": { |
2345 "psr-4": { |
2664 "Symfony\\Component\\Translation\\": "" |
2346 "Symfony\\Component\\Translation\\": "" |
2681 "homepage": "https://symfony.com/contributors" |
2363 "homepage": "https://symfony.com/contributors" |
2682 } |
2364 } |
2683 ], |
2365 ], |
2684 "description": "Symfony Translation Component", |
2366 "description": "Symfony Translation Component", |
2685 "homepage": "https://symfony.com", |
2367 "homepage": "https://symfony.com", |
2686 "time": "2016-10-18 04:30:12" |
2368 "time": "2017-05-22T07:42:36+00:00" |
2687 }, |
2369 }, |
2688 { |
2370 { |
2689 "name": "symfony/var-dumper", |
2371 "name": "symfony/var-dumper", |
2690 "version": "v3.1.6", |
2372 "version": "v3.3.2", |
2691 "source": { |
2373 "source": { |
2692 "type": "git", |
2374 "type": "git", |
2693 "url": "https://github.com/symfony/var-dumper.git", |
2375 "url": "https://github.com/symfony/var-dumper.git", |
2694 "reference": "4dc2f03b480c43f1665d3317d827a04ed6ffd11e" |
2376 "reference": "347c4247a3e40018810b476fcd5dec36d46d08dc" |
2695 }, |
2377 }, |
2696 "dist": { |
2378 "dist": { |
2697 "type": "zip", |
2379 "type": "zip", |
2698 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/4dc2f03b480c43f1665d3317d827a04ed6ffd11e", |
2380 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/347c4247a3e40018810b476fcd5dec36d46d08dc", |
2699 "reference": "4dc2f03b480c43f1665d3317d827a04ed6ffd11e", |
2381 "reference": "347c4247a3e40018810b476fcd5dec36d46d08dc", |
2700 "shasum": "" |
2382 "shasum": "" |
2701 }, |
2383 }, |
2702 "require": { |
2384 "require": { |
2703 "php": ">=5.5.9", |
2385 "php": ">=5.5.9", |
2704 "symfony/polyfill-mbstring": "~1.0" |
2386 "symfony/polyfill-mbstring": "~1.0" |
2705 }, |
2387 }, |
2706 "require-dev": { |
2388 "conflict": { |
2707 "twig/twig": "~1.20|~2.0" |
2389 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
|
2390 }, |
|
2391 "require-dev": { |
|
2392 "ext-iconv": "*", |
|
2393 "twig/twig": "~1.34|~2.4" |
2708 }, |
2394 }, |
2709 "suggest": { |
2395 "suggest": { |
|
2396 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", |
2710 "ext-symfony_debug": "" |
2397 "ext-symfony_debug": "" |
2711 }, |
2398 }, |
2712 "type": "library", |
2399 "type": "library", |
2713 "extra": { |
2400 "extra": { |
2714 "branch-alias": { |
2401 "branch-alias": { |
2715 "dev-master": "3.1-dev" |
2402 "dev-master": "3.3-dev" |
2716 } |
2403 } |
2717 }, |
2404 }, |
2718 "autoload": { |
2405 "autoload": { |
2719 "files": [ |
2406 "files": [ |
2720 "Resources/functions/dump.php" |
2407 "Resources/functions/dump.php" |
2744 "homepage": "https://symfony.com", |
2431 "homepage": "https://symfony.com", |
2745 "keywords": [ |
2432 "keywords": [ |
2746 "debug", |
2433 "debug", |
2747 "dump" |
2434 "dump" |
2748 ], |
2435 ], |
2749 "time": "2016-10-18 15:46:07" |
2436 "time": "2017-06-02T09:10:29+00:00" |
|
2437 }, |
|
2438 { |
|
2439 "name": "tijsverkoyen/css-to-inline-styles", |
|
2440 "version": "2.2.0", |
|
2441 "source": { |
|
2442 "type": "git", |
|
2443 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", |
|
2444 "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b" |
|
2445 }, |
|
2446 "dist": { |
|
2447 "type": "zip", |
|
2448 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b", |
|
2449 "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b", |
|
2450 "shasum": "" |
|
2451 }, |
|
2452 "require": { |
|
2453 "php": "^5.5 || ^7", |
|
2454 "symfony/css-selector": "^2.7|~3.0" |
|
2455 }, |
|
2456 "require-dev": { |
|
2457 "phpunit/phpunit": "~4.8|5.1.*" |
|
2458 }, |
|
2459 "type": "library", |
|
2460 "extra": { |
|
2461 "branch-alias": { |
|
2462 "dev-master": "2.0.x-dev" |
|
2463 } |
|
2464 }, |
|
2465 "autoload": { |
|
2466 "psr-4": { |
|
2467 "TijsVerkoyen\\CssToInlineStyles\\": "src" |
|
2468 } |
|
2469 }, |
|
2470 "notification-url": "https://packagist.org/downloads/", |
|
2471 "license": [ |
|
2472 "BSD-3-Clause" |
|
2473 ], |
|
2474 "authors": [ |
|
2475 { |
|
2476 "name": "Tijs Verkoyen", |
|
2477 "email": "css_to_inline_styles@verkoyen.eu", |
|
2478 "role": "Developer" |
|
2479 } |
|
2480 ], |
|
2481 "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.", |
|
2482 "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", |
|
2483 "time": "2016-09-20T12:50:39+00:00" |
2750 }, |
2484 }, |
2751 { |
2485 { |
2752 "name": "vlucas/phpdotenv", |
2486 "name": "vlucas/phpdotenv", |
2753 "version": "v2.4.0", |
2487 "version": "v2.4.0", |
2754 "source": { |
2488 "source": { |
2794 "keywords": [ |
2528 "keywords": [ |
2795 "dotenv", |
2529 "dotenv", |
2796 "env", |
2530 "env", |
2797 "environment" |
2531 "environment" |
2798 ], |
2532 ], |
2799 "time": "2016-09-01 10:05:43" |
2533 "time": "2016-09-01T10:05:43+00:00" |
2800 } |
2534 } |
2801 ], |
2535 ], |
2802 "packages-dev": [ |
2536 "packages-dev": [ |
|
2537 { |
|
2538 "name": "doctrine/annotations", |
|
2539 "version": "v1.4.0", |
|
2540 "source": { |
|
2541 "type": "git", |
|
2542 "url": "https://github.com/doctrine/annotations.git", |
|
2543 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" |
|
2544 }, |
|
2545 "dist": { |
|
2546 "type": "zip", |
|
2547 "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", |
|
2548 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", |
|
2549 "shasum": "" |
|
2550 }, |
|
2551 "require": { |
|
2552 "doctrine/lexer": "1.*", |
|
2553 "php": "^5.6 || ^7.0" |
|
2554 }, |
|
2555 "require-dev": { |
|
2556 "doctrine/cache": "1.*", |
|
2557 "phpunit/phpunit": "^5.7" |
|
2558 }, |
|
2559 "type": "library", |
|
2560 "extra": { |
|
2561 "branch-alias": { |
|
2562 "dev-master": "1.4.x-dev" |
|
2563 } |
|
2564 }, |
|
2565 "autoload": { |
|
2566 "psr-4": { |
|
2567 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
|
2568 } |
|
2569 }, |
|
2570 "notification-url": "https://packagist.org/downloads/", |
|
2571 "license": [ |
|
2572 "MIT" |
|
2573 ], |
|
2574 "authors": [ |
|
2575 { |
|
2576 "name": "Roman Borschel", |
|
2577 "email": "roman@code-factory.org" |
|
2578 }, |
|
2579 { |
|
2580 "name": "Benjamin Eberlei", |
|
2581 "email": "kontakt@beberlei.de" |
|
2582 }, |
|
2583 { |
|
2584 "name": "Guilherme Blanco", |
|
2585 "email": "guilhermeblanco@gmail.com" |
|
2586 }, |
|
2587 { |
|
2588 "name": "Jonathan Wage", |
|
2589 "email": "jonwage@gmail.com" |
|
2590 }, |
|
2591 { |
|
2592 "name": "Johannes Schmitt", |
|
2593 "email": "schmittjoh@gmail.com" |
|
2594 } |
|
2595 ], |
|
2596 "description": "Docblock Annotations Parser", |
|
2597 "homepage": "http://www.doctrine-project.org", |
|
2598 "keywords": [ |
|
2599 "annotations", |
|
2600 "docblock", |
|
2601 "parser" |
|
2602 ], |
|
2603 "time": "2017-02-24T16:22:25+00:00" |
|
2604 }, |
2803 { |
2605 { |
2804 "name": "doctrine/instantiator", |
2606 "name": "doctrine/instantiator", |
2805 "version": "1.0.5", |
2607 "version": "1.0.5", |
2806 "source": { |
2608 "source": { |
2807 "type": "git", |
2609 "type": "git", |
2850 "homepage": "https://github.com/doctrine/instantiator", |
2652 "homepage": "https://github.com/doctrine/instantiator", |
2851 "keywords": [ |
2653 "keywords": [ |
2852 "constructor", |
2654 "constructor", |
2853 "instantiate" |
2655 "instantiate" |
2854 ], |
2656 ], |
2855 "time": "2015-06-14 21:17:01" |
2657 "time": "2015-06-14T21:17:01+00:00" |
|
2658 }, |
|
2659 { |
|
2660 "name": "doctrine/lexer", |
|
2661 "version": "v1.0.1", |
|
2662 "source": { |
|
2663 "type": "git", |
|
2664 "url": "https://github.com/doctrine/lexer.git", |
|
2665 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
|
2666 }, |
|
2667 "dist": { |
|
2668 "type": "zip", |
|
2669 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
|
2670 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
|
2671 "shasum": "" |
|
2672 }, |
|
2673 "require": { |
|
2674 "php": ">=5.3.2" |
|
2675 }, |
|
2676 "type": "library", |
|
2677 "extra": { |
|
2678 "branch-alias": { |
|
2679 "dev-master": "1.0.x-dev" |
|
2680 } |
|
2681 }, |
|
2682 "autoload": { |
|
2683 "psr-0": { |
|
2684 "Doctrine\\Common\\Lexer\\": "lib/" |
|
2685 } |
|
2686 }, |
|
2687 "notification-url": "https://packagist.org/downloads/", |
|
2688 "license": [ |
|
2689 "MIT" |
|
2690 ], |
|
2691 "authors": [ |
|
2692 { |
|
2693 "name": "Roman Borschel", |
|
2694 "email": "roman@code-factory.org" |
|
2695 }, |
|
2696 { |
|
2697 "name": "Guilherme Blanco", |
|
2698 "email": "guilhermeblanco@gmail.com" |
|
2699 }, |
|
2700 { |
|
2701 "name": "Johannes Schmitt", |
|
2702 "email": "schmittjoh@gmail.com" |
|
2703 } |
|
2704 ], |
|
2705 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
|
2706 "homepage": "http://www.doctrine-project.org", |
|
2707 "keywords": [ |
|
2708 "lexer", |
|
2709 "parser" |
|
2710 ], |
|
2711 "time": "2014-09-09T13:34:57+00:00" |
2856 }, |
2712 }, |
2857 { |
2713 { |
2858 "name": "friendsofphp/php-cs-fixer", |
2714 "name": "friendsofphp/php-cs-fixer", |
2859 "version": "v1.12.3", |
2715 "version": "v2.3.2", |
2860 "source": { |
2716 "source": { |
2861 "type": "git", |
2717 "type": "git", |
2862 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", |
2718 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", |
2863 "reference": "78a820c16d13f593303511461eefa939502fb2de" |
2719 "reference": "597745f744bcce1aed59dfd1bb4603de2a06cda9" |
2864 }, |
2720 }, |
2865 "dist": { |
2721 "dist": { |
2866 "type": "zip", |
2722 "type": "zip", |
2867 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/78a820c16d13f593303511461eefa939502fb2de", |
2723 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/597745f744bcce1aed59dfd1bb4603de2a06cda9", |
2868 "reference": "78a820c16d13f593303511461eefa939502fb2de", |
2724 "reference": "597745f744bcce1aed59dfd1bb4603de2a06cda9", |
2869 "shasum": "" |
2725 "shasum": "" |
2870 }, |
2726 }, |
2871 "require": { |
2727 "require": { |
|
2728 "doctrine/annotations": "^1.2", |
|
2729 "ext-json": "*", |
2872 "ext-tokenizer": "*", |
2730 "ext-tokenizer": "*", |
2873 "php": "^5.3.6 || >=7.0 <7.2", |
2731 "gecko-packages/gecko-php-unit": "^2.0", |
2874 "sebastian/diff": "^1.1", |
2732 "php": "^5.6 || >=7.0 <7.2", |
2875 "symfony/console": "^2.3 || ^3.0", |
2733 "sebastian/diff": "^1.4", |
2876 "symfony/event-dispatcher": "^2.1 || ^3.0", |
2734 "symfony/console": "^3.0", |
2877 "symfony/filesystem": "^2.1 || ^3.0", |
2735 "symfony/event-dispatcher": "^3.0", |
2878 "symfony/finder": "^2.1 || ^3.0", |
2736 "symfony/filesystem": "^3.0", |
2879 "symfony/process": "^2.3 || ^3.0", |
2737 "symfony/finder": "^3.0", |
2880 "symfony/stopwatch": "^2.5 || ^3.0" |
2738 "symfony/options-resolver": "^3.0", |
|
2739 "symfony/polyfill-php70": "^1.0", |
|
2740 "symfony/polyfill-xml": "^1.3", |
|
2741 "symfony/process": "^3.0", |
|
2742 "symfony/stopwatch": "^3.0" |
2881 }, |
2743 }, |
2882 "conflict": { |
2744 "conflict": { |
2883 "hhvm": "<3.9" |
2745 "hhvm": "<3.18" |
2884 }, |
2746 }, |
2885 "require-dev": { |
2747 "require-dev": { |
2886 "phpunit/phpunit": "^4.5|^5", |
2748 "johnkary/phpunit-speedtrap": "^1.1", |
2887 "satooshi/php-coveralls": "^1.0" |
2749 "justinrainbow/json-schema": "^5.0", |
|
2750 "mi-schi/phpmd-extension": "^4.2", |
|
2751 "phpmd/phpmd": "^2.4.3", |
|
2752 "phpunit/phpunit": "^4.8.35 || ^5.4.3", |
|
2753 "satooshi/php-coveralls": "^1.0", |
|
2754 "symfony/phpunit-bridge": "^3.2.2" |
|
2755 }, |
|
2756 "suggest": { |
|
2757 "ext-mbstring": "For handling non-UTF8 characters in cache signature.", |
|
2758 "ext-xml": "For better performance.", |
|
2759 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." |
2888 }, |
2760 }, |
2889 "bin": [ |
2761 "bin": [ |
2890 "php-cs-fixer" |
2762 "php-cs-fixer" |
2891 ], |
2763 ], |
2892 "type": "application", |
2764 "type": "application", |
2893 "autoload": { |
2765 "extra": { |
2894 "psr-4": { |
2766 "branch-alias": { |
2895 "Symfony\\CS\\": "Symfony/CS/" |
2767 "dev-master": "2.3-dev" |
|
2768 } |
|
2769 }, |
|
2770 "autoload": { |
|
2771 "psr-4": { |
|
2772 "PhpCsFixer\\": "src/" |
2896 } |
2773 } |
2897 }, |
2774 }, |
2898 "notification-url": "https://packagist.org/downloads/", |
2775 "notification-url": "https://packagist.org/downloads/", |
2899 "license": [ |
2776 "license": [ |
2900 "MIT" |
2777 "MIT" |
3292 "name": "Chris Boulton", |
3208 "name": "Chris Boulton", |
3293 "homepage": "http://github.com/chrisboulton" |
3209 "homepage": "http://github.com/chrisboulton" |
3294 } |
3210 } |
3295 ], |
3211 ], |
3296 "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", |
3212 "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", |
3297 "time": "2016-04-07 12:29:16" |
3213 "time": "2016-04-07T12:29:16+00:00" |
3298 }, |
3214 }, |
3299 { |
3215 { |
3300 "name": "phpspec/phpspec", |
3216 "name": "phpspec/phpspec", |
3301 "version": "3.1.1", |
3217 "version": "3.4.0", |
3302 "source": { |
3218 "source": { |
3303 "type": "git", |
3219 "type": "git", |
3304 "url": "https://github.com/phpspec/phpspec.git", |
3220 "url": "https://github.com/phpspec/phpspec.git", |
3305 "reference": "53d89ff6d328032c0e434a75af6b0e80ff2d669d" |
3221 "reference": "2e969c7d8c6437490b7aa0ab51a3302d15bb7211" |
3306 }, |
3222 }, |
3307 "dist": { |
3223 "dist": { |
3308 "type": "zip", |
3224 "type": "zip", |
3309 "url": "https://api.github.com/repos/phpspec/phpspec/zipball/53d89ff6d328032c0e434a75af6b0e80ff2d669d", |
3225 "url": "https://api.github.com/repos/phpspec/phpspec/zipball/2e969c7d8c6437490b7aa0ab51a3302d15bb7211", |
3310 "reference": "53d89ff6d328032c0e434a75af6b0e80ff2d669d", |
3226 "reference": "2e969c7d8c6437490b7aa0ab51a3302d15bb7211", |
3311 "shasum": "" |
3227 "shasum": "" |
3312 }, |
3228 }, |
3313 "require": { |
3229 "require": { |
3314 "doctrine/instantiator": "^1.0.1", |
3230 "doctrine/instantiator": "^1.0.1", |
3315 "ext-tokenizer": "*", |
3231 "ext-tokenizer": "*", |
3316 "php": "^5.6 || ^7.0", |
3232 "php": "^5.6 || ^7.0", |
3317 "phpspec/php-diff": "^1.0.0", |
3233 "phpspec/php-diff": "^1.0.0", |
3318 "phpspec/prophecy": "^1.5", |
3234 "phpspec/prophecy": "^1.5", |
3319 "sebastian/exporter": "^1.0", |
3235 "sebastian/exporter": "^1.0 || ^2.0 || ^3.0", |
3320 "symfony/console": "^2.7 || ^3.0", |
3236 "symfony/console": "^2.7 || ^3.0", |
3321 "symfony/event-dispatcher": "^2.7 || ^3.0", |
3237 "symfony/event-dispatcher": "^2.7 || ^3.0", |
3322 "symfony/finder": "^2.7 || ^3.0", |
3238 "symfony/finder": "^2.7 || ^3.0", |
3323 "symfony/process": "^2.7 || ^3.0", |
3239 "symfony/process": "^2.7 || ^3.0", |
3324 "symfony/yaml": "^2.7 || ^3.0" |
3240 "symfony/yaml": "^2.7 || ^3.0" |
3325 }, |
3241 }, |
3326 "require-dev": { |
3242 "require-dev": { |
3327 "behat/behat": "^3.1", |
3243 "behat/behat": "^3.3", |
3328 "ciaranmcnulty/versionbasedtestskipper": "^0.2.1", |
3244 "ciaranmcnulty/versionbasedtestskipper": "^0.2.1", |
3329 "phpunit/phpunit": "^5.4", |
3245 "phpunit/phpunit": "^5.5|^6.0", |
3330 "symfony/filesystem": "^3.0" |
3246 "symfony/filesystem": "^3.0" |
3331 }, |
3247 }, |
3332 "suggest": { |
3248 "suggest": { |
3333 "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters" |
3249 "phpspec/nyan-formatters": "Adds Nyan formatters" |
3334 }, |
3250 }, |
3335 "bin": [ |
3251 "bin": [ |
3336 "bin/phpspec" |
3252 "bin/phpspec" |
3337 ], |
3253 ], |
3338 "type": "library", |
3254 "type": "library", |
3374 "spec", |
3290 "spec", |
3375 "specification", |
3291 "specification", |
3376 "testing", |
3292 "testing", |
3377 "tests" |
3293 "tests" |
3378 ], |
3294 ], |
3379 "time": "2016-09-26 21:11:31" |
3295 "time": "2017-05-12T06:16:46+00:00" |
3380 }, |
3296 }, |
3381 { |
3297 { |
3382 "name": "phpspec/prophecy", |
3298 "name": "phpspec/prophecy", |
3383 "version": "v1.6.1", |
3299 "version": "v1.7.0", |
3384 "source": { |
3300 "source": { |
3385 "type": "git", |
3301 "type": "git", |
3386 "url": "https://github.com/phpspec/prophecy.git", |
3302 "url": "https://github.com/phpspec/prophecy.git", |
3387 "reference": "58a8137754bc24b25740d4281399a4a3596058e0" |
3303 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073" |
3388 }, |
3304 }, |
3389 "dist": { |
3305 "dist": { |
3390 "type": "zip", |
3306 "type": "zip", |
3391 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0", |
3307 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073", |
3392 "reference": "58a8137754bc24b25740d4281399a4a3596058e0", |
3308 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073", |
3393 "shasum": "" |
3309 "shasum": "" |
3394 }, |
3310 }, |
3395 "require": { |
3311 "require": { |
3396 "doctrine/instantiator": "^1.0.2", |
3312 "doctrine/instantiator": "^1.0.2", |
3397 "php": "^5.3|^7.0", |
3313 "php": "^5.3|^7.0", |
3398 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
3314 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
3399 "sebastian/comparator": "^1.1", |
3315 "sebastian/comparator": "^1.1|^2.0", |
3400 "sebastian/recursion-context": "^1.0" |
3316 "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
3401 }, |
3317 }, |
3402 "require-dev": { |
3318 "require-dev": { |
3403 "phpspec/phpspec": "^2.0" |
3319 "phpspec/phpspec": "^2.5|^3.2", |
|
3320 "phpunit/phpunit": "^4.8 || ^5.6.5" |
3404 }, |
3321 }, |
3405 "type": "library", |
3322 "type": "library", |
3406 "extra": { |
3323 "extra": { |
3407 "branch-alias": { |
3324 "branch-alias": { |
3408 "dev-master": "1.6.x-dev" |
3325 "dev-master": "1.6.x-dev" |
3436 "fake", |
3353 "fake", |
3437 "mock", |
3354 "mock", |
3438 "spy", |
3355 "spy", |
3439 "stub" |
3356 "stub" |
3440 ], |
3357 ], |
3441 "time": "2016-06-07 08:13:47" |
3358 "time": "2017-03-02T20:05:34+00:00" |
3442 }, |
3359 }, |
3443 { |
3360 { |
3444 "name": "phpunit/php-code-coverage", |
3361 "name": "phpunit/php-code-coverage", |
3445 "version": "4.0.2", |
3362 "version": "4.0.8", |
3446 "source": { |
3363 "source": { |
3447 "type": "git", |
3364 "type": "git", |
3448 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
3365 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
3449 "reference": "6cba06ff75a1a63a71033e1a01b89056f3af1e8d" |
3366 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" |
3450 }, |
3367 }, |
3451 "dist": { |
3368 "dist": { |
3452 "type": "zip", |
3369 "type": "zip", |
3453 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6cba06ff75a1a63a71033e1a01b89056f3af1e8d", |
3370 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
3454 "reference": "6cba06ff75a1a63a71033e1a01b89056f3af1e8d", |
3371 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
3455 "shasum": "" |
3372 "shasum": "" |
3456 }, |
3373 }, |
3457 "require": { |
3374 "require": { |
|
3375 "ext-dom": "*", |
|
3376 "ext-xmlwriter": "*", |
3458 "php": "^5.6 || ^7.0", |
3377 "php": "^5.6 || ^7.0", |
3459 "phpunit/php-file-iterator": "~1.3", |
3378 "phpunit/php-file-iterator": "^1.3", |
3460 "phpunit/php-text-template": "~1.2", |
3379 "phpunit/php-text-template": "^1.2", |
3461 "phpunit/php-token-stream": "^1.4.2", |
3380 "phpunit/php-token-stream": "^1.4.2 || ^2.0", |
3462 "sebastian/code-unit-reverse-lookup": "~1.0", |
3381 "sebastian/code-unit-reverse-lookup": "^1.0", |
3463 "sebastian/environment": "^1.3.2 || ^2.0", |
3382 "sebastian/environment": "^1.3.2 || ^2.0", |
3464 "sebastian/version": "~1.0|~2.0" |
3383 "sebastian/version": "^1.0 || ^2.0" |
3465 }, |
3384 }, |
3466 "require-dev": { |
3385 "require-dev": { |
3467 "ext-xdebug": ">=2.1.4", |
3386 "ext-xdebug": "^2.1.4", |
3468 "phpunit/phpunit": "^5.4" |
3387 "phpunit/phpunit": "^5.7" |
3469 }, |
3388 }, |
3470 "suggest": { |
3389 "suggest": { |
3471 "ext-dom": "*", |
3390 "ext-xdebug": "^2.5.1" |
3472 "ext-xdebug": ">=2.4.0", |
|
3473 "ext-xmlwriter": "*" |
|
3474 }, |
3391 }, |
3475 "type": "library", |
3392 "type": "library", |
3476 "extra": { |
3393 "extra": { |
3477 "branch-alias": { |
3394 "branch-alias": { |
3478 "dev-master": "4.0.x-dev" |
3395 "dev-master": "4.0.x-dev" |
3680 "description": "Wrapper around PHP's tokenizer extension.", |
3602 "description": "Wrapper around PHP's tokenizer extension.", |
3681 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
3603 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
3682 "keywords": [ |
3604 "keywords": [ |
3683 "tokenizer" |
3605 "tokenizer" |
3684 ], |
3606 ], |
3685 "time": "2015-09-15 10:49:45" |
3607 "time": "2017-02-27T10:12:30+00:00" |
3686 }, |
3608 }, |
3687 { |
3609 { |
3688 "name": "phpunit/phpunit", |
3610 "name": "phpunit/phpunit", |
3689 "version": "5.6.2", |
3611 "version": "5.7.20", |
3690 "source": { |
3612 "source": { |
3691 "type": "git", |
3613 "type": "git", |
3692 "url": "https://github.com/sebastianbergmann/phpunit.git", |
3614 "url": "https://github.com/sebastianbergmann/phpunit.git", |
3693 "reference": "cd13b23ac5a519a4708e00736c26ee0bb28b2e01" |
3615 "reference": "3cb94a5f8c07a03c8b7527ed7468a2926203f58b" |
3694 }, |
3616 }, |
3695 "dist": { |
3617 "dist": { |
3696 "type": "zip", |
3618 "type": "zip", |
3697 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/cd13b23ac5a519a4708e00736c26ee0bb28b2e01", |
3619 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3cb94a5f8c07a03c8b7527ed7468a2926203f58b", |
3698 "reference": "cd13b23ac5a519a4708e00736c26ee0bb28b2e01", |
3620 "reference": "3cb94a5f8c07a03c8b7527ed7468a2926203f58b", |
3699 "shasum": "" |
3621 "shasum": "" |
3700 }, |
3622 }, |
3701 "require": { |
3623 "require": { |
3702 "ext-dom": "*", |
3624 "ext-dom": "*", |
3703 "ext-json": "*", |
3625 "ext-json": "*", |
3704 "ext-libxml": "*", |
3626 "ext-libxml": "*", |
3705 "ext-mbstring": "*", |
3627 "ext-mbstring": "*", |
3706 "ext-xml": "*", |
3628 "ext-xml": "*", |
3707 "myclabs/deep-copy": "~1.3", |
3629 "myclabs/deep-copy": "~1.3", |
3708 "php": "^5.6 || ^7.0", |
3630 "php": "^5.6 || ^7.0", |
3709 "phpspec/prophecy": "^1.3.1", |
3631 "phpspec/prophecy": "^1.6.2", |
3710 "phpunit/php-code-coverage": "^4.0.1", |
3632 "phpunit/php-code-coverage": "^4.0.4", |
3711 "phpunit/php-file-iterator": "~1.4", |
3633 "phpunit/php-file-iterator": "~1.4", |
3712 "phpunit/php-text-template": "~1.2", |
3634 "phpunit/php-text-template": "~1.2", |
3713 "phpunit/php-timer": "^1.0.6", |
3635 "phpunit/php-timer": "^1.0.6", |
3714 "phpunit/phpunit-mock-objects": "^3.2", |
3636 "phpunit/phpunit-mock-objects": "^3.2", |
3715 "sebastian/comparator": "~1.1", |
3637 "sebastian/comparator": "^1.2.4", |
3716 "sebastian/diff": "~1.2", |
3638 "sebastian/diff": "^1.4.3", |
3717 "sebastian/environment": "^1.3 || ^2.0", |
3639 "sebastian/environment": "^1.3.4 || ^2.0", |
3718 "sebastian/exporter": "~1.2", |
3640 "sebastian/exporter": "~2.0", |
3719 "sebastian/global-state": "~1.0", |
3641 "sebastian/global-state": "^1.1", |
3720 "sebastian/object-enumerator": "~1.0", |
3642 "sebastian/object-enumerator": "~2.0", |
3721 "sebastian/resource-operations": "~1.0", |
3643 "sebastian/resource-operations": "~1.0", |
3722 "sebastian/version": "~1.0|~2.0", |
3644 "sebastian/version": "~1.0.3|~2.0", |
3723 "symfony/yaml": "~2.1|~3.0" |
3645 "symfony/yaml": "~2.1|~3.0" |
3724 }, |
3646 }, |
3725 "conflict": { |
3647 "conflict": { |
3726 "phpdocumentor/reflection-docblock": "3.0.2" |
3648 "phpdocumentor/reflection-docblock": "3.0.2" |
3727 }, |
3649 }, |
3866 "email": "sebastian@phpunit.de" |
3788 "email": "sebastian@phpunit.de" |
3867 } |
3789 } |
3868 ], |
3790 ], |
3869 "description": "Looks up which function or method a line of code belongs to", |
3791 "description": "Looks up which function or method a line of code belongs to", |
3870 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
3792 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
3871 "time": "2016-02-13 06:45:14" |
3793 "time": "2017-03-04T06:30:41+00:00" |
3872 }, |
3794 }, |
3873 { |
3795 { |
3874 "name": "sebastian/comparator", |
3796 "name": "sebastian/comparator", |
3875 "version": "1.2.0", |
3797 "version": "1.2.4", |
3876 "source": { |
3798 "source": { |
3877 "type": "git", |
3799 "type": "git", |
3878 "url": "https://github.com/sebastianbergmann/comparator.git", |
3800 "url": "https://github.com/sebastianbergmann/comparator.git", |
3879 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
3801 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" |
3880 }, |
3802 }, |
3881 "dist": { |
3803 "dist": { |
3882 "type": "zip", |
3804 "type": "zip", |
3883 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
3805 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
3884 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
3806 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
3885 "shasum": "" |
3807 "shasum": "" |
3886 }, |
3808 }, |
3887 "require": { |
3809 "require": { |
3888 "php": ">=5.3.3", |
3810 "php": ">=5.3.3", |
3889 "sebastian/diff": "~1.2", |
3811 "sebastian/diff": "~1.2", |
3890 "sebastian/exporter": "~1.2" |
3812 "sebastian/exporter": "~1.2 || ~2.0" |
3891 }, |
3813 }, |
3892 "require-dev": { |
3814 "require-dev": { |
3893 "phpunit/phpunit": "~4.4" |
3815 "phpunit/phpunit": "~4.4" |
3894 }, |
3816 }, |
3895 "type": "library", |
3817 "type": "library", |
4334 "role": "lead" |
4256 "role": "lead" |
4335 } |
4257 } |
4336 ], |
4258 ], |
4337 "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
4259 "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
4338 "homepage": "https://github.com/sebastianbergmann/version", |
4260 "homepage": "https://github.com/sebastianbergmann/version", |
4339 "time": "2016-02-04 12:56:52" |
4261 "time": "2016-10-03T07:35:21+00:00" |
4340 }, |
4262 }, |
4341 { |
4263 { |
4342 "name": "symfony/css-selector", |
4264 "name": "symfony/dom-crawler", |
4343 "version": "v3.1.6", |
4265 "version": "v3.3.2", |
4344 "source": { |
4266 "source": { |
4345 "type": "git", |
4267 "type": "git", |
4346 "url": "https://github.com/symfony/css-selector.git", |
4268 "url": "https://github.com/symfony/dom-crawler.git", |
4347 "reference": "ca809c64072e0fe61c1c7fb3c76cdc32265042ac" |
4269 "reference": "fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1" |
4348 }, |
4270 }, |
4349 "dist": { |
4271 "dist": { |
4350 "type": "zip", |
4272 "type": "zip", |
4351 "url": "https://api.github.com/repos/symfony/css-selector/zipball/ca809c64072e0fe61c1c7fb3c76cdc32265042ac", |
4273 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1", |
4352 "reference": "ca809c64072e0fe61c1c7fb3c76cdc32265042ac", |
4274 "reference": "fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1", |
4353 "shasum": "" |
4275 "shasum": "" |
4354 }, |
4276 }, |
4355 "require": { |
4277 "require": { |
4356 "php": ">=5.5.9" |
4278 "php": ">=5.5.9", |
4357 }, |
4279 "symfony/polyfill-mbstring": "~1.0" |
4358 "type": "library", |
4280 }, |
4359 "extra": { |
4281 "require-dev": { |
4360 "branch-alias": { |
4282 "symfony/css-selector": "~2.8|~3.0" |
4361 "dev-master": "3.1-dev" |
4283 }, |
4362 } |
4284 "suggest": { |
4363 }, |
4285 "symfony/css-selector": "" |
4364 "autoload": { |
4286 }, |
4365 "psr-4": { |
4287 "type": "library", |
4366 "Symfony\\Component\\CssSelector\\": "" |
4288 "extra": { |
|
4289 "branch-alias": { |
|
4290 "dev-master": "3.3-dev" |
|
4291 } |
|
4292 }, |
|
4293 "autoload": { |
|
4294 "psr-4": { |
|
4295 "Symfony\\Component\\DomCrawler\\": "" |
4367 }, |
4296 }, |
4368 "exclude-from-classmap": [ |
4297 "exclude-from-classmap": [ |
4369 "/Tests/" |
4298 "/Tests/" |
4370 ] |
4299 ] |
4371 }, |
4300 }, |
4373 "license": [ |
4302 "license": [ |
4374 "MIT" |
4303 "MIT" |
4375 ], |
4304 ], |
4376 "authors": [ |
4305 "authors": [ |
4377 { |
4306 { |
4378 "name": "Jean-François Simon", |
|
4379 "email": "jeanfrancois.simon@sensiolabs.com" |
|
4380 }, |
|
4381 { |
|
4382 "name": "Fabien Potencier", |
4307 "name": "Fabien Potencier", |
4383 "email": "fabien@symfony.com" |
4308 "email": "fabien@symfony.com" |
4384 }, |
4309 }, |
4385 { |
4310 { |
4386 "name": "Symfony Community", |
4311 "name": "Symfony Community", |
4387 "homepage": "https://symfony.com/contributors" |
4312 "homepage": "https://symfony.com/contributors" |
4388 } |
4313 } |
4389 ], |
4314 ], |
4390 "description": "Symfony CssSelector Component", |
4315 "description": "Symfony DomCrawler Component", |
4391 "homepage": "https://symfony.com", |
4316 "homepage": "https://symfony.com", |
4392 "time": "2016-09-06 11:02:40" |
4317 "time": "2017-05-25T23:10:31+00:00" |
4393 }, |
4318 }, |
4394 { |
4319 { |
4395 "name": "symfony/dom-crawler", |
4320 "name": "symfony/filesystem", |
4396 "version": "v3.1.6", |
4321 "version": "v3.3.2", |
4397 "source": { |
4322 "source": { |
4398 "type": "git", |
4323 "type": "git", |
4399 "url": "https://github.com/symfony/dom-crawler.git", |
4324 "url": "https://github.com/symfony/filesystem.git", |
4400 "reference": "59eee3c76eb89f21857798620ebdad7a05ad14f4" |
4325 "reference": "c709670bf64721202ddbe4162846f250735842c0" |
4401 }, |
4326 }, |
4402 "dist": { |
4327 "dist": { |
4403 "type": "zip", |
4328 "type": "zip", |
4404 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/59eee3c76eb89f21857798620ebdad7a05ad14f4", |
4329 "url": "https://api.github.com/repos/symfony/filesystem/zipball/c709670bf64721202ddbe4162846f250735842c0", |
4405 "reference": "59eee3c76eb89f21857798620ebdad7a05ad14f4", |
4330 "reference": "c709670bf64721202ddbe4162846f250735842c0", |
4406 "shasum": "" |
4331 "shasum": "" |
4407 }, |
4332 }, |
4408 "require": { |
4333 "require": { |
4409 "php": ">=5.5.9", |
4334 "php": ">=5.5.9" |
4410 "symfony/polyfill-mbstring": "~1.0" |
4335 }, |
4411 }, |
4336 "type": "library", |
4412 "require-dev": { |
4337 "extra": { |
4413 "symfony/css-selector": "~2.8|~3.0" |
4338 "branch-alias": { |
4414 }, |
4339 "dev-master": "3.3-dev" |
4415 "suggest": { |
4340 } |
4416 "symfony/css-selector": "" |
4341 }, |
4417 }, |
4342 "autoload": { |
4418 "type": "library", |
4343 "psr-4": { |
4419 "extra": { |
4344 "Symfony\\Component\\Filesystem\\": "" |
4420 "branch-alias": { |
|
4421 "dev-master": "3.1-dev" |
|
4422 } |
|
4423 }, |
|
4424 "autoload": { |
|
4425 "psr-4": { |
|
4426 "Symfony\\Component\\DomCrawler\\": "" |
|
4427 }, |
4345 }, |
4428 "exclude-from-classmap": [ |
4346 "exclude-from-classmap": [ |
4429 "/Tests/" |
4347 "/Tests/" |
4430 ] |
4348 ] |
4431 }, |
4349 }, |
4441 { |
4359 { |
4442 "name": "Symfony Community", |
4360 "name": "Symfony Community", |
4443 "homepage": "https://symfony.com/contributors" |
4361 "homepage": "https://symfony.com/contributors" |
4444 } |
4362 } |
4445 ], |
4363 ], |
4446 "description": "Symfony DomCrawler Component", |
4364 "description": "Symfony Filesystem Component", |
4447 "homepage": "https://symfony.com", |
4365 "homepage": "https://symfony.com", |
4448 "time": "2016-10-18 15:46:07" |
4366 "time": "2017-05-28T14:08:56+00:00" |
4449 }, |
4367 }, |
4450 { |
4368 { |
4451 "name": "symfony/filesystem", |
4369 "name": "symfony/options-resolver", |
4452 "version": "v3.1.6", |
4370 "version": "v3.3.2", |
4453 "source": { |
4371 "source": { |
4454 "type": "git", |
4372 "type": "git", |
4455 "url": "https://github.com/symfony/filesystem.git", |
4373 "url": "https://github.com/symfony/options-resolver.git", |
4456 "reference": "0565b61bf098cb4dc09f4f103f033138ae4f42c6" |
4374 "reference": "ff48982d295bcac1fd861f934f041ebc73ae40f0" |
4457 }, |
4375 }, |
4458 "dist": { |
4376 "dist": { |
4459 "type": "zip", |
4377 "type": "zip", |
4460 "url": "https://api.github.com/repos/symfony/filesystem/zipball/0565b61bf098cb4dc09f4f103f033138ae4f42c6", |
4378 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/ff48982d295bcac1fd861f934f041ebc73ae40f0", |
4461 "reference": "0565b61bf098cb4dc09f4f103f033138ae4f42c6", |
4379 "reference": "ff48982d295bcac1fd861f934f041ebc73ae40f0", |
4462 "shasum": "" |
4380 "shasum": "" |
4463 }, |
4381 }, |
4464 "require": { |
4382 "require": { |
4465 "php": ">=5.5.9" |
4383 "php": ">=5.5.9" |
4466 }, |
4384 }, |
4467 "type": "library", |
4385 "type": "library", |
4468 "extra": { |
4386 "extra": { |
4469 "branch-alias": { |
4387 "branch-alias": { |
4470 "dev-master": "3.1-dev" |
4388 "dev-master": "3.3-dev" |
4471 } |
4389 } |
4472 }, |
4390 }, |
4473 "autoload": { |
4391 "autoload": { |
4474 "psr-4": { |
4392 "psr-4": { |
4475 "Symfony\\Component\\Filesystem\\": "" |
4393 "Symfony\\Component\\OptionsResolver\\": "" |
4476 }, |
4394 }, |
4477 "exclude-from-classmap": [ |
4395 "exclude-from-classmap": [ |
4478 "/Tests/" |
4396 "/Tests/" |
4479 ] |
4397 ] |
4480 }, |
4398 }, |
4490 { |
4408 { |
4491 "name": "Symfony Community", |
4409 "name": "Symfony Community", |
4492 "homepage": "https://symfony.com/contributors" |
4410 "homepage": "https://symfony.com/contributors" |
4493 } |
4411 } |
4494 ], |
4412 ], |
4495 "description": "Symfony Filesystem Component", |
4413 "description": "Symfony OptionsResolver Component", |
4496 "homepage": "https://symfony.com", |
4414 "homepage": "https://symfony.com", |
4497 "time": "2016-10-18 04:30:12" |
4415 "keywords": [ |
|
4416 "config", |
|
4417 "configuration", |
|
4418 "options" |
|
4419 ], |
|
4420 "time": "2017-04-12T14:14:56+00:00" |
|
4421 }, |
|
4422 { |
|
4423 "name": "symfony/polyfill-php70", |
|
4424 "version": "v1.4.0", |
|
4425 "source": { |
|
4426 "type": "git", |
|
4427 "url": "https://github.com/symfony/polyfill-php70.git", |
|
4428 "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874" |
|
4429 }, |
|
4430 "dist": { |
|
4431 "type": "zip", |
|
4432 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/032fd647d5c11a9ceab8ee8747e13b5448e93874", |
|
4433 "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874", |
|
4434 "shasum": "" |
|
4435 }, |
|
4436 "require": { |
|
4437 "paragonie/random_compat": "~1.0|~2.0", |
|
4438 "php": ">=5.3.3" |
|
4439 }, |
|
4440 "type": "library", |
|
4441 "extra": { |
|
4442 "branch-alias": { |
|
4443 "dev-master": "1.4-dev" |
|
4444 } |
|
4445 }, |
|
4446 "autoload": { |
|
4447 "psr-4": { |
|
4448 "Symfony\\Polyfill\\Php70\\": "" |
|
4449 }, |
|
4450 "files": [ |
|
4451 "bootstrap.php" |
|
4452 ], |
|
4453 "classmap": [ |
|
4454 "Resources/stubs" |
|
4455 ] |
|
4456 }, |
|
4457 "notification-url": "https://packagist.org/downloads/", |
|
4458 "license": [ |
|
4459 "MIT" |
|
4460 ], |
|
4461 "authors": [ |
|
4462 { |
|
4463 "name": "Nicolas Grekas", |
|
4464 "email": "p@tchwork.com" |
|
4465 }, |
|
4466 { |
|
4467 "name": "Symfony Community", |
|
4468 "homepage": "https://symfony.com/contributors" |
|
4469 } |
|
4470 ], |
|
4471 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
|
4472 "homepage": "https://symfony.com", |
|
4473 "keywords": [ |
|
4474 "compatibility", |
|
4475 "polyfill", |
|
4476 "portable", |
|
4477 "shim" |
|
4478 ], |
|
4479 "time": "2017-06-09T14:24:12+00:00" |
|
4480 }, |
|
4481 { |
|
4482 "name": "symfony/polyfill-php72", |
|
4483 "version": "v1.4.0", |
|
4484 "source": { |
|
4485 "type": "git", |
|
4486 "url": "https://github.com/symfony/polyfill-php72.git", |
|
4487 "reference": "d3a71580c1e2cab33b6d705f0ec40e9015e14d5c" |
|
4488 }, |
|
4489 "dist": { |
|
4490 "type": "zip", |
|
4491 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/d3a71580c1e2cab33b6d705f0ec40e9015e14d5c", |
|
4492 "reference": "d3a71580c1e2cab33b6d705f0ec40e9015e14d5c", |
|
4493 "shasum": "" |
|
4494 }, |
|
4495 "require": { |
|
4496 "php": ">=5.3.3" |
|
4497 }, |
|
4498 "type": "library", |
|
4499 "extra": { |
|
4500 "branch-alias": { |
|
4501 "dev-master": "1.4-dev" |
|
4502 } |
|
4503 }, |
|
4504 "autoload": { |
|
4505 "psr-4": { |
|
4506 "Symfony\\Polyfill\\Php72\\": "" |
|
4507 }, |
|
4508 "files": [ |
|
4509 "bootstrap.php" |
|
4510 ] |
|
4511 }, |
|
4512 "notification-url": "https://packagist.org/downloads/", |
|
4513 "license": [ |
|
4514 "MIT" |
|
4515 ], |
|
4516 "authors": [ |
|
4517 { |
|
4518 "name": "Nicolas Grekas", |
|
4519 "email": "p@tchwork.com" |
|
4520 }, |
|
4521 { |
|
4522 "name": "Symfony Community", |
|
4523 "homepage": "https://symfony.com/contributors" |
|
4524 } |
|
4525 ], |
|
4526 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", |
|
4527 "homepage": "https://symfony.com", |
|
4528 "keywords": [ |
|
4529 "compatibility", |
|
4530 "polyfill", |
|
4531 "portable", |
|
4532 "shim" |
|
4533 ], |
|
4534 "time": "2017-06-09T08:25:21+00:00" |
|
4535 }, |
|
4536 { |
|
4537 "name": "symfony/polyfill-xml", |
|
4538 "version": "v1.4.0", |
|
4539 "source": { |
|
4540 "type": "git", |
|
4541 "url": "https://github.com/symfony/polyfill-xml.git", |
|
4542 "reference": "89326af9d173053826ae8fe26a6f49597ba4e9f3" |
|
4543 }, |
|
4544 "dist": { |
|
4545 "type": "zip", |
|
4546 "url": "https://api.github.com/repos/symfony/polyfill-xml/zipball/89326af9d173053826ae8fe26a6f49597ba4e9f3", |
|
4547 "reference": "89326af9d173053826ae8fe26a6f49597ba4e9f3", |
|
4548 "shasum": "" |
|
4549 }, |
|
4550 "require": { |
|
4551 "php": ">=5.3.3", |
|
4552 "symfony/polyfill-php72": "~1.4" |
|
4553 }, |
|
4554 "type": "metapackage", |
|
4555 "extra": { |
|
4556 "branch-alias": { |
|
4557 "dev-master": "1.4-dev" |
|
4558 } |
|
4559 }, |
|
4560 "notification-url": "https://packagist.org/downloads/", |
|
4561 "license": [ |
|
4562 "MIT" |
|
4563 ], |
|
4564 "authors": [ |
|
4565 { |
|
4566 "name": "Nicolas Grekas", |
|
4567 "email": "p@tchwork.com" |
|
4568 }, |
|
4569 { |
|
4570 "name": "Symfony Community", |
|
4571 "homepage": "https://symfony.com/contributors" |
|
4572 } |
|
4573 ], |
|
4574 "description": "Symfony polyfill for xml's utf8_encode and utf8_decode functions", |
|
4575 "homepage": "https://symfony.com", |
|
4576 "keywords": [ |
|
4577 "compatibility", |
|
4578 "polyfill", |
|
4579 "portable", |
|
4580 "shim" |
|
4581 ], |
|
4582 "time": "2017-06-09T08:25:21+00:00" |
4498 }, |
4583 }, |
4499 { |
4584 { |
4500 "name": "symfony/stopwatch", |
4585 "name": "symfony/stopwatch", |
4501 "version": "v3.1.6", |
4586 "version": "v3.3.2", |
4502 "source": { |
4587 "source": { |
4503 "type": "git", |
4588 "type": "git", |
4504 "url": "https://github.com/symfony/stopwatch.git", |
4589 "url": "https://github.com/symfony/stopwatch.git", |
4505 "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1" |
4590 "reference": "602a15299dc01556013b07167d4f5d3a60e90d15" |
4506 }, |
4591 }, |
4507 "dist": { |
4592 "dist": { |
4508 "type": "zip", |
4593 "type": "zip", |
4509 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/bb42806b12c5f89db4ebf64af6741afe6d8457e1", |
4594 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/602a15299dc01556013b07167d4f5d3a60e90d15", |
4510 "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1", |
4595 "reference": "602a15299dc01556013b07167d4f5d3a60e90d15", |
4511 "shasum": "" |
4596 "shasum": "" |
4512 }, |
4597 }, |
4513 "require": { |
4598 "require": { |
4514 "php": ">=5.5.9" |
4599 "php": ">=5.5.9" |
4515 }, |
4600 }, |
4516 "type": "library", |
4601 "type": "library", |
4517 "extra": { |
4602 "extra": { |
4518 "branch-alias": { |
4603 "branch-alias": { |
4519 "dev-master": "3.1-dev" |
4604 "dev-master": "3.3-dev" |
4520 } |
4605 } |
4521 }, |
4606 }, |
4522 "autoload": { |
4607 "autoload": { |
4523 "psr-4": { |
4608 "psr-4": { |
4524 "Symfony\\Component\\Stopwatch\\": "" |
4609 "Symfony\\Component\\Stopwatch\\": "" |
4541 "homepage": "https://symfony.com/contributors" |
4626 "homepage": "https://symfony.com/contributors" |
4542 } |
4627 } |
4543 ], |
4628 ], |
4544 "description": "Symfony Stopwatch Component", |
4629 "description": "Symfony Stopwatch Component", |
4545 "homepage": "https://symfony.com", |
4630 "homepage": "https://symfony.com", |
4546 "time": "2016-06-29 05:41:56" |
4631 "time": "2017-04-12T14:14:56+00:00" |
4547 }, |
4632 }, |
4548 { |
4633 { |
4549 "name": "symfony/yaml", |
4634 "name": "symfony/yaml", |
4550 "version": "v3.1.6", |
4635 "version": "v3.3.2", |
4551 "source": { |
4636 "source": { |
4552 "type": "git", |
4637 "type": "git", |
4553 "url": "https://github.com/symfony/yaml.git", |
4638 "url": "https://github.com/symfony/yaml.git", |
4554 "reference": "7ff51b06c6c3d5cc6686df69004a42c69df09e27" |
4639 "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063" |
4555 }, |
4640 }, |
4556 "dist": { |
4641 "dist": { |
4557 "type": "zip", |
4642 "type": "zip", |
4558 "url": "https://api.github.com/repos/symfony/yaml/zipball/7ff51b06c6c3d5cc6686df69004a42c69df09e27", |
4643 "url": "https://api.github.com/repos/symfony/yaml/zipball/9752a30000a8ca9f4b34b5227d15d0101b96b063", |
4559 "reference": "7ff51b06c6c3d5cc6686df69004a42c69df09e27", |
4644 "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063", |
4560 "shasum": "" |
4645 "shasum": "" |
4561 }, |
4646 }, |
4562 "require": { |
4647 "require": { |
4563 "php": ">=5.5.9" |
4648 "php": ">=5.5.9" |
4564 }, |
4649 }, |
4565 "type": "library", |
4650 "require-dev": { |
4566 "extra": { |
4651 "symfony/console": "~2.8|~3.0" |
4567 "branch-alias": { |
4652 }, |
4568 "dev-master": "3.1-dev" |
4653 "suggest": { |
|
4654 "symfony/console": "For validating YAML files using the lint command" |
|
4655 }, |
|
4656 "type": "library", |
|
4657 "extra": { |
|
4658 "branch-alias": { |
|
4659 "dev-master": "3.3-dev" |
4569 } |
4660 } |
4570 }, |
4661 }, |
4571 "autoload": { |
4662 "autoload": { |
4572 "psr-4": { |
4663 "psr-4": { |
4573 "Symfony\\Component\\Yaml\\": "" |
4664 "Symfony\\Component\\Yaml\\": "" |
4590 "homepage": "https://symfony.com/contributors" |
4681 "homepage": "https://symfony.com/contributors" |
4591 } |
4682 } |
4592 ], |
4683 ], |
4593 "description": "Symfony Yaml Component", |
4684 "description": "Symfony Yaml Component", |
4594 "homepage": "https://symfony.com", |
4685 "homepage": "https://symfony.com", |
4595 "time": "2016-10-24 18:41:13" |
4686 "time": "2017-06-02T22:05:06+00:00" |
4596 }, |
4687 }, |
4597 { |
4688 { |
4598 "name": "webmozart/assert", |
4689 "name": "webmozart/assert", |
4599 "version": "1.1.0", |
4690 "version": "1.2.0", |
4600 "source": { |
4691 "source": { |
4601 "type": "git", |
4692 "type": "git", |
4602 "url": "https://github.com/webmozart/assert.git", |
4693 "url": "https://github.com/webmozart/assert.git", |
4603 "reference": "bb2d123231c095735130cc8f6d31385a44c7b308" |
4694 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" |
4604 }, |
4695 }, |
4605 "dist": { |
4696 "dist": { |
4606 "type": "zip", |
4697 "type": "zip", |
4607 "url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308", |
4698 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", |
4608 "reference": "bb2d123231c095735130cc8f6d31385a44c7b308", |
4699 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", |
4609 "shasum": "" |
4700 "shasum": "" |
4610 }, |
4701 }, |
4611 "require": { |
4702 "require": { |
4612 "php": "^5.3.3|^7.0" |
4703 "php": "^5.3.3 || ^7.0" |
4613 }, |
4704 }, |
4614 "require-dev": { |
4705 "require-dev": { |
4615 "phpunit/phpunit": "^4.6", |
4706 "phpunit/phpunit": "^4.6", |
4616 "sebastian/version": "^1.0.1" |
4707 "sebastian/version": "^1.0.1" |
4617 }, |
4708 }, |
4618 "type": "library", |
4709 "type": "library", |
4619 "extra": { |
4710 "extra": { |
4620 "branch-alias": { |
4711 "branch-alias": { |
4621 "dev-master": "1.2-dev" |
4712 "dev-master": "1.3-dev" |
4622 } |
4713 } |
4623 }, |
4714 }, |
4624 "autoload": { |
4715 "autoload": { |
4625 "psr-4": { |
4716 "psr-4": { |
4626 "Webmozart\\Assert\\": "src/" |
4717 "Webmozart\\Assert\\": "src/" |