Commit 3ff40ec808438074d1c4697d46c4b5c0170278f9
1 parent
4d704c9f
add config to ignore
Showing
2 changed files
with
259 additions
and
190 deletions
Show diff stats
.gitignore
composer.lock
@@ -4,7 +4,8 @@ | @@ -4,7 +4,8 @@ | ||
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 | - "content-hash": "43d9d8cfbaec47fb55b50e4e9c2d364e", | 7 | + "hash": "2e99f1451e4f7bb93b54d143dab55e4b", |
8 | + "content-hash": "c6783f45b7de3d8a9d3ff2977e905ad2", | ||
8 | "packages": [ | 9 | "packages": [ |
9 | { | 10 | { |
10 | "name": "firebase/php-jwt", | 11 | "name": "firebase/php-jwt", |
@@ -47,7 +48,7 @@ | @@ -47,7 +48,7 @@ | ||
47 | ], | 48 | ], |
48 | "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", | 49 | "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", |
49 | "homepage": "https://github.com/firebase/php-jwt", | 50 | "homepage": "https://github.com/firebase/php-jwt", |
50 | - "time": "2015-07-22T18:31:08+00:00" | 51 | + "time": "2015-07-22 18:31:08" |
51 | }, | 52 | }, |
52 | { | 53 | { |
53 | "name": "google/apiclient", | 54 | "name": "google/apiclient", |
@@ -106,7 +107,7 @@ | @@ -106,7 +107,7 @@ | ||
106 | "keywords": [ | 107 | "keywords": [ |
107 | "google" | 108 | "google" |
108 | ], | 109 | ], |
109 | - "time": "2017-01-11T19:44:46+00:00" | 110 | + "time": "2017-01-11 19:44:46" |
110 | }, | 111 | }, |
111 | { | 112 | { |
112 | "name": "google/apiclient-services", | 113 | "name": "google/apiclient-services", |
@@ -140,7 +141,7 @@ | @@ -140,7 +141,7 @@ | ||
140 | "keywords": [ | 141 | "keywords": [ |
141 | "google" | 142 | "google" |
142 | ], | 143 | ], |
143 | - "time": "2017-01-11T18:53:21+00:00" | 144 | + "time": "2017-01-11 18:53:21" |
144 | }, | 145 | }, |
145 | { | 146 | { |
146 | "name": "google/auth", | 147 | "name": "google/auth", |
@@ -188,25 +189,25 @@ | @@ -188,25 +189,25 @@ | ||
188 | "google", | 189 | "google", |
189 | "oauth2" | 190 | "oauth2" |
190 | ], | 191 | ], |
191 | - "time": "2016-11-02T14:59:14+00:00" | 192 | + "time": "2016-11-02 14:59:14" |
192 | }, | 193 | }, |
193 | { | 194 | { |
194 | "name": "guzzlehttp/guzzle", | 195 | "name": "guzzlehttp/guzzle", |
195 | - "version": "6.2.2", | 196 | + "version": "6.2.3", |
196 | "source": { | 197 | "source": { |
197 | "type": "git", | 198 | "type": "git", |
198 | "url": "https://github.com/guzzle/guzzle.git", | 199 | "url": "https://github.com/guzzle/guzzle.git", |
199 | - "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60" | 200 | + "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006" |
200 | }, | 201 | }, |
201 | "dist": { | 202 | "dist": { |
202 | "type": "zip", | 203 | "type": "zip", |
203 | - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60", | ||
204 | - "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60", | 204 | + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006", |
205 | + "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006", | ||
205 | "shasum": "" | 206 | "shasum": "" |
206 | }, | 207 | }, |
207 | "require": { | 208 | "require": { |
208 | "guzzlehttp/promises": "^1.0", | 209 | "guzzlehttp/promises": "^1.0", |
209 | - "guzzlehttp/psr7": "^1.3.1", | 210 | + "guzzlehttp/psr7": "^1.4", |
210 | "php": ">=5.5" | 211 | "php": ">=5.5" |
211 | }, | 212 | }, |
212 | "require-dev": { | 213 | "require-dev": { |
@@ -250,7 +251,7 @@ | @@ -250,7 +251,7 @@ | ||
250 | "rest", | 251 | "rest", |
251 | "web service" | 252 | "web service" |
252 | ], | 253 | ], |
253 | - "time": "2016-10-08T15:01:37+00:00" | 254 | + "time": "2017-02-28 22:50:30" |
254 | }, | 255 | }, |
255 | { | 256 | { |
256 | "name": "guzzlehttp/promises", | 257 | "name": "guzzlehttp/promises", |
@@ -301,20 +302,20 @@ | @@ -301,20 +302,20 @@ | ||
301 | "keywords": [ | 302 | "keywords": [ |
302 | "promise" | 303 | "promise" |
303 | ], | 304 | ], |
304 | - "time": "2016-12-20T10:07:11+00:00" | 305 | + "time": "2016-12-20 10:07:11" |
305 | }, | 306 | }, |
306 | { | 307 | { |
307 | "name": "guzzlehttp/psr7", | 308 | "name": "guzzlehttp/psr7", |
308 | - "version": "1.3.1", | 309 | + "version": "1.4.1", |
309 | "source": { | 310 | "source": { |
310 | "type": "git", | 311 | "type": "git", |
311 | "url": "https://github.com/guzzle/psr7.git", | 312 | "url": "https://github.com/guzzle/psr7.git", |
312 | - "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" | 313 | + "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855" |
313 | }, | 314 | }, |
314 | "dist": { | 315 | "dist": { |
315 | "type": "zip", | 316 | "type": "zip", |
316 | - "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", | ||
317 | - "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", | 317 | + "url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855", |
318 | + "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855", | ||
318 | "shasum": "" | 319 | "shasum": "" |
319 | }, | 320 | }, |
320 | "require": { | 321 | "require": { |
@@ -350,16 +351,23 @@ | @@ -350,16 +351,23 @@ | ||
350 | "name": "Michael Dowling", | 351 | "name": "Michael Dowling", |
351 | "email": "mtdowling@gmail.com", | 352 | "email": "mtdowling@gmail.com", |
352 | "homepage": "https://github.com/mtdowling" | 353 | "homepage": "https://github.com/mtdowling" |
354 | + }, | ||
355 | + { | ||
356 | + "name": "Tobias Schultze", | ||
357 | + "homepage": "https://github.com/Tobion" | ||
353 | } | 358 | } |
354 | ], | 359 | ], |
355 | - "description": "PSR-7 message implementation", | 360 | + "description": "PSR-7 message implementation that also provides common utility methods", |
356 | "keywords": [ | 361 | "keywords": [ |
357 | "http", | 362 | "http", |
358 | "message", | 363 | "message", |
364 | + "request", | ||
365 | + "response", | ||
359 | "stream", | 366 | "stream", |
360 | - "uri" | 367 | + "uri", |
368 | + "url" | ||
361 | ], | 369 | ], |
362 | - "time": "2016-06-24T23:00:38+00:00" | 370 | + "time": "2017-02-27 10:51:17" |
363 | }, | 371 | }, |
364 | { | 372 | { |
365 | "name": "league/fractal", | 373 | "name": "league/fractal", |
@@ -422,7 +430,50 @@ | @@ -422,7 +430,50 @@ | ||
422 | "league", | 430 | "league", |
423 | "rest" | 431 | "rest" |
424 | ], | 432 | ], |
425 | - "time": "2015-10-07T14:48:58+00:00" | 433 | + "time": "2015-10-07 14:48:58" |
434 | + }, | ||
435 | + { | ||
436 | + "name": "libertysumy/phalcon-rest", | ||
437 | + "version": "dev-master", | ||
438 | + "source": { | ||
439 | + "type": "git", | ||
440 | + "url": "https://github.com/libertysumy/phalcon-rest.git", | ||
441 | + "reference": "8d51579789208e08627ddaf4e5228670f4850e70" | ||
442 | + }, | ||
443 | + "dist": { | ||
444 | + "type": "zip", | ||
445 | + "url": "https://api.github.com/repos/libertysumy/phalcon-rest/zipball/8d51579789208e08627ddaf4e5228670f4850e70", | ||
446 | + "reference": "8d51579789208e08627ddaf4e5228670f4850e70", | ||
447 | + "shasum": "" | ||
448 | + }, | ||
449 | + "require": { | ||
450 | + "ext-phalcon": ">=1.3.2", | ||
451 | + "php": ">=5.4", | ||
452 | + "redound/phalcon-api": "^1.0.2" | ||
453 | + }, | ||
454 | + "suggest": { | ||
455 | + "firebase/php-jwt": "^3.0", | ||
456 | + "league/fractal": "^0.13.0" | ||
457 | + }, | ||
458 | + "type": "library", | ||
459 | + "autoload": { | ||
460 | + "psr-4": { | ||
461 | + "PhalconRest\\": "src/PhalconRest" | ||
462 | + } | ||
463 | + }, | ||
464 | + "notification-url": "https://packagist.org/downloads/", | ||
465 | + "authors": [ | ||
466 | + { | ||
467 | + "name": "Olivier Andriessen", | ||
468 | + "email": "olivierandriessen@gmail.com" | ||
469 | + }, | ||
470 | + { | ||
471 | + "name": "Bart Blok", | ||
472 | + "email": "bart@wittig.nl" | ||
473 | + } | ||
474 | + ], | ||
475 | + "description": "Phalcon REST Library", | ||
476 | + "time": "2017-02-14 18:19:40" | ||
426 | }, | 477 | }, |
427 | { | 478 | { |
428 | "name": "monolog/monolog", | 479 | "name": "monolog/monolog", |
@@ -500,7 +551,7 @@ | @@ -500,7 +551,7 @@ | ||
500 | "logging", | 551 | "logging", |
501 | "psr-3" | 552 | "psr-3" |
502 | ], | 553 | ], |
503 | - "time": "2016-11-26T00:15:39+00:00" | 554 | + "time": "2016-11-26 00:15:39" |
504 | }, | 555 | }, |
505 | { | 556 | { |
506 | "name": "phpseclib/phpseclib", | 557 | "name": "phpseclib/phpseclib", |
@@ -592,7 +643,58 @@ | @@ -592,7 +643,58 @@ | ||
592 | "x.509", | 643 | "x.509", |
593 | "x509" | 644 | "x509" |
594 | ], | 645 | ], |
595 | - "time": "2016-10-04T00:57:04+00:00" | 646 | + "time": "2016-10-04 00:57:04" |
647 | + }, | ||
648 | + { | ||
649 | + "name": "phpxmlrpc/phpxmlrpc", | ||
650 | + "version": "dev-master", | ||
651 | + "source": { | ||
652 | + "type": "git", | ||
653 | + "url": "https://github.com/gggeek/phpxmlrpc.git", | ||
654 | + "reference": "e7b08a72aecd879884bc85988640cf49302ce041" | ||
655 | + }, | ||
656 | + "dist": { | ||
657 | + "type": "zip", | ||
658 | + "url": "https://api.github.com/repos/gggeek/phpxmlrpc/zipball/e7b08a72aecd879884bc85988640cf49302ce041", | ||
659 | + "reference": "e7b08a72aecd879884bc85988640cf49302ce041", | ||
660 | + "shasum": "" | ||
661 | + }, | ||
662 | + "require": { | ||
663 | + "ext-xml": "*", | ||
664 | + "php": ">=5.3.0" | ||
665 | + }, | ||
666 | + "require-dev": { | ||
667 | + "codeclimate/php-test-reporter": "dev-master", | ||
668 | + "docbook/docbook-xsl": "~1.78", | ||
669 | + "ext-curl": "*", | ||
670 | + "ext-mbstring": "*", | ||
671 | + "indeyets/pake": "~1.99", | ||
672 | + "phpunit/phpunit": ">=4.0.0", | ||
673 | + "phpunit/phpunit-selenium": "*", | ||
674 | + "sami/sami": "~3.1" | ||
675 | + }, | ||
676 | + "suggest": { | ||
677 | + "ext-curl": "Needed for HTTPS and HTTP 1.1 support, NTLM Auth etc...", | ||
678 | + "ext-mbstring": "Needed to allow reception of requests/responses in character sets other than ASCII,LATIN-1,UTF-8", | ||
679 | + "ext-zlib": "Needed for sending compressed requests and receiving compressed responses, if cURL is not available" | ||
680 | + }, | ||
681 | + "type": "library", | ||
682 | + "autoload": { | ||
683 | + "psr-4": { | ||
684 | + "PhpXmlRpc\\": "src/" | ||
685 | + } | ||
686 | + }, | ||
687 | + "notification-url": "https://packagist.org/downloads/", | ||
688 | + "license": [ | ||
689 | + "BSD-3-Clause" | ||
690 | + ], | ||
691 | + "description": "A php library for building xmlrpc clients and servers", | ||
692 | + "homepage": "http://gggeek.github.io/phpxmlrpc/", | ||
693 | + "keywords": [ | ||
694 | + "webservices", | ||
695 | + "xmlrpc" | ||
696 | + ], | ||
697 | + "time": "2016-10-01 12:29:37" | ||
596 | }, | 698 | }, |
597 | { | 699 | { |
598 | "name": "psr/cache", | 700 | "name": "psr/cache", |
@@ -638,7 +740,7 @@ | @@ -638,7 +740,7 @@ | ||
638 | "psr", | 740 | "psr", |
639 | "psr-6" | 741 | "psr-6" |
640 | ], | 742 | ], |
641 | - "time": "2016-08-06T20:24:11+00:00" | 743 | + "time": "2016-08-06 20:24:11" |
642 | }, | 744 | }, |
643 | { | 745 | { |
644 | "name": "psr/http-message", | 746 | "name": "psr/http-message", |
@@ -688,7 +790,7 @@ | @@ -688,7 +790,7 @@ | ||
688 | "request", | 790 | "request", |
689 | "response" | 791 | "response" |
690 | ], | 792 | ], |
691 | - "time": "2016-08-06T14:39:51+00:00" | 793 | + "time": "2016-08-06 14:39:51" |
692 | }, | 794 | }, |
693 | { | 795 | { |
694 | "name": "psr/log", | 796 | "name": "psr/log", |
@@ -735,7 +837,7 @@ | @@ -735,7 +837,7 @@ | ||
735 | "psr", | 837 | "psr", |
736 | "psr-3" | 838 | "psr-3" |
737 | ], | 839 | ], |
738 | - "time": "2016-10-10T12:19:37+00:00" | 840 | + "time": "2016-10-10 12:19:37" |
739 | }, | 841 | }, |
740 | { | 842 | { |
741 | "name": "redound/phalcon-api", | 843 | "name": "redound/phalcon-api", |
@@ -779,50 +881,7 @@ | @@ -779,50 +881,7 @@ | ||
779 | } | 881 | } |
780 | ], | 882 | ], |
781 | "description": "Phalcon API Library", | 883 | "description": "Phalcon API Library", |
782 | - "time": "2016-11-18T13:56:57+00:00" | ||
783 | - }, | ||
784 | - { | ||
785 | - "name": "redound/phalcon-rest", | ||
786 | - "version": "v2.0.0", | ||
787 | - "source": { | ||
788 | - "type": "git", | ||
789 | - "url": "https://github.com/redound/phalcon-rest.git", | ||
790 | - "reference": "fe3c417d60f87190d1f51e3d3e749d86e280eb56" | ||
791 | - }, | ||
792 | - "dist": { | ||
793 | - "type": "zip", | ||
794 | - "url": "https://api.github.com/repos/redound/phalcon-rest/zipball/fe3c417d60f87190d1f51e3d3e749d86e280eb56", | ||
795 | - "reference": "fe3c417d60f87190d1f51e3d3e749d86e280eb56", | ||
796 | - "shasum": "" | ||
797 | - }, | ||
798 | - "require": { | ||
799 | - "ext-phalcon": ">=1.3.2", | ||
800 | - "php": ">=5.4", | ||
801 | - "redound/phalcon-api": "^1.0.2" | ||
802 | - }, | ||
803 | - "suggest": { | ||
804 | - "firebase/php-jwt": "^3.0", | ||
805 | - "league/fractal": "^0.13.0" | ||
806 | - }, | ||
807 | - "type": "library", | ||
808 | - "autoload": { | ||
809 | - "psr-4": { | ||
810 | - "PhalconRest\\": "src/PhalconRest" | ||
811 | - } | ||
812 | - }, | ||
813 | - "notification-url": "https://packagist.org/downloads/", | ||
814 | - "authors": [ | ||
815 | - { | ||
816 | - "name": "Olivier Andriessen", | ||
817 | - "email": "olivierandriessen@gmail.com" | ||
818 | - }, | ||
819 | - { | ||
820 | - "name": "Bart Blok", | ||
821 | - "email": "bart@wittig.nl" | ||
822 | - } | ||
823 | - ], | ||
824 | - "description": "Phalcon REST Library", | ||
825 | - "time": "2016-11-18T13:57:26+00:00" | 884 | + "time": "2016-11-18 13:56:57" |
826 | } | 885 | } |
827 | ], | 886 | ], |
828 | "packages-dev": [ | 887 | "packages-dev": [ |
@@ -883,7 +942,7 @@ | @@ -883,7 +942,7 @@ | ||
883 | "gherkin", | 942 | "gherkin", |
884 | "parser" | 943 | "parser" |
885 | ], | 944 | ], |
886 | - "time": "2016-10-30T11:50:56+00:00" | 945 | + "time": "2016-10-30 11:50:56" |
887 | }, | 946 | }, |
888 | { | 947 | { |
889 | "name": "codeception/codeception", | 948 | "name": "codeception/codeception", |
@@ -975,7 +1034,7 @@ | @@ -975,7 +1034,7 @@ | ||
975 | "functional testing", | 1034 | "functional testing", |
976 | "unit testing" | 1035 | "unit testing" |
977 | ], | 1036 | ], |
978 | - "time": "2017-02-04T02:04:21+00:00" | 1037 | + "time": "2017-02-04 02:04:21" |
979 | }, | 1038 | }, |
980 | { | 1039 | { |
981 | "name": "doctrine/instantiator", | 1040 | "name": "doctrine/instantiator", |
@@ -1029,7 +1088,7 @@ | @@ -1029,7 +1088,7 @@ | ||
1029 | "constructor", | 1088 | "constructor", |
1030 | "instantiate" | 1089 | "instantiate" |
1031 | ], | 1090 | ], |
1032 | - "time": "2015-06-14T21:17:01+00:00" | 1091 | + "time": "2015-06-14 21:17:01" |
1033 | }, | 1092 | }, |
1034 | { | 1093 | { |
1035 | "name": "facebook/webdriver", | 1094 | "name": "facebook/webdriver", |
@@ -1078,7 +1137,7 @@ | @@ -1078,7 +1137,7 @@ | ||
1078 | "selenium", | 1137 | "selenium", |
1079 | "webdriver" | 1138 | "webdriver" |
1080 | ], | 1139 | ], |
1081 | - "time": "2017-01-13T15:48:08+00:00" | 1140 | + "time": "2017-01-13 15:48:08" |
1082 | }, | 1141 | }, |
1083 | { | 1142 | { |
1084 | "name": "myclabs/deep-copy", | 1143 | "name": "myclabs/deep-copy", |
@@ -1120,7 +1179,7 @@ | @@ -1120,7 +1179,7 @@ | ||
1120 | "object", | 1179 | "object", |
1121 | "object graph" | 1180 | "object graph" |
1122 | ], | 1181 | ], |
1123 | - "time": "2017-01-26T22:05:40+00:00" | 1182 | + "time": "2017-01-26 22:05:40" |
1124 | }, | 1183 | }, |
1125 | { | 1184 | { |
1126 | "name": "phpdocumentor/reflection-common", | 1185 | "name": "phpdocumentor/reflection-common", |
@@ -1174,7 +1233,7 @@ | @@ -1174,7 +1233,7 @@ | ||
1174 | "reflection", | 1233 | "reflection", |
1175 | "static analysis" | 1234 | "static analysis" |
1176 | ], | 1235 | ], |
1177 | - "time": "2015-12-27T11:43:31+00:00" | 1236 | + "time": "2015-12-27 11:43:31" |
1178 | }, | 1237 | }, |
1179 | { | 1238 | { |
1180 | "name": "phpdocumentor/reflection-docblock", | 1239 | "name": "phpdocumentor/reflection-docblock", |
@@ -1219,7 +1278,7 @@ | @@ -1219,7 +1278,7 @@ | ||
1219 | } | 1278 | } |
1220 | ], | 1279 | ], |
1221 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", | 1280 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
1222 | - "time": "2016-09-30T07:12:33+00:00" | 1281 | + "time": "2016-09-30 07:12:33" |
1223 | }, | 1282 | }, |
1224 | { | 1283 | { |
1225 | "name": "phpdocumentor/type-resolver", | 1284 | "name": "phpdocumentor/type-resolver", |
@@ -1266,31 +1325,31 @@ | @@ -1266,31 +1325,31 @@ | ||
1266 | "email": "me@mikevanriel.com" | 1325 | "email": "me@mikevanriel.com" |
1267 | } | 1326 | } |
1268 | ], | 1327 | ], |
1269 | - "time": "2016-11-25T06:54:22+00:00" | 1328 | + "time": "2016-11-25 06:54:22" |
1270 | }, | 1329 | }, |
1271 | { | 1330 | { |
1272 | "name": "phpspec/prophecy", | 1331 | "name": "phpspec/prophecy", |
1273 | - "version": "v1.6.2", | 1332 | + "version": "v1.7.0", |
1274 | "source": { | 1333 | "source": { |
1275 | "type": "git", | 1334 | "type": "git", |
1276 | "url": "https://github.com/phpspec/prophecy.git", | 1335 | "url": "https://github.com/phpspec/prophecy.git", |
1277 | - "reference": "6c52c2722f8460122f96f86346600e1077ce22cb" | 1336 | + "reference": "93d39f1f7f9326d746203c7c056f300f7f126073" |
1278 | }, | 1337 | }, |
1279 | "dist": { | 1338 | "dist": { |
1280 | "type": "zip", | 1339 | "type": "zip", |
1281 | - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb", | ||
1282 | - "reference": "6c52c2722f8460122f96f86346600e1077ce22cb", | 1340 | + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073", |
1341 | + "reference": "93d39f1f7f9326d746203c7c056f300f7f126073", | ||
1283 | "shasum": "" | 1342 | "shasum": "" |
1284 | }, | 1343 | }, |
1285 | "require": { | 1344 | "require": { |
1286 | "doctrine/instantiator": "^1.0.2", | 1345 | "doctrine/instantiator": "^1.0.2", |
1287 | "php": "^5.3|^7.0", | 1346 | "php": "^5.3|^7.0", |
1288 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", | 1347 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
1289 | - "sebastian/comparator": "^1.1", | ||
1290 | - "sebastian/recursion-context": "^1.0|^2.0" | 1348 | + "sebastian/comparator": "^1.1|^2.0", |
1349 | + "sebastian/recursion-context": "^1.0|^2.0|^3.0" | ||
1291 | }, | 1350 | }, |
1292 | "require-dev": { | 1351 | "require-dev": { |
1293 | - "phpspec/phpspec": "^2.0", | 1352 | + "phpspec/phpspec": "^2.5|^3.2", |
1294 | "phpunit/phpunit": "^4.8 || ^5.6.5" | 1353 | "phpunit/phpunit": "^4.8 || ^5.6.5" |
1295 | }, | 1354 | }, |
1296 | "type": "library", | 1355 | "type": "library", |
@@ -1329,39 +1388,39 @@ | @@ -1329,39 +1388,39 @@ | ||
1329 | "spy", | 1388 | "spy", |
1330 | "stub" | 1389 | "stub" |
1331 | ], | 1390 | ], |
1332 | - "time": "2016-11-21T14:58:47+00:00" | 1391 | + "time": "2017-03-02 20:05:34" |
1333 | }, | 1392 | }, |
1334 | { | 1393 | { |
1335 | "name": "phpunit/php-code-coverage", | 1394 | "name": "phpunit/php-code-coverage", |
1336 | - "version": "4.0.5", | 1395 | + "version": "4.0.7", |
1337 | "source": { | 1396 | "source": { |
1338 | "type": "git", | 1397 | "type": "git", |
1339 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", | 1398 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
1340 | - "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971" | 1399 | + "reference": "09e2277d14ea467e5a984010f501343ef29ffc69" |
1341 | }, | 1400 | }, |
1342 | "dist": { | 1401 | "dist": { |
1343 | "type": "zip", | 1402 | "type": "zip", |
1344 | - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c19cfc7cbb0e9338d8c469c7eedecc2a428b0971", | ||
1345 | - "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971", | 1403 | + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/09e2277d14ea467e5a984010f501343ef29ffc69", |
1404 | + "reference": "09e2277d14ea467e5a984010f501343ef29ffc69", | ||
1346 | "shasum": "" | 1405 | "shasum": "" |
1347 | }, | 1406 | }, |
1348 | "require": { | 1407 | "require": { |
1408 | + "ext-dom": "*", | ||
1409 | + "ext-xmlwriter": "*", | ||
1349 | "php": "^5.6 || ^7.0", | 1410 | "php": "^5.6 || ^7.0", |
1350 | - "phpunit/php-file-iterator": "~1.3", | ||
1351 | - "phpunit/php-text-template": "~1.2", | ||
1352 | - "phpunit/php-token-stream": "^1.4.2", | ||
1353 | - "sebastian/code-unit-reverse-lookup": "~1.0", | 1411 | + "phpunit/php-file-iterator": "^1.3", |
1412 | + "phpunit/php-text-template": "^1.2", | ||
1413 | + "phpunit/php-token-stream": "^1.4.2 || ^2.0", | ||
1414 | + "sebastian/code-unit-reverse-lookup": "^1.0", | ||
1354 | "sebastian/environment": "^1.3.2 || ^2.0", | 1415 | "sebastian/environment": "^1.3.2 || ^2.0", |
1355 | - "sebastian/version": "~1.0|~2.0" | 1416 | + "sebastian/version": "^1.0 || ^2.0" |
1356 | }, | 1417 | }, |
1357 | "require-dev": { | 1418 | "require-dev": { |
1358 | - "ext-xdebug": ">=2.1.4", | ||
1359 | - "phpunit/phpunit": "^5.4" | 1419 | + "ext-xdebug": "^2.1.4", |
1420 | + "phpunit/phpunit": "^5.7" | ||
1360 | }, | 1421 | }, |
1361 | "suggest": { | 1422 | "suggest": { |
1362 | - "ext-dom": "*", | ||
1363 | - "ext-xdebug": ">=2.4.0", | ||
1364 | - "ext-xmlwriter": "*" | 1423 | + "ext-xdebug": "^2.5.1" |
1365 | }, | 1424 | }, |
1366 | "type": "library", | 1425 | "type": "library", |
1367 | "extra": { | 1426 | "extra": { |
@@ -1392,7 +1451,7 @@ | @@ -1392,7 +1451,7 @@ | ||
1392 | "testing", | 1451 | "testing", |
1393 | "xunit" | 1452 | "xunit" |
1394 | ], | 1453 | ], |
1395 | - "time": "2017-01-20T15:06:43+00:00" | 1454 | + "time": "2017-03-01 09:12:17" |
1396 | }, | 1455 | }, |
1397 | { | 1456 | { |
1398 | "name": "phpunit/php-file-iterator", | 1457 | "name": "phpunit/php-file-iterator", |
@@ -1439,7 +1498,7 @@ | @@ -1439,7 +1498,7 @@ | ||
1439 | "filesystem", | 1498 | "filesystem", |
1440 | "iterator" | 1499 | "iterator" |
1441 | ], | 1500 | ], |
1442 | - "time": "2016-10-03T07:40:28+00:00" | 1501 | + "time": "2016-10-03 07:40:28" |
1443 | }, | 1502 | }, |
1444 | { | 1503 | { |
1445 | "name": "phpunit/php-text-template", | 1504 | "name": "phpunit/php-text-template", |
@@ -1480,29 +1539,34 @@ | @@ -1480,29 +1539,34 @@ | ||
1480 | "keywords": [ | 1539 | "keywords": [ |
1481 | "template" | 1540 | "template" |
1482 | ], | 1541 | ], |
1483 | - "time": "2015-06-21T13:50:34+00:00" | 1542 | + "time": "2015-06-21 13:50:34" |
1484 | }, | 1543 | }, |
1485 | { | 1544 | { |
1486 | "name": "phpunit/php-timer", | 1545 | "name": "phpunit/php-timer", |
1487 | - "version": "1.0.8", | 1546 | + "version": "1.0.9", |
1488 | "source": { | 1547 | "source": { |
1489 | "type": "git", | 1548 | "type": "git", |
1490 | "url": "https://github.com/sebastianbergmann/php-timer.git", | 1549 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
1491 | - "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" | 1550 | + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" |
1492 | }, | 1551 | }, |
1493 | "dist": { | 1552 | "dist": { |
1494 | "type": "zip", | 1553 | "type": "zip", |
1495 | - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", | ||
1496 | - "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", | 1554 | + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
1555 | + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", | ||
1497 | "shasum": "" | 1556 | "shasum": "" |
1498 | }, | 1557 | }, |
1499 | "require": { | 1558 | "require": { |
1500 | - "php": ">=5.3.3" | 1559 | + "php": "^5.3.3 || ^7.0" |
1501 | }, | 1560 | }, |
1502 | "require-dev": { | 1561 | "require-dev": { |
1503 | - "phpunit/phpunit": "~4|~5" | 1562 | + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
1504 | }, | 1563 | }, |
1505 | "type": "library", | 1564 | "type": "library", |
1565 | + "extra": { | ||
1566 | + "branch-alias": { | ||
1567 | + "dev-master": "1.0-dev" | ||
1568 | + } | ||
1569 | + }, | ||
1506 | "autoload": { | 1570 | "autoload": { |
1507 | "classmap": [ | 1571 | "classmap": [ |
1508 | "src/" | 1572 | "src/" |
@@ -1524,20 +1588,20 @@ | @@ -1524,20 +1588,20 @@ | ||
1524 | "keywords": [ | 1588 | "keywords": [ |
1525 | "timer" | 1589 | "timer" |
1526 | ], | 1590 | ], |
1527 | - "time": "2016-05-12T18:03:57+00:00" | 1591 | + "time": "2017-02-26 11:10:40" |
1528 | }, | 1592 | }, |
1529 | { | 1593 | { |
1530 | "name": "phpunit/php-token-stream", | 1594 | "name": "phpunit/php-token-stream", |
1531 | - "version": "1.4.9", | 1595 | + "version": "1.4.11", |
1532 | "source": { | 1596 | "source": { |
1533 | "type": "git", | 1597 | "type": "git", |
1534 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", | 1598 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
1535 | - "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b" | 1599 | + "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7" |
1536 | }, | 1600 | }, |
1537 | "dist": { | 1601 | "dist": { |
1538 | "type": "zip", | 1602 | "type": "zip", |
1539 | - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b", | ||
1540 | - "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b", | 1603 | + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7", |
1604 | + "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7", | ||
1541 | "shasum": "" | 1605 | "shasum": "" |
1542 | }, | 1606 | }, |
1543 | "require": { | 1607 | "require": { |
@@ -1573,20 +1637,20 @@ | @@ -1573,20 +1637,20 @@ | ||
1573 | "keywords": [ | 1637 | "keywords": [ |
1574 | "tokenizer" | 1638 | "tokenizer" |
1575 | ], | 1639 | ], |
1576 | - "time": "2016-11-15T14:06:22+00:00" | 1640 | + "time": "2017-02-27 10:12:30" |
1577 | }, | 1641 | }, |
1578 | { | 1642 | { |
1579 | "name": "phpunit/phpunit", | 1643 | "name": "phpunit/phpunit", |
1580 | - "version": "5.7.12", | 1644 | + "version": "5.7.15", |
1581 | "source": { | 1645 | "source": { |
1582 | "type": "git", | 1646 | "type": "git", |
1583 | "url": "https://github.com/sebastianbergmann/phpunit.git", | 1647 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
1584 | - "reference": "944600e244f80a5252679878553b95c63dbf978b" | 1648 | + "reference": "b99112aecc01f62acf3d81a3f59646700a1849e5" |
1585 | }, | 1649 | }, |
1586 | "dist": { | 1650 | "dist": { |
1587 | "type": "zip", | 1651 | "type": "zip", |
1588 | - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/944600e244f80a5252679878553b95c63dbf978b", | ||
1589 | - "reference": "944600e244f80a5252679878553b95c63dbf978b", | 1652 | + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b99112aecc01f62acf3d81a3f59646700a1849e5", |
1653 | + "reference": "b99112aecc01f62acf3d81a3f59646700a1849e5", | ||
1590 | "shasum": "" | 1654 | "shasum": "" |
1591 | }, | 1655 | }, |
1592 | "require": { | 1656 | "require": { |
@@ -1610,7 +1674,7 @@ | @@ -1610,7 +1674,7 @@ | ||
1610 | "sebastian/global-state": "^1.1", | 1674 | "sebastian/global-state": "^1.1", |
1611 | "sebastian/object-enumerator": "~2.0", | 1675 | "sebastian/object-enumerator": "~2.0", |
1612 | "sebastian/resource-operations": "~1.0", | 1676 | "sebastian/resource-operations": "~1.0", |
1613 | - "sebastian/version": "~1.0|~2.0", | 1677 | + "sebastian/version": "~1.0.3|~2.0", |
1614 | "symfony/yaml": "~2.1|~3.0" | 1678 | "symfony/yaml": "~2.1|~3.0" |
1615 | }, | 1679 | }, |
1616 | "conflict": { | 1680 | "conflict": { |
@@ -1655,7 +1719,7 @@ | @@ -1655,7 +1719,7 @@ | ||
1655 | "testing", | 1719 | "testing", |
1656 | "xunit" | 1720 | "xunit" |
1657 | ], | 1721 | ], |
1658 | - "time": "2017-02-08T05:54:05+00:00" | 1722 | + "time": "2017-03-02 15:22:43" |
1659 | }, | 1723 | }, |
1660 | { | 1724 | { |
1661 | "name": "phpunit/phpunit-mock-objects", | 1725 | "name": "phpunit/phpunit-mock-objects", |
@@ -1714,27 +1778,27 @@ | @@ -1714,27 +1778,27 @@ | ||
1714 | "mock", | 1778 | "mock", |
1715 | "xunit" | 1779 | "xunit" |
1716 | ], | 1780 | ], |
1717 | - "time": "2016-12-08T20:27:08+00:00" | 1781 | + "time": "2016-12-08 20:27:08" |
1718 | }, | 1782 | }, |
1719 | { | 1783 | { |
1720 | "name": "sebastian/code-unit-reverse-lookup", | 1784 | "name": "sebastian/code-unit-reverse-lookup", |
1721 | - "version": "1.0.0", | 1785 | + "version": "1.0.1", |
1722 | "source": { | 1786 | "source": { |
1723 | "type": "git", | 1787 | "type": "git", |
1724 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", | 1788 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
1725 | - "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" | 1789 | + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
1726 | }, | 1790 | }, |
1727 | "dist": { | 1791 | "dist": { |
1728 | "type": "zip", | 1792 | "type": "zip", |
1729 | - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe", | ||
1730 | - "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", | 1793 | + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
1794 | + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | ||
1731 | "shasum": "" | 1795 | "shasum": "" |
1732 | }, | 1796 | }, |
1733 | "require": { | 1797 | "require": { |
1734 | - "php": ">=5.6" | 1798 | + "php": "^5.6 || ^7.0" |
1735 | }, | 1799 | }, |
1736 | "require-dev": { | 1800 | "require-dev": { |
1737 | - "phpunit/phpunit": "~5" | 1801 | + "phpunit/phpunit": "^5.7 || ^6.0" |
1738 | }, | 1802 | }, |
1739 | "type": "library", | 1803 | "type": "library", |
1740 | "extra": { | 1804 | "extra": { |
@@ -1759,7 +1823,7 @@ | @@ -1759,7 +1823,7 @@ | ||
1759 | ], | 1823 | ], |
1760 | "description": "Looks up which function or method a line of code belongs to", | 1824 | "description": "Looks up which function or method a line of code belongs to", |
1761 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", | 1825 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
1762 | - "time": "2016-02-13T06:45:14+00:00" | 1826 | + "time": "2017-03-04 06:30:41" |
1763 | }, | 1827 | }, |
1764 | { | 1828 | { |
1765 | "name": "sebastian/comparator", | 1829 | "name": "sebastian/comparator", |
@@ -1823,7 +1887,7 @@ | @@ -1823,7 +1887,7 @@ | ||
1823 | "compare", | 1887 | "compare", |
1824 | "equality" | 1888 | "equality" |
1825 | ], | 1889 | ], |
1826 | - "time": "2017-01-29T09:50:25+00:00" | 1890 | + "time": "2017-01-29 09:50:25" |
1827 | }, | 1891 | }, |
1828 | { | 1892 | { |
1829 | "name": "sebastian/diff", | 1893 | "name": "sebastian/diff", |
@@ -1875,7 +1939,7 @@ | @@ -1875,7 +1939,7 @@ | ||
1875 | "keywords": [ | 1939 | "keywords": [ |
1876 | "diff" | 1940 | "diff" |
1877 | ], | 1941 | ], |
1878 | - "time": "2015-12-08T07:14:41+00:00" | 1942 | + "time": "2015-12-08 07:14:41" |
1879 | }, | 1943 | }, |
1880 | { | 1944 | { |
1881 | "name": "sebastian/environment", | 1945 | "name": "sebastian/environment", |
@@ -1925,7 +1989,7 @@ | @@ -1925,7 +1989,7 @@ | ||
1925 | "environment", | 1989 | "environment", |
1926 | "hhvm" | 1990 | "hhvm" |
1927 | ], | 1991 | ], |
1928 | - "time": "2016-11-26T07:53:53+00:00" | 1992 | + "time": "2016-11-26 07:53:53" |
1929 | }, | 1993 | }, |
1930 | { | 1994 | { |
1931 | "name": "sebastian/exporter", | 1995 | "name": "sebastian/exporter", |
@@ -1992,7 +2056,7 @@ | @@ -1992,7 +2056,7 @@ | ||
1992 | "export", | 2056 | "export", |
1993 | "exporter" | 2057 | "exporter" |
1994 | ], | 2058 | ], |
1995 | - "time": "2016-11-19T08:54:04+00:00" | 2059 | + "time": "2016-11-19 08:54:04" |
1996 | }, | 2060 | }, |
1997 | { | 2061 | { |
1998 | "name": "sebastian/global-state", | 2062 | "name": "sebastian/global-state", |
@@ -2043,20 +2107,20 @@ | @@ -2043,20 +2107,20 @@ | ||
2043 | "keywords": [ | 2107 | "keywords": [ |
2044 | "global state" | 2108 | "global state" |
2045 | ], | 2109 | ], |
2046 | - "time": "2015-10-12T03:26:01+00:00" | 2110 | + "time": "2015-10-12 03:26:01" |
2047 | }, | 2111 | }, |
2048 | { | 2112 | { |
2049 | "name": "sebastian/object-enumerator", | 2113 | "name": "sebastian/object-enumerator", |
2050 | - "version": "2.0.0", | 2114 | + "version": "2.0.1", |
2051 | "source": { | 2115 | "source": { |
2052 | "type": "git", | 2116 | "type": "git", |
2053 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", | 2117 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
2054 | - "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35" | 2118 | + "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" |
2055 | }, | 2119 | }, |
2056 | "dist": { | 2120 | "dist": { |
2057 | "type": "zip", | 2121 | "type": "zip", |
2058 | - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35", | ||
2059 | - "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35", | 2122 | + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", |
2123 | + "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", | ||
2060 | "shasum": "" | 2124 | "shasum": "" |
2061 | }, | 2125 | }, |
2062 | "require": { | 2126 | "require": { |
@@ -2089,7 +2153,7 @@ | @@ -2089,7 +2153,7 @@ | ||
2089 | ], | 2153 | ], |
2090 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", | 2154 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
2091 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", | 2155 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
2092 | - "time": "2016-11-19T07:35:10+00:00" | 2156 | + "time": "2017-02-18 15:18:39" |
2093 | }, | 2157 | }, |
2094 | { | 2158 | { |
2095 | "name": "sebastian/recursion-context", | 2159 | "name": "sebastian/recursion-context", |
@@ -2142,7 +2206,7 @@ | @@ -2142,7 +2206,7 @@ | ||
2142 | ], | 2206 | ], |
2143 | "description": "Provides functionality to recursively process PHP variables", | 2207 | "description": "Provides functionality to recursively process PHP variables", |
2144 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", | 2208 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
2145 | - "time": "2016-11-19T07:33:16+00:00" | 2209 | + "time": "2016-11-19 07:33:16" |
2146 | }, | 2210 | }, |
2147 | { | 2211 | { |
2148 | "name": "sebastian/resource-operations", | 2212 | "name": "sebastian/resource-operations", |
@@ -2184,7 +2248,7 @@ | @@ -2184,7 +2248,7 @@ | ||
2184 | ], | 2248 | ], |
2185 | "description": "Provides a list of PHP built-in functions that operate on resources", | 2249 | "description": "Provides a list of PHP built-in functions that operate on resources", |
2186 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", | 2250 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
2187 | - "time": "2015-07-28T20:34:47+00:00" | 2251 | + "time": "2015-07-28 20:34:47" |
2188 | }, | 2252 | }, |
2189 | { | 2253 | { |
2190 | "name": "sebastian/version", | 2254 | "name": "sebastian/version", |
@@ -2227,20 +2291,20 @@ | @@ -2227,20 +2291,20 @@ | ||
2227 | ], | 2291 | ], |
2228 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", | 2292 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
2229 | "homepage": "https://github.com/sebastianbergmann/version", | 2293 | "homepage": "https://github.com/sebastianbergmann/version", |
2230 | - "time": "2016-10-03T07:35:21+00:00" | 2294 | + "time": "2016-10-03 07:35:21" |
2231 | }, | 2295 | }, |
2232 | { | 2296 | { |
2233 | "name": "symfony/browser-kit", | 2297 | "name": "symfony/browser-kit", |
2234 | - "version": "v3.2.3", | 2298 | + "version": "v3.2.5", |
2235 | "source": { | 2299 | "source": { |
2236 | "type": "git", | 2300 | "type": "git", |
2237 | "url": "https://github.com/symfony/browser-kit.git", | 2301 | "url": "https://github.com/symfony/browser-kit.git", |
2238 | - "reference": "394a2475a3a89089353fde5714a7f402fbb83880" | 2302 | + "reference": "2fe0caa60c1a1dfeefd0425741182687a9b382b8" |
2239 | }, | 2303 | }, |
2240 | "dist": { | 2304 | "dist": { |
2241 | "type": "zip", | 2305 | "type": "zip", |
2242 | - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/394a2475a3a89089353fde5714a7f402fbb83880", | ||
2243 | - "reference": "394a2475a3a89089353fde5714a7f402fbb83880", | 2306 | + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2fe0caa60c1a1dfeefd0425741182687a9b382b8", |
2307 | + "reference": "2fe0caa60c1a1dfeefd0425741182687a9b382b8", | ||
2244 | "shasum": "" | 2308 | "shasum": "" |
2245 | }, | 2309 | }, |
2246 | "require": { | 2310 | "require": { |
@@ -2284,20 +2348,20 @@ | @@ -2284,20 +2348,20 @@ | ||
2284 | ], | 2348 | ], |
2285 | "description": "Symfony BrowserKit Component", | 2349 | "description": "Symfony BrowserKit Component", |
2286 | "homepage": "https://symfony.com", | 2350 | "homepage": "https://symfony.com", |
2287 | - "time": "2017-01-31T21:49:23+00:00" | 2351 | + "time": "2017-02-21 09:12:04" |
2288 | }, | 2352 | }, |
2289 | { | 2353 | { |
2290 | "name": "symfony/console", | 2354 | "name": "symfony/console", |
2291 | - "version": "v3.2.3", | 2355 | + "version": "v3.2.5", |
2292 | "source": { | 2356 | "source": { |
2293 | "type": "git", | 2357 | "type": "git", |
2294 | "url": "https://github.com/symfony/console.git", | 2358 | "url": "https://github.com/symfony/console.git", |
2295 | - "reference": "7a8405a9fc175f87fed8a3c40856b0d866d61936" | 2359 | + "reference": "28fb243a2b5727774ca309ec2d92da240f1af0dd" |
2296 | }, | 2360 | }, |
2297 | "dist": { | 2361 | "dist": { |
2298 | "type": "zip", | 2362 | "type": "zip", |
2299 | - "url": "https://api.github.com/repos/symfony/console/zipball/7a8405a9fc175f87fed8a3c40856b0d866d61936", | ||
2300 | - "reference": "7a8405a9fc175f87fed8a3c40856b0d866d61936", | 2363 | + "url": "https://api.github.com/repos/symfony/console/zipball/28fb243a2b5727774ca309ec2d92da240f1af0dd", |
2364 | + "reference": "28fb243a2b5727774ca309ec2d92da240f1af0dd", | ||
2301 | "shasum": "" | 2365 | "shasum": "" |
2302 | }, | 2366 | }, |
2303 | "require": { | 2367 | "require": { |
@@ -2347,20 +2411,20 @@ | @@ -2347,20 +2411,20 @@ | ||
2347 | ], | 2411 | ], |
2348 | "description": "Symfony Console Component", | 2412 | "description": "Symfony Console Component", |
2349 | "homepage": "https://symfony.com", | 2413 | "homepage": "https://symfony.com", |
2350 | - "time": "2017-02-06T12:04:21+00:00" | 2414 | + "time": "2017-03-06 19:30:27" |
2351 | }, | 2415 | }, |
2352 | { | 2416 | { |
2353 | "name": "symfony/css-selector", | 2417 | "name": "symfony/css-selector", |
2354 | - "version": "v3.2.3", | 2418 | + "version": "v3.2.5", |
2355 | "source": { | 2419 | "source": { |
2356 | "type": "git", | 2420 | "type": "git", |
2357 | "url": "https://github.com/symfony/css-selector.git", | 2421 | "url": "https://github.com/symfony/css-selector.git", |
2358 | - "reference": "f0e628f04fc055c934b3211cfabdb1c59eefbfaa" | 2422 | + "reference": "a48f13dc83c168f1253a5d2a5a4fb46c36244c4c" |
2359 | }, | 2423 | }, |
2360 | "dist": { | 2424 | "dist": { |
2361 | "type": "zip", | 2425 | "type": "zip", |
2362 | - "url": "https://api.github.com/repos/symfony/css-selector/zipball/f0e628f04fc055c934b3211cfabdb1c59eefbfaa", | ||
2363 | - "reference": "f0e628f04fc055c934b3211cfabdb1c59eefbfaa", | 2426 | + "url": "https://api.github.com/repos/symfony/css-selector/zipball/a48f13dc83c168f1253a5d2a5a4fb46c36244c4c", |
2427 | + "reference": "a48f13dc83c168f1253a5d2a5a4fb46c36244c4c", | ||
2364 | "shasum": "" | 2428 | "shasum": "" |
2365 | }, | 2429 | }, |
2366 | "require": { | 2430 | "require": { |
@@ -2400,20 +2464,20 @@ | @@ -2400,20 +2464,20 @@ | ||
2400 | ], | 2464 | ], |
2401 | "description": "Symfony CssSelector Component", | 2465 | "description": "Symfony CssSelector Component", |
2402 | "homepage": "https://symfony.com", | 2466 | "homepage": "https://symfony.com", |
2403 | - "time": "2017-01-02T20:32:22+00:00" | 2467 | + "time": "2017-02-21 09:12:04" |
2404 | }, | 2468 | }, |
2405 | { | 2469 | { |
2406 | "name": "symfony/debug", | 2470 | "name": "symfony/debug", |
2407 | - "version": "v3.2.3", | 2471 | + "version": "v3.2.5", |
2408 | "source": { | 2472 | "source": { |
2409 | "type": "git", | 2473 | "type": "git", |
2410 | "url": "https://github.com/symfony/debug.git", | 2474 | "url": "https://github.com/symfony/debug.git", |
2411 | - "reference": "b4d9818f127c60ce21ed62c395da7df868dc8477" | 2475 | + "reference": "b90c9f91ad8ac37d9f114e369042d3226b34dc1a" |
2412 | }, | 2476 | }, |
2413 | "dist": { | 2477 | "dist": { |
2414 | "type": "zip", | 2478 | "type": "zip", |
2415 | - "url": "https://api.github.com/repos/symfony/debug/zipball/b4d9818f127c60ce21ed62c395da7df868dc8477", | ||
2416 | - "reference": "b4d9818f127c60ce21ed62c395da7df868dc8477", | 2479 | + "url": "https://api.github.com/repos/symfony/debug/zipball/b90c9f91ad8ac37d9f114e369042d3226b34dc1a", |
2480 | + "reference": "b90c9f91ad8ac37d9f114e369042d3226b34dc1a", | ||
2417 | "shasum": "" | 2481 | "shasum": "" |
2418 | }, | 2482 | }, |
2419 | "require": { | 2483 | "require": { |
@@ -2457,20 +2521,20 @@ | @@ -2457,20 +2521,20 @@ | ||
2457 | ], | 2521 | ], |
2458 | "description": "Symfony Debug Component", | 2522 | "description": "Symfony Debug Component", |
2459 | "homepage": "https://symfony.com", | 2523 | "homepage": "https://symfony.com", |
2460 | - "time": "2017-01-28T02:37:08+00:00" | 2524 | + "time": "2017-02-18 17:28:00" |
2461 | }, | 2525 | }, |
2462 | { | 2526 | { |
2463 | "name": "symfony/dom-crawler", | 2527 | "name": "symfony/dom-crawler", |
2464 | - "version": "v3.2.3", | 2528 | + "version": "v3.2.5", |
2465 | "source": { | 2529 | "source": { |
2466 | "type": "git", | 2530 | "type": "git", |
2467 | "url": "https://github.com/symfony/dom-crawler.git", | 2531 | "url": "https://github.com/symfony/dom-crawler.git", |
2468 | - "reference": "b814b41373fc4e535aff8c765abe39545216f391" | 2532 | + "reference": "403944e294cf4ceb3b8447f54cbad88ea7b99cee" |
2469 | }, | 2533 | }, |
2470 | "dist": { | 2534 | "dist": { |
2471 | "type": "zip", | 2535 | "type": "zip", |
2472 | - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b814b41373fc4e535aff8c765abe39545216f391", | ||
2473 | - "reference": "b814b41373fc4e535aff8c765abe39545216f391", | 2536 | + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/403944e294cf4ceb3b8447f54cbad88ea7b99cee", |
2537 | + "reference": "403944e294cf4ceb3b8447f54cbad88ea7b99cee", | ||
2474 | "shasum": "" | 2538 | "shasum": "" |
2475 | }, | 2539 | }, |
2476 | "require": { | 2540 | "require": { |
@@ -2513,20 +2577,20 @@ | @@ -2513,20 +2577,20 @@ | ||
2513 | ], | 2577 | ], |
2514 | "description": "Symfony DomCrawler Component", | 2578 | "description": "Symfony DomCrawler Component", |
2515 | "homepage": "https://symfony.com", | 2579 | "homepage": "https://symfony.com", |
2516 | - "time": "2017-01-21T17:14:11+00:00" | 2580 | + "time": "2017-02-21 09:12:04" |
2517 | }, | 2581 | }, |
2518 | { | 2582 | { |
2519 | "name": "symfony/event-dispatcher", | 2583 | "name": "symfony/event-dispatcher", |
2520 | - "version": "v3.2.3", | 2584 | + "version": "v3.2.5", |
2521 | "source": { | 2585 | "source": { |
2522 | "type": "git", | 2586 | "type": "git", |
2523 | "url": "https://github.com/symfony/event-dispatcher.git", | 2587 | "url": "https://github.com/symfony/event-dispatcher.git", |
2524 | - "reference": "9137eb3a3328e413212826d63eeeb0217836e2b6" | 2588 | + "reference": "b7a1b9e0a0f623ce43b4c8d775eb138f190c9d8d" |
2525 | }, | 2589 | }, |
2526 | "dist": { | 2590 | "dist": { |
2527 | "type": "zip", | 2591 | "type": "zip", |
2528 | - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9137eb3a3328e413212826d63eeeb0217836e2b6", | ||
2529 | - "reference": "9137eb3a3328e413212826d63eeeb0217836e2b6", | 2592 | + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b7a1b9e0a0f623ce43b4c8d775eb138f190c9d8d", |
2593 | + "reference": "b7a1b9e0a0f623ce43b4c8d775eb138f190c9d8d", | ||
2530 | "shasum": "" | 2594 | "shasum": "" |
2531 | }, | 2595 | }, |
2532 | "require": { | 2596 | "require": { |
@@ -2573,20 +2637,20 @@ | @@ -2573,20 +2637,20 @@ | ||
2573 | ], | 2637 | ], |
2574 | "description": "Symfony EventDispatcher Component", | 2638 | "description": "Symfony EventDispatcher Component", |
2575 | "homepage": "https://symfony.com", | 2639 | "homepage": "https://symfony.com", |
2576 | - "time": "2017-01-02T20:32:22+00:00" | 2640 | + "time": "2017-02-21 09:12:04" |
2577 | }, | 2641 | }, |
2578 | { | 2642 | { |
2579 | "name": "symfony/finder", | 2643 | "name": "symfony/finder", |
2580 | - "version": "v3.2.3", | 2644 | + "version": "v3.2.5", |
2581 | "source": { | 2645 | "source": { |
2582 | "type": "git", | 2646 | "type": "git", |
2583 | "url": "https://github.com/symfony/finder.git", | 2647 | "url": "https://github.com/symfony/finder.git", |
2584 | - "reference": "8c71141cae8e2957946b403cc71a67213c0380d6" | 2648 | + "reference": "92d7476d2df60cd851a3e13e078664b1deb8ce10" |
2585 | }, | 2649 | }, |
2586 | "dist": { | 2650 | "dist": { |
2587 | "type": "zip", | 2651 | "type": "zip", |
2588 | - "url": "https://api.github.com/repos/symfony/finder/zipball/8c71141cae8e2957946b403cc71a67213c0380d6", | ||
2589 | - "reference": "8c71141cae8e2957946b403cc71a67213c0380d6", | 2652 | + "url": "https://api.github.com/repos/symfony/finder/zipball/92d7476d2df60cd851a3e13e078664b1deb8ce10", |
2653 | + "reference": "92d7476d2df60cd851a3e13e078664b1deb8ce10", | ||
2590 | "shasum": "" | 2654 | "shasum": "" |
2591 | }, | 2655 | }, |
2592 | "require": { | 2656 | "require": { |
@@ -2622,7 +2686,7 @@ | @@ -2622,7 +2686,7 @@ | ||
2622 | ], | 2686 | ], |
2623 | "description": "Symfony Finder Component", | 2687 | "description": "Symfony Finder Component", |
2624 | "homepage": "https://symfony.com", | 2688 | "homepage": "https://symfony.com", |
2625 | - "time": "2017-01-02T20:32:22+00:00" | 2689 | + "time": "2017-02-21 09:12:04" |
2626 | }, | 2690 | }, |
2627 | { | 2691 | { |
2628 | "name": "symfony/polyfill-mbstring", | 2692 | "name": "symfony/polyfill-mbstring", |
@@ -2681,20 +2745,20 @@ | @@ -2681,20 +2745,20 @@ | ||
2681 | "portable", | 2745 | "portable", |
2682 | "shim" | 2746 | "shim" |
2683 | ], | 2747 | ], |
2684 | - "time": "2016-11-14T01:06:16+00:00" | 2748 | + "time": "2016-11-14 01:06:16" |
2685 | }, | 2749 | }, |
2686 | { | 2750 | { |
2687 | "name": "symfony/process", | 2751 | "name": "symfony/process", |
2688 | - "version": "v3.2.3", | 2752 | + "version": "v3.2.5", |
2689 | "source": { | 2753 | "source": { |
2690 | "type": "git", | 2754 | "type": "git", |
2691 | "url": "https://github.com/symfony/process.git", | 2755 | "url": "https://github.com/symfony/process.git", |
2692 | - "reference": "32646a7cf53f3956c76dcb5c82555224ae321858" | 2756 | + "reference": "68bfa8c83f24c0ac04ea7193bcdcda4519f41892" |
2693 | }, | 2757 | }, |
2694 | "dist": { | 2758 | "dist": { |
2695 | "type": "zip", | 2759 | "type": "zip", |
2696 | - "url": "https://api.github.com/repos/symfony/process/zipball/32646a7cf53f3956c76dcb5c82555224ae321858", | ||
2697 | - "reference": "32646a7cf53f3956c76dcb5c82555224ae321858", | 2760 | + "url": "https://api.github.com/repos/symfony/process/zipball/68bfa8c83f24c0ac04ea7193bcdcda4519f41892", |
2761 | + "reference": "68bfa8c83f24c0ac04ea7193bcdcda4519f41892", | ||
2698 | "shasum": "" | 2762 | "shasum": "" |
2699 | }, | 2763 | }, |
2700 | "require": { | 2764 | "require": { |
@@ -2730,20 +2794,20 @@ | @@ -2730,20 +2794,20 @@ | ||
2730 | ], | 2794 | ], |
2731 | "description": "Symfony Process Component", | 2795 | "description": "Symfony Process Component", |
2732 | "homepage": "https://symfony.com", | 2796 | "homepage": "https://symfony.com", |
2733 | - "time": "2017-02-03T12:11:38+00:00" | 2797 | + "time": "2017-03-04 12:23:14" |
2734 | }, | 2798 | }, |
2735 | { | 2799 | { |
2736 | "name": "symfony/yaml", | 2800 | "name": "symfony/yaml", |
2737 | - "version": "v3.2.3", | 2801 | + "version": "v3.2.5", |
2738 | "source": { | 2802 | "source": { |
2739 | "type": "git", | 2803 | "type": "git", |
2740 | "url": "https://github.com/symfony/yaml.git", | 2804 | "url": "https://github.com/symfony/yaml.git", |
2741 | - "reference": "e1718c6bf57e1efbb8793ada951584b2ab27775b" | 2805 | + "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a" |
2742 | }, | 2806 | }, |
2743 | "dist": { | 2807 | "dist": { |
2744 | "type": "zip", | 2808 | "type": "zip", |
2745 | - "url": "https://api.github.com/repos/symfony/yaml/zipball/e1718c6bf57e1efbb8793ada951584b2ab27775b", | ||
2746 | - "reference": "e1718c6bf57e1efbb8793ada951584b2ab27775b", | 2809 | + "url": "https://api.github.com/repos/symfony/yaml/zipball/093e416ad096355149e265ea2e4cc1f9ee40ab1a", |
2810 | + "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a", | ||
2747 | "shasum": "" | 2811 | "shasum": "" |
2748 | }, | 2812 | }, |
2749 | "require": { | 2813 | "require": { |
@@ -2785,7 +2849,7 @@ | @@ -2785,7 +2849,7 @@ | ||
2785 | ], | 2849 | ], |
2786 | "description": "Symfony Yaml Component", | 2850 | "description": "Symfony Yaml Component", |
2787 | "homepage": "https://symfony.com", | 2851 | "homepage": "https://symfony.com", |
2788 | - "time": "2017-01-21T17:06:35+00:00" | 2852 | + "time": "2017-03-07 16:47:02" |
2789 | }, | 2853 | }, |
2790 | { | 2854 | { |
2791 | "name": "webmozart/assert", | 2855 | "name": "webmozart/assert", |
@@ -2835,12 +2899,15 @@ | @@ -2835,12 +2899,15 @@ | ||
2835 | "check", | 2899 | "check", |
2836 | "validate" | 2900 | "validate" |
2837 | ], | 2901 | ], |
2838 | - "time": "2016-11-23T20:04:58+00:00" | 2902 | + "time": "2016-11-23 20:04:58" |
2839 | } | 2903 | } |
2840 | ], | 2904 | ], |
2841 | "aliases": [], | 2905 | "aliases": [], |
2842 | "minimum-stability": "stable", | 2906 | "minimum-stability": "stable", |
2843 | - "stability-flags": [], | 2907 | + "stability-flags": { |
2908 | + "libertysumy/phalcon-rest": 20, | ||
2909 | + "phpxmlrpc/phpxmlrpc": 20 | ||
2910 | + }, | ||
2844 | "prefer-stable": false, | 2911 | "prefer-stable": false, |
2845 | "prefer-lowest": false, | 2912 | "prefer-lowest": false, |
2846 | "platform": [], | 2913 | "platform": [], |