Commit 2320328023c8f0c05dba418dd0540248bab079a0

Authored by Eduardo Santos
1 parent ddeb9725
Exists in master

Adiciona composer.lock

Showing 1 changed file with 96 additions and 108 deletions   Show diff stats
@@ -170,7 +170,7 @@ @@ -170,7 +170,7 @@
170 { 170 {
171 "name": "David de Boer", 171 "name": "David de Boer",
172 "email": "david@ddeboer.nl", 172 "email": "david@ddeboer.nl",
173 - "homepage": "http://ddeboer.nl" 173 + "homepage": "https://github.com/ddeboer"
174 } 174 }
175 ], 175 ],
176 "description": "A Symfony2 bundle for the ddeboer/data-import library", 176 "description": "A Symfony2 bundle for the ddeboer/data-import library",
@@ -241,7 +241,7 @@ @@ -241,7 +241,7 @@
241 { 241 {
242 "name": "Johannes Schmitt", 242 "name": "Johannes Schmitt",
243 "email": "schmittjoh@gmail.com", 243 "email": "schmittjoh@gmail.com",
244 - "homepage": "http://jmsyst.com", 244 + "homepage": "https://github.com/schmittjoh",
245 "role": "Developer of wrapped JMSSerializerBundle" 245 "role": "Developer of wrapped JMSSerializerBundle"
246 } 246 }
247 ], 247 ],
@@ -314,9 +314,9 @@ @@ -314,9 +314,9 @@
314 "email": "kontakt@beberlei.de" 314 "email": "kontakt@beberlei.de"
315 }, 315 },
316 { 316 {
317 - "name": "Johannes M. Schmitt", 317 + "name": "Johannes Schmitt",
318 "email": "schmittjoh@gmail.com", 318 "email": "schmittjoh@gmail.com",
319 - "homepage": "https://github.com/schmittjoh", 319 + "homepage": "http://jmsyst.com",
320 "role": "Developer of wrapped JMSSerializerBundle" 320 "role": "Developer of wrapped JMSSerializerBundle"
321 } 321 }
322 ], 322 ],
@@ -381,9 +381,9 @@ @@ -381,9 +381,9 @@
381 "email": "kontakt@beberlei.de" 381 "email": "kontakt@beberlei.de"
382 }, 382 },
383 { 383 {
384 - "name": "Johannes M. Schmitt", 384 + "name": "Johannes Schmitt",
385 "email": "schmittjoh@gmail.com", 385 "email": "schmittjoh@gmail.com",
386 - "homepage": "https://github.com/schmittjoh", 386 + "homepage": "http://jmsyst.com",
387 "role": "Developer of wrapped JMSSerializerBundle" 387 "role": "Developer of wrapped JMSSerializerBundle"
388 } 388 }
389 ], 389 ],
@@ -536,12 +536,12 @@ @@ -536,12 +536,12 @@
536 "source": { 536 "source": {
537 "type": "git", 537 "type": "git",
538 "url": "https://github.com/doctrine/dbal.git", 538 "url": "https://github.com/doctrine/dbal.git",
539 - "reference": "2a37b007dda8e21bdbb8fa445be8fa0064199e13" 539 + "reference": "2.3.4"
540 }, 540 },
541 "dist": { 541 "dist": {
542 "type": "zip", 542 "type": "zip",
543 - "url": "https://api.github.com/repos/doctrine/dbal/zipball/2a37b007dda8e21bdbb8fa445be8fa0064199e13",  
544 - "reference": "2a37b007dda8e21bdbb8fa445be8fa0064199e13", 543 + "url": "https://api.github.com/repos/doctrine/dbal/zipball/2.3.4",
  544 + "reference": "2.3.4",
545 "shasum": "" 545 "shasum": ""
546 }, 546 },
547 "require": { 547 "require": {
@@ -567,8 +567,7 @@ @@ -567,8 +567,7 @@
567 { 567 {
568 "name": "Jonathan Wage", 568 "name": "Jonathan Wage",
569 "email": "jonwage@gmail.com", 569 "email": "jonwage@gmail.com",
570 - "homepage": "http://www.jwage.com/",  
571 - "role": "Creator" 570 + "homepage": "http://www.jwage.com/"
572 }, 571 },
573 { 572 {
574 "name": "Guilherme Blanco", 573 "name": "Guilherme Blanco",
@@ -601,25 +600,25 @@ @@ -601,25 +600,25 @@
601 "source": { 600 "source": {
602 "type": "git", 601 "type": "git",
603 "url": "https://github.com/doctrine/DoctrineBundle.git", 602 "url": "https://github.com/doctrine/DoctrineBundle.git",
604 - "reference": "765b0d87fcc3e839c74817b7211258cbef3a4fb9" 603 + "reference": "v1.2.0"
605 }, 604 },
606 "dist": { 605 "dist": {
607 "type": "zip", 606 "type": "zip",
608 - "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/765b0d87fcc3e839c74817b7211258cbef3a4fb9",  
609 - "reference": "765b0d87fcc3e839c74817b7211258cbef3a4fb9", 607 + "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/v1.2.0",
  608 + "reference": "v1.2.0",
610 "shasum": "" 609 "shasum": ""
611 }, 610 },
612 "require": { 611 "require": {
613 "doctrine/dbal": ">=2.2,<2.5-dev", 612 "doctrine/dbal": ">=2.2,<2.5-dev",
614 - "jdorn/sql-formatter": "~1.1", 613 + "jdorn/sql-formatter": ">=1.1,<2.0",
615 "php": ">=5.3.2", 614 "php": ">=5.3.2",
616 - "symfony/doctrine-bridge": "~2.2",  
617 - "symfony/framework-bundle": "~2.2" 615 + "symfony/doctrine-bridge": ">=2.2,<3.0",
  616 + "symfony/framework-bundle": ">=2.2,<3.0"
618 }, 617 },
619 "require-dev": { 618 "require-dev": {
620 "doctrine/orm": ">=2.2,<2.5-dev", 619 "doctrine/orm": ">=2.2,<2.5-dev",
621 - "symfony/validator": "~2.2",  
622 - "symfony/yaml": "~2.2" 620 + "symfony/validator": ">=2.2,<3.0",
  621 + "symfony/yaml": ">=2.2,<3.0"
623 }, 622 },
624 "suggest": { 623 "suggest": {
625 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", 624 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
@@ -643,9 +642,7 @@ @@ -643,9 +642,7 @@
643 "authors": [ 642 "authors": [
644 { 643 {
645 "name": "Fabien Potencier", 644 "name": "Fabien Potencier",
646 - "email": "fabien@symfony.com",  
647 - "homepage": "http://fabien.potencier.org",  
648 - "role": "Lead Developer" 645 + "email": "fabien@symfony.com"
649 }, 646 },
650 { 647 {
651 "name": "Symfony Community", 648 "name": "Symfony Community",
@@ -818,8 +815,7 @@ @@ -818,8 +815,7 @@
818 { 815 {
819 "name": "Jonathan Wage", 816 "name": "Jonathan Wage",
820 "email": "jonwage@gmail.com", 817 "email": "jonwage@gmail.com",
821 - "homepage": "http://www.jwage.com/",  
822 - "role": "Creator" 818 + "homepage": "http://www.jwage.com/"
823 }, 819 },
824 { 820 {
825 "name": "Guilherme Blanco", 821 "name": "Guilherme Blanco",
@@ -837,7 +833,7 @@ @@ -837,7 +833,7 @@
837 { 833 {
838 "name": "Johannes M. Schmitt", 834 "name": "Johannes M. Schmitt",
839 "email": "schmittjoh@gmail.com", 835 "email": "schmittjoh@gmail.com",
840 - "homepage": "https://github.com/schmittjoh", 836 + "homepage": "http://jmsyst.com",
841 "role": "Developer of wrapped JMSSerializerBundle" 837 "role": "Developer of wrapped JMSSerializerBundle"
842 } 838 }
843 ], 839 ],
@@ -889,9 +885,9 @@ @@ -889,9 +885,9 @@
889 "email": "roman@code-factory.org" 885 "email": "roman@code-factory.org"
890 }, 886 },
891 { 887 {
892 - "name": "Johannes M. Schmitt", 888 + "name": "Johannes Schmitt",
893 "email": "schmittjoh@gmail.com", 889 "email": "schmittjoh@gmail.com",
894 - "homepage": "https://github.com/schmittjoh", 890 + "homepage": "http://jmsyst.com",
895 "role": "Developer of wrapped JMSSerializerBundle" 891 "role": "Developer of wrapped JMSSerializerBundle"
896 } 892 }
897 ], 893 ],
@@ -1195,7 +1191,7 @@ @@ -1195,7 +1191,7 @@
1195 ], 1191 ],
1196 "authors": [ 1192 "authors": [
1197 { 1193 {
1198 - "name": "Albert Ganiev", 1194 + "name": "Al Ganiev",
1199 "email": "helios.ag@gmail.com" 1195 "email": "helios.ag@gmail.com"
1200 }, 1196 },
1201 { 1197 {
@@ -1396,7 +1392,7 @@ @@ -1396,7 +1392,7 @@
1396 ], 1392 ],
1397 "authors": [ 1393 "authors": [
1398 { 1394 {
1399 - "name": "Johannes M. Schmitt", 1395 + "name": "Johannes Schmitt",
1400 "email": "schmittjoh@gmail.com", 1396 "email": "schmittjoh@gmail.com",
1401 "homepage": "http://jmsyst.com", 1397 "homepage": "http://jmsyst.com",
1402 "role": "Developer of wrapped JMSSerializerBundle" 1398 "role": "Developer of wrapped JMSSerializerBundle"
@@ -1414,13 +1410,13 @@ @@ -1414,13 +1410,13 @@
1414 "version": "1.0.0", 1410 "version": "1.0.0",
1415 "source": { 1411 "source": {
1416 "type": "git", 1412 "type": "git",
1417 - "url": "https://github.com/schmittjoh/cg-library.git",  
1418 - "reference": "ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc" 1413 + "url": "git://github.com/schmittjoh/cg-library.git",
  1414 + "reference": "1.0.0"
1419 }, 1415 },
1420 "dist": { 1416 "dist": {
1421 "type": "zip", 1417 "type": "zip",
1422 - "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc",  
1423 - "reference": "ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc", 1418 + "url": "https://github.com/schmittjoh/cg-library/zipball/1.0.0",
  1419 + "reference": "1.0.0",
1424 "shasum": "" 1420 "shasum": ""
1425 }, 1421 },
1426 "require": { 1422 "require": {
@@ -1440,7 +1436,7 @@ @@ -1440,7 +1436,7 @@
1440 { 1436 {
1441 "name": "Johannes M. Schmitt", 1437 "name": "Johannes M. Schmitt",
1442 "email": "schmittjoh@gmail.com", 1438 "email": "schmittjoh@gmail.com",
1443 - "homepage": "https://github.com/schmittjoh", 1439 + "homepage": "http://jmsyst.com",
1444 "role": "Developer of wrapped JMSSerializerBundle" 1440 "role": "Developer of wrapped JMSSerializerBundle"
1445 } 1441 }
1446 ], 1442 ],
@@ -1448,7 +1444,7 @@ @@ -1448,7 +1444,7 @@
1448 "keywords": [ 1444 "keywords": [
1449 "code generation" 1445 "code generation"
1450 ], 1446 ],
1451 - "time": "2012-01-02 20:40:52" 1447 + "time": "2012-01-02 12:40:52"
1452 }, 1448 },
1453 { 1449 {
1454 "name": "jms/di-extra-bundle", 1450 "name": "jms/di-extra-bundle",
@@ -1457,20 +1453,20 @@ @@ -1457,20 +1453,20 @@
1457 "source": { 1453 "source": {
1458 "type": "git", 1454 "type": "git",
1459 "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git", 1455 "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
1460 - "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070" 1456 + "reference": "1.4.0"
1461 }, 1457 },
1462 "dist": { 1458 "dist": {
1463 "type": "zip", 1459 "type": "zip",
1464 - "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/7fffdb6c96fb922a131af06d773e1e6c5301d070",  
1465 - "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070", 1460 + "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/1.4.0",
  1461 + "reference": "1.4.0",
1466 "shasum": "" 1462 "shasum": ""
1467 }, 1463 },
1468 "require": { 1464 "require": {
1469 "jms/aop-bundle": ">=1.0.0,<1.2-dev", 1465 "jms/aop-bundle": ">=1.0.0,<1.2-dev",
1470 "jms/metadata": "1.*", 1466 "jms/metadata": "1.*",
1471 - "symfony/finder": "~2.1",  
1472 - "symfony/framework-bundle": "~2.1",  
1473 - "symfony/process": "~2.1" 1467 + "symfony/finder": ">=2.1,<3.0",
  1468 + "symfony/framework-bundle": ">=2.1,<3.0",
  1469 + "symfony/process": ">=2.1,<3.0"
1474 }, 1470 },
1475 "require-dev": { 1471 "require-dev": {
1476 "doctrine/doctrine-bundle": "*", 1472 "doctrine/doctrine-bundle": "*",
@@ -1554,9 +1550,9 @@ @@ -1554,9 +1550,9 @@
1554 ], 1550 ],
1555 "authors": [ 1551 "authors": [
1556 { 1552 {
1557 - "name": "Johannes M. Schmitt", 1553 + "name": "Johannes Schmitt",
1558 "email": "schmittjoh@gmail.com", 1554 "email": "schmittjoh@gmail.com",
1559 - "homepage": "http://jmsyst.com", 1555 + "homepage": "https://github.com/schmittjoh",
1560 "role": "Developer of wrapped JMSSerializerBundle" 1556 "role": "Developer of wrapped JMSSerializerBundle"
1561 } 1557 }
1562 ], 1558 ],
@@ -1574,13 +1570,13 @@ @@ -1574,13 +1570,13 @@
1574 "version": "1.0.0", 1570 "version": "1.0.0",
1575 "source": { 1571 "source": {
1576 "type": "git", 1572 "type": "git",
1577 - "url": "https://github.com/schmittjoh/parser-lib.git",  
1578 - "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" 1573 + "url": "git://github.com/schmittjoh/parser-lib",
  1574 + "reference": "1.0.0"
1579 }, 1575 },
1580 "dist": { 1576 "dist": {
1581 "type": "zip", 1577 "type": "zip",
1582 - "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",  
1583 - "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", 1578 + "url": "https://github.com/schmittjoh/parser-lib/archive/1.0.0.zip",
  1579 + "reference": "1.0.0",
1584 "shasum": "" 1580 "shasum": ""
1585 }, 1581 },
1586 "require": { 1582 "require": {
@@ -1611,20 +1607,20 @@ @@ -1611,20 +1607,20 @@
1611 "source": { 1607 "source": {
1612 "type": "git", 1608 "type": "git",
1613 "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git", 1609 "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git",
1614 - "reference": "f5f6c6df69ceae8b709e57b49fcc2a42d9280bcc" 1610 + "reference": "1.5.1"
1615 }, 1611 },
1616 "dist": { 1612 "dist": {
1617 "type": "zip", 1613 "type": "zip",
1618 - "url": "https://api.github.com/repos/schmittjoh/JMSSecurityExtraBundle/zipball/f5f6c6df69ceae8b709e57b49fcc2a42d9280bcc",  
1619 - "reference": "f5f6c6df69ceae8b709e57b49fcc2a42d9280bcc", 1614 + "url": "https://api.github.com/repos/schmittjoh/JMSSecurityExtraBundle/zipball/1.5.1",
  1615 + "reference": "1.5.1",
1620 "shasum": "" 1616 "shasum": ""
1621 }, 1617 },
1622 "require": { 1618 "require": {
1623 - "jms/aop-bundle": "~1.0",  
1624 - "jms/di-extra-bundle": "~1.3",  
1625 - "jms/metadata": "~1.0",  
1626 - "jms/parser-lib": "~1.0",  
1627 - "symfony/framework-bundle": "~2.1", 1619 + "jms/aop-bundle": ">=1.0,<2.0",
  1620 + "jms/di-extra-bundle": ">=1.3,<2.0",
  1621 + "jms/metadata": ">=1.0,<2.0",
  1622 + "jms/parser-lib": ">=1.0,<2.0",
  1623 + "symfony/framework-bundle": ">=2.1,<3.0",
1628 "symfony/security-bundle": "*" 1624 "symfony/security-bundle": "*"
1629 }, 1625 },
1630 "require-dev": { 1626 "require-dev": {
@@ -2103,7 +2099,7 @@ @@ -2103,7 +2099,7 @@
2103 "email": "stof@notk.org" 2099 "email": "stof@notk.org"
2104 }, 2100 },
2105 { 2101 {
2106 - "name": "KnpLabs", 2102 + "name": "Knplabs",
2107 "homepage": "http://knplabs.com" 2103 "homepage": "http://knplabs.com"
2108 }, 2104 },
2109 { 2105 {
@@ -2182,17 +2178,17 @@ @@ -2182,17 +2178,17 @@
2182 "source": { 2178 "source": {
2183 "type": "git", 2179 "type": "git",
2184 "url": "https://github.com/kriswallsmith/assetic.git", 2180 "url": "https://github.com/kriswallsmith/assetic.git",
2185 - "reference": "a826e4b96f5c607ff47ef61caf3826b2b1e840ec" 2181 + "reference": "v1.1.1"
2186 }, 2182 },
2187 "dist": { 2183 "dist": {
2188 "type": "zip", 2184 "type": "zip",
2189 - "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/a826e4b96f5c607ff47ef61caf3826b2b1e840ec",  
2190 - "reference": "a826e4b96f5c607ff47ef61caf3826b2b1e840ec", 2185 + "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/v1.1.1",
  2186 + "reference": "v1.1.1",
2191 "shasum": "" 2187 "shasum": ""
2192 }, 2188 },
2193 "require": { 2189 "require": {
2194 "php": ">=5.3.1", 2190 "php": ">=5.3.1",
2195 - "symfony/process": "~2.1" 2191 + "symfony/process": ">=2.1,<3.0"
2196 }, 2192 },
2197 "require-dev": { 2193 "require-dev": {
2198 "cssmin/cssmin": "*", 2194 "cssmin/cssmin": "*",
@@ -2202,9 +2198,9 @@ @@ -2202,9 +2198,9 @@
2202 "leafo/scssphp": "*", 2198 "leafo/scssphp": "*",
2203 "leafo/scssphp-compass": "*", 2199 "leafo/scssphp-compass": "*",
2204 "mrclay/minify": "*", 2200 "mrclay/minify": "*",
2205 - "phpunit/phpunit": "~3.7", 2201 + "phpunit/phpunit": ">=3.7,<4.0",
2206 "ptachoire/cssembed": "*", 2202 "ptachoire/cssembed": "*",
2207 - "twig/twig": "~1.6" 2203 + "twig/twig": ">=1.6,<2.0"
2208 }, 2204 },
2209 "suggest": { 2205 "suggest": {
2210 "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler", 2206 "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
@@ -2295,12 +2291,12 @@ @@ -2295,12 +2291,12 @@
2295 "source": { 2291 "source": {
2296 "type": "git", 2292 "type": "git",
2297 "url": "https://github.com/lightbase/cocar.git", 2293 "url": "https://github.com/lightbase/cocar.git",
2298 - "reference": "720c610b5ca409c385902cadb68d8443f0fe9ae3" 2294 + "reference": "877b9496c3eb1682040298a7a3bb584aba5c5034"
2299 }, 2295 },
2300 "dist": { 2296 "dist": {
2301 "type": "zip", 2297 "type": "zip",
2302 - "url": "https://api.github.com/repos/lightbase/cocar/zipball/720c610b5ca409c385902cadb68d8443f0fe9ae3",  
2303 - "reference": "720c610b5ca409c385902cadb68d8443f0fe9ae3", 2298 + "url": "https://api.github.com/repos/lightbase/cocar/zipball/877b9496c3eb1682040298a7a3bb584aba5c5034",
  2299 + "reference": "877b9496c3eb1682040298a7a3bb584aba5c5034",
2304 "shasum": "" 2300 "shasum": ""
2305 }, 2301 },
2306 "require": { 2302 "require": {
@@ -2329,9 +2325,9 @@ @@ -2329,9 +2325,9 @@
2329 ], 2325 ],
2330 "description": "COCAR", 2326 "description": "COCAR",
2331 "support": { 2327 "support": {
2332 - "source": "https://github.com/lightbase/cocar/tree/master" 2328 + "source": "https://github.com/lightbase/cocar/tree/3.1"
2333 }, 2329 },
2334 - "time": "2014-09-19 21:37:41" 2330 + "time": "2014-09-22 12:29:23"
2335 }, 2331 },
2336 { 2332 {
2337 "name": "monolog/monolog", 2333 "name": "monolog/monolog",
@@ -2481,7 +2477,7 @@ @@ -2481,7 +2477,7 @@
2481 { 2477 {
2482 "name": "Johannes M. Schmitt", 2478 "name": "Johannes M. Schmitt",
2483 "email": "schmittjoh@gmail.com", 2479 "email": "schmittjoh@gmail.com",
2484 - "homepage": "https://github.com/schmittjoh", 2480 + "homepage": "http://jmsyst.com",
2485 "role": "Developer of wrapped JMSSerializerBundle" 2481 "role": "Developer of wrapped JMSSerializerBundle"
2486 } 2482 }
2487 ], 2483 ],
@@ -2529,9 +2525,9 @@ @@ -2529,9 +2525,9 @@
2529 ], 2525 ],
2530 "authors": [ 2526 "authors": [
2531 { 2527 {
2532 - "name": "Johannes M. Schmitt", 2528 + "name": "Johannes Schmitt",
2533 "email": "schmittjoh@gmail.com", 2529 "email": "schmittjoh@gmail.com",
2534 - "homepage": "https://github.com/schmittjoh", 2530 + "homepage": "http://jmsyst.com",
2535 "role": "Developer of wrapped JMSSerializerBundle" 2531 "role": "Developer of wrapped JMSSerializerBundle"
2536 } 2532 }
2537 ], 2533 ],
@@ -2549,13 +2545,13 @@ @@ -2549,13 +2545,13 @@
2549 "version": "1.0.0", 2545 "version": "1.0.0",
2550 "source": { 2546 "source": {
2551 "type": "git", 2547 "type": "git",
2552 - "url": "https://github.com/php-fig/log.git",  
2553 - "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" 2548 + "url": "https://github.com/php-fig/log",
  2549 + "reference": "1.0.0"
2554 }, 2550 },
2555 "dist": { 2551 "dist": {
2556 "type": "zip", 2552 "type": "zip",
2557 - "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",  
2558 - "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", 2553 + "url": "https://github.com/php-fig/log/archive/1.0.0.zip",
  2554 + "reference": "1.0.0",
2559 "shasum": "" 2555 "shasum": ""
2560 }, 2556 },
2561 "type": "library", 2557 "type": "library",
@@ -2618,9 +2614,7 @@ @@ -2618,9 +2614,7 @@
2618 "authors": [ 2614 "authors": [
2619 { 2615 {
2620 "name": "Fabien Potencier", 2616 "name": "Fabien Potencier",
2621 - "email": "fabien@symfony.com",  
2622 - "homepage": "http://fabien.potencier.org",  
2623 - "role": "Lead Developer" 2617 + "email": "fabien@symfony.com"
2624 } 2618 }
2625 ], 2619 ],
2626 "description": "The base bundle for the Symfony Distributions", 2620 "description": "The base bundle for the Symfony Distributions",
@@ -2667,9 +2661,7 @@ @@ -2667,9 +2661,7 @@
2667 "authors": [ 2661 "authors": [
2668 { 2662 {
2669 "name": "Fabien Potencier", 2663 "name": "Fabien Potencier",
2670 - "email": "fabien@symfony.com",  
2671 - "homepage": "http://fabien.potencier.org",  
2672 - "role": "Lead Developer" 2664 + "email": "fabien@symfony.com"
2673 } 2665 }
2674 ], 2666 ],
2675 "description": "This bundle provides a way to configure your controllers with annotations", 2667 "description": "This bundle provides a way to configure your controllers with annotations",
@@ -2790,27 +2782,27 @@ @@ -2790,27 +2782,27 @@
2790 "source": { 2782 "source": {
2791 "type": "git", 2783 "type": "git",
2792 "url": "https://github.com/symfony/AsseticBundle.git", 2784 "url": "https://github.com/symfony/AsseticBundle.git",
2793 - "reference": "146dd3cb46b302bd471560471c6aaa930483dac1" 2785 + "reference": "v2.3.0"
2794 }, 2786 },
2795 "dist": { 2787 "dist": {
2796 "type": "zip", 2788 "type": "zip",
2797 - "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/146dd3cb46b302bd471560471c6aaa930483dac1",  
2798 - "reference": "146dd3cb46b302bd471560471c6aaa930483dac1", 2789 + "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/v2.3.0",
  2790 + "reference": "v2.3.0",
2799 "shasum": "" 2791 "shasum": ""
2800 }, 2792 },
2801 "require": { 2793 "require": {
2802 - "kriswallsmith/assetic": "~1.1", 2794 + "kriswallsmith/assetic": ">=1.1,<2.0",
2803 "php": ">=5.3.0", 2795 "php": ">=5.3.0",
2804 - "symfony/framework-bundle": "~2.1" 2796 + "symfony/framework-bundle": ">=2.1,<3.0"
2805 }, 2797 },
2806 "require-dev": { 2798 "require-dev": {
2807 - "symfony/class-loader": "~2.1",  
2808 - "symfony/console": "~2.1",  
2809 - "symfony/css-selector": "~2.1",  
2810 - "symfony/dom-crawler": "~2.1",  
2811 - "symfony/form": "~2.1",  
2812 - "symfony/twig-bundle": "~2.1",  
2813 - "symfony/yaml": "~2.1" 2799 + "symfony/class-loader": ">=2.1,<3.0",
  2800 + "symfony/console": ">=2.1,<3.0",
  2801 + "symfony/css-selector": ">=2.1,<3.0",
  2802 + "symfony/dom-crawler": ">=2.1,<3.0",
  2803 + "symfony/form": ">=2.1,<3.0",
  2804 + "symfony/twig-bundle": ">=2.1,<3.0",
  2805 + "symfony/yaml": ">=2.1,<3.0"
2814 }, 2806 },
2815 "suggest": { 2807 "suggest": {
2816 "symfony/twig-bundle": "~2.1" 2808 "symfony/twig-bundle": "~2.1"
@@ -2954,23 +2946,23 @@ @@ -2954,23 +2946,23 @@
2954 "source": { 2946 "source": {
2955 "type": "git", 2947 "type": "git",
2956 "url": "https://github.com/symfony/MonologBundle.git", 2948 "url": "https://github.com/symfony/MonologBundle.git",
2957 - "reference": "03ed73bc11367b3156cc21f22ac37c7f70fcd10a" 2949 + "reference": "v2.3.0"
2958 }, 2950 },
2959 "dist": { 2951 "dist": {
2960 "type": "zip", 2952 "type": "zip",
2961 - "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/03ed73bc11367b3156cc21f22ac37c7f70fcd10a",  
2962 - "reference": "03ed73bc11367b3156cc21f22ac37c7f70fcd10a", 2953 + "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/v2.3.0",
  2954 + "reference": "v2.3.0",
2963 "shasum": "" 2955 "shasum": ""
2964 }, 2956 },
2965 "require": { 2957 "require": {
2966 - "monolog/monolog": "~1.3", 2958 + "monolog/monolog": ">=1.3,<2.0",
2967 "php": ">=5.3.2", 2959 "php": ">=5.3.2",
2968 - "symfony/config": "~2.2-beta2",  
2969 - "symfony/dependency-injection": "~2.2-beta2",  
2970 - "symfony/monolog-bridge": "~2.2-beta2" 2960 + "symfony/config": ">=2.2-beta2,<3.0",
  2961 + "symfony/dependency-injection": ">=2.2-beta2,<3.0",
  2962 + "symfony/monolog-bridge": ">=2.2-beta2,<3.0"
2971 }, 2963 },
2972 "require-dev": { 2964 "require-dev": {
2973 - "symfony/yaml": "~2.2-beta2" 2965 + "symfony/yaml": ">=2.2-beta2,<3.0"
2974 }, 2966 },
2975 "type": "symfony-bundle", 2967 "type": "symfony-bundle",
2976 "extra": { 2968 "extra": {
@@ -2990,9 +2982,7 @@ @@ -2990,9 +2982,7 @@
2990 "authors": [ 2982 "authors": [
2991 { 2983 {
2992 "name": "Fabien Potencier", 2984 "name": "Fabien Potencier",
2993 - "email": "fabien@symfony.com",  
2994 - "homepage": "http://fabien.potencier.org",  
2995 - "role": "Lead Developer" 2985 + "email": "fabien@symfony.com"
2996 }, 2986 },
2997 { 2987 {
2998 "name": "Symfony Community", 2988 "name": "Symfony Community",
@@ -3251,9 +3241,7 @@ @@ -3251,9 +3241,7 @@
3251 "authors": [ 3241 "authors": [
3252 { 3242 {
3253 "name": "Fabien Potencier", 3243 "name": "Fabien Potencier",
3254 - "email": "fabien@symfony.com",  
3255 - "homepage": "http://fabien.potencier.org",  
3256 - "role": "Lead Developer" 3244 + "email": "fabien@symfony.com"
3257 } 3245 }
3258 ], 3246 ],
3259 "description": "Common additional features for Twig that do not directly belong in core", 3247 "description": "Common additional features for Twig that do not directly belong in core",
@@ -3305,7 +3293,7 @@ @@ -3305,7 +3293,7 @@
3305 "role": "Lead Developer" 3293 "role": "Lead Developer"
3306 }, 3294 },
3307 { 3295 {
3308 - "name": "Armin Ronacher2", 3296 + "name": "Armin Ronacher",
3309 "email": "armin.ronacher@active-4.com", 3297 "email": "armin.ronacher@active-4.com",
3310 "role": "Project Founder" 3298 "role": "Project Founder"
3311 }, 3299 },
@@ -3354,7 +3342,7 @@ @@ -3354,7 +3342,7 @@
3354 ], 3342 ],
3355 "authors": [ 3343 "authors": [
3356 { 3344 {
3357 - "name": "William Durand", 3345 + "name": "William DURAND",
3358 "email": "william.durand1@gmail.com", 3346 "email": "william.durand1@gmail.com",
3359 "homepage": "http://www.willdurand.fr" 3347 "homepage": "http://www.willdurand.fr"
3360 } 3348 }