Commit ebad8592b2a355bf8e02119b29e9c5105a357a17
1 parent
6e45662d
Exists in
master
and in
1 other branch
Atualização do Cocar
Showing
1 changed file
with
27 additions
and
29 deletions
Show diff stats
composer.lock
| ... | ... | @@ -314,9 +314,9 @@ |
| 314 | 314 | "email": "kontakt@beberlei.de" |
| 315 | 315 | }, |
| 316 | 316 | { |
| 317 | - "name": "Johannes Schmitt", | |
| 317 | + "name": "Johannes M. Schmitt", | |
| 318 | 318 | "email": "schmittjoh@gmail.com", |
| 319 | - "homepage": "http://jmsyst.com", | |
| 319 | + "homepage": "https://github.com/schmittjoh", | |
| 320 | 320 | "role": "Developer of wrapped JMSSerializerBundle" |
| 321 | 321 | } |
| 322 | 322 | ], |
| ... | ... | @@ -362,7 +362,7 @@ |
| 362 | 362 | ], |
| 363 | 363 | "authors": [ |
| 364 | 364 | { |
| 365 | - "name": "Jonathan H. Wage", | |
| 365 | + "name": "Jonathan Wage", | |
| 366 | 366 | "email": "jonwage@gmail.com", |
| 367 | 367 | "homepage": "http://www.jwage.com/", |
| 368 | 368 | "role": "Creator" |
| ... | ... | @@ -381,7 +381,7 @@ |
| 381 | 381 | "email": "kontakt@beberlei.de" |
| 382 | 382 | }, |
| 383 | 383 | { |
| 384 | - "name": "Johannes Schmitt", | |
| 384 | + "name": "Johannes M. Schmitt", | |
| 385 | 385 | "email": "schmittjoh@gmail.com", |
| 386 | 386 | "homepage": "https://github.com/schmittjoh", |
| 387 | 387 | "role": "Developer of wrapped JMSSerializerBundle" |
| ... | ... | @@ -837,7 +837,7 @@ |
| 837 | 837 | { |
| 838 | 838 | "name": "Johannes M. Schmitt", |
| 839 | 839 | "email": "schmittjoh@gmail.com", |
| 840 | - "homepage": "http://jmsyst.com", | |
| 840 | + "homepage": "https://github.com/schmittjoh", | |
| 841 | 841 | "role": "Developer of wrapped JMSSerializerBundle" |
| 842 | 842 | } |
| 843 | 843 | ], |
| ... | ... | @@ -889,9 +889,9 @@ |
| 889 | 889 | "email": "roman@code-factory.org" |
| 890 | 890 | }, |
| 891 | 891 | { |
| 892 | - "name": "Johannes Schmitt", | |
| 892 | + "name": "Johannes M. Schmitt", | |
| 893 | 893 | "email": "schmittjoh@gmail.com", |
| 894 | - "homepage": "http://jmsyst.com", | |
| 894 | + "homepage": "https://github.com/schmittjoh", | |
| 895 | 895 | "role": "Developer of wrapped JMSSerializerBundle" |
| 896 | 896 | } |
| 897 | 897 | ], |
| ... | ... | @@ -1041,12 +1041,12 @@ |
| 1041 | 1041 | "source": { |
| 1042 | 1042 | "type": "git", |
| 1043 | 1043 | "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", |
| 1044 | - "reference": "5e91023b941cb11d8ac09c46405a4aa1920ca217" | |
| 1044 | + "reference": "22d6b2a401b66fb4f18840efc27826de441d902c" | |
| 1045 | 1045 | }, |
| 1046 | 1046 | "dist": { |
| 1047 | 1047 | "type": "zip", |
| 1048 | - "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/5e91023b941cb11d8ac09c46405a4aa1920ca217", | |
| 1049 | - "reference": "5e91023b941cb11d8ac09c46405a4aa1920ca217", | |
| 1048 | + "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/22d6b2a401b66fb4f18840efc27826de441d902c", | |
| 1049 | + "reference": "22d6b2a401b66fb4f18840efc27826de441d902c", | |
| 1050 | 1050 | "shasum": "" |
| 1051 | 1051 | }, |
| 1052 | 1052 | "require": { |
| ... | ... | @@ -1062,7 +1062,7 @@ |
| 1062 | 1062 | "jms/serializer-bundle": "<0.11" |
| 1063 | 1063 | }, |
| 1064 | 1064 | "require-dev": { |
| 1065 | - "jms/serializer-bundle": "0.12.*", | |
| 1065 | + "jms/serializer-bundle": "~0.12", | |
| 1066 | 1066 | "sensio/framework-extra-bundle": "~2.2", |
| 1067 | 1067 | "symfony/form": "~2.2", |
| 1068 | 1068 | "symfony/security": "~2.2", |
| ... | ... | @@ -1071,7 +1071,7 @@ |
| 1071 | 1071 | "symfony/yaml": "~2.2" |
| 1072 | 1072 | }, |
| 1073 | 1073 | "suggest": { |
| 1074 | - "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires 0.12.*", | |
| 1074 | + "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12", | |
| 1075 | 1075 | "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener", |
| 1076 | 1076 | "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.2", |
| 1077 | 1077 | "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.2" |
| ... | ... | @@ -1110,7 +1110,7 @@ |
| 1110 | 1110 | "keywords": [ |
| 1111 | 1111 | "rest" |
| 1112 | 1112 | ], |
| 1113 | - "time": "2014-08-02 13:36:07" | |
| 1113 | + "time": "2014-08-11 13:50:52" | |
| 1114 | 1114 | }, |
| 1115 | 1115 | { |
| 1116 | 1116 | "name": "helios-ag/fm-elfinder-bundle", |
| ... | ... | @@ -1195,7 +1195,7 @@ |
| 1195 | 1195 | ], |
| 1196 | 1196 | "authors": [ |
| 1197 | 1197 | { |
| 1198 | - "name": "Al Ganiev", | |
| 1198 | + "name": "Albert Ganiev", | |
| 1199 | 1199 | "email": "helios.ag@gmail.com" |
| 1200 | 1200 | }, |
| 1201 | 1201 | { |
| ... | ... | @@ -1752,12 +1752,12 @@ |
| 1752 | 1752 | "source": { |
| 1753 | 1753 | "type": "git", |
| 1754 | 1754 | "url": "https://github.com/schmittjoh/JMSSerializerBundle.git", |
| 1755 | - "reference": "55bb8fc449c626ab8d47d58fa13fd37f84376dfc" | |
| 1755 | + "reference": "3a980e5409aa3d143534e68a72895e7e33b64c75" | |
| 1756 | 1756 | }, |
| 1757 | 1757 | "dist": { |
| 1758 | 1758 | "type": "zip", |
| 1759 | - "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/55bb8fc449c626ab8d47d58fa13fd37f84376dfc", | |
| 1760 | - "reference": "55bb8fc449c626ab8d47d58fa13fd37f84376dfc", | |
| 1759 | + "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3a980e5409aa3d143534e68a72895e7e33b64c75", | |
| 1760 | + "reference": "3a980e5409aa3d143534e68a72895e7e33b64c75", | |
| 1761 | 1761 | "shasum": "" |
| 1762 | 1762 | }, |
| 1763 | 1763 | "require": { |
| ... | ... | @@ -1799,9 +1799,7 @@ |
| 1799 | 1799 | "authors": [ |
| 1800 | 1800 | { |
| 1801 | 1801 | "name": "Johannes M. Schmitt", |
| 1802 | - "email": "schmittjoh@gmail.com", | |
| 1803 | - "homepage": "http://jmsyst.com", | |
| 1804 | - "role": "Developer of wrapped JMSSerializerBundle" | |
| 1802 | + "email": "schmittjoh@gmail.com" | |
| 1805 | 1803 | } |
| 1806 | 1804 | ], |
| 1807 | 1805 | "description": "Allows you to easily serialize, and deserialize data of any complexity", |
| ... | ... | @@ -1813,7 +1811,7 @@ |
| 1813 | 1811 | "serialization", |
| 1814 | 1812 | "xml" |
| 1815 | 1813 | ], |
| 1816 | - "time": "2014-07-08 16:41:25" | |
| 1814 | + "time": "2014-08-07 13:20:59" | |
| 1817 | 1815 | }, |
| 1818 | 1816 | { |
| 1819 | 1817 | "name": "jms/translation-bundle", |
| ... | ... | @@ -2105,7 +2103,7 @@ |
| 2105 | 2103 | "email": "stof@notk.org" |
| 2106 | 2104 | }, |
| 2107 | 2105 | { |
| 2108 | - "name": "Knplabs", | |
| 2106 | + "name": "KnpLabs", | |
| 2109 | 2107 | "homepage": "http://knplabs.com" |
| 2110 | 2108 | }, |
| 2111 | 2109 | { |
| ... | ... | @@ -2297,12 +2295,12 @@ |
| 2297 | 2295 | "source": { |
| 2298 | 2296 | "type": "git", |
| 2299 | 2297 | "url": "https://github.com/lightbase/cocar.git", |
| 2300 | - "reference": "c9cabf7119e18a49956edae87996dded77e213d2" | |
| 2298 | + "reference": "720c610b5ca409c385902cadb68d8443f0fe9ae3" | |
| 2301 | 2299 | }, |
| 2302 | 2300 | "dist": { |
| 2303 | 2301 | "type": "zip", |
| 2304 | - "url": "https://api.github.com/repos/lightbase/cocar/zipball/c9cabf7119e18a49956edae87996dded77e213d2", | |
| 2305 | - "reference": "c9cabf7119e18a49956edae87996dded77e213d2", | |
| 2302 | + "url": "https://api.github.com/repos/lightbase/cocar/zipball/720c610b5ca409c385902cadb68d8443f0fe9ae3", | |
| 2303 | + "reference": "720c610b5ca409c385902cadb68d8443f0fe9ae3", | |
| 2306 | 2304 | "shasum": "" |
| 2307 | 2305 | }, |
| 2308 | 2306 | "require": { |
| ... | ... | @@ -2333,7 +2331,7 @@ |
| 2333 | 2331 | "support": { |
| 2334 | 2332 | "source": "https://github.com/lightbase/cocar/tree/master" |
| 2335 | 2333 | }, |
| 2336 | - "time": "2014-08-01 13:34:45" | |
| 2334 | + "time": "2014-09-19 21:37:41" | |
| 2337 | 2335 | }, |
| 2338 | 2336 | { |
| 2339 | 2337 | "name": "monolog/monolog", |
| ... | ... | @@ -2483,7 +2481,7 @@ |
| 2483 | 2481 | { |
| 2484 | 2482 | "name": "Johannes M. Schmitt", |
| 2485 | 2483 | "email": "schmittjoh@gmail.com", |
| 2486 | - "homepage": "http://jmsyst.com", | |
| 2484 | + "homepage": "https://github.com/schmittjoh", | |
| 2487 | 2485 | "role": "Developer of wrapped JMSSerializerBundle" |
| 2488 | 2486 | } |
| 2489 | 2487 | ], |
| ... | ... | @@ -2533,7 +2531,7 @@ |
| 2533 | 2531 | { |
| 2534 | 2532 | "name": "Johannes M. Schmitt", |
| 2535 | 2533 | "email": "schmittjoh@gmail.com", |
| 2536 | - "homepage": "http://jmsyst.com", | |
| 2534 | + "homepage": "https://github.com/schmittjoh", | |
| 2537 | 2535 | "role": "Developer of wrapped JMSSerializerBundle" |
| 2538 | 2536 | } |
| 2539 | 2537 | ], |
| ... | ... | @@ -3356,7 +3354,7 @@ |
| 3356 | 3354 | ], |
| 3357 | 3355 | "authors": [ |
| 3358 | 3356 | { |
| 3359 | - "name": "William DURAND", | |
| 3357 | + "name": "William Durand", | |
| 3360 | 3358 | "email": "william.durand1@gmail.com", |
| 3361 | 3359 | "homepage": "http://www.willdurand.fr" |
| 3362 | 3360 | } | ... | ... |