Commit 2320328023c8f0c05dba418dd0540248bab079a0
1 parent
ddeb9725
Exists in
master
Adiciona composer.lock
Showing
1 changed file
with
96 additions
and
108 deletions
Show diff stats
composer.lock
| ... | ... | @@ -170,7 +170,7 @@ |
| 170 | 170 | { |
| 171 | 171 | "name": "David de Boer", |
| 172 | 172 | "email": "david@ddeboer.nl", |
| 173 | - "homepage": "http://ddeboer.nl" | |
| 173 | + "homepage": "https://github.com/ddeboer" | |
| 174 | 174 | } |
| 175 | 175 | ], |
| 176 | 176 | "description": "A Symfony2 bundle for the ddeboer/data-import library", |
| ... | ... | @@ -241,7 +241,7 @@ |
| 241 | 241 | { |
| 242 | 242 | "name": "Johannes Schmitt", |
| 243 | 243 | "email": "schmittjoh@gmail.com", |
| 244 | - "homepage": "http://jmsyst.com", | |
| 244 | + "homepage": "https://github.com/schmittjoh", | |
| 245 | 245 | "role": "Developer of wrapped JMSSerializerBundle" |
| 246 | 246 | } |
| 247 | 247 | ], |
| ... | ... | @@ -314,9 +314,9 @@ |
| 314 | 314 | "email": "kontakt@beberlei.de" |
| 315 | 315 | }, |
| 316 | 316 | { |
| 317 | - "name": "Johannes M. Schmitt", | |
| 317 | + "name": "Johannes Schmitt", | |
| 318 | 318 | "email": "schmittjoh@gmail.com", |
| 319 | - "homepage": "https://github.com/schmittjoh", | |
| 319 | + "homepage": "http://jmsyst.com", | |
| 320 | 320 | "role": "Developer of wrapped JMSSerializerBundle" |
| 321 | 321 | } |
| 322 | 322 | ], |
| ... | ... | @@ -381,9 +381,9 @@ |
| 381 | 381 | "email": "kontakt@beberlei.de" |
| 382 | 382 | }, |
| 383 | 383 | { |
| 384 | - "name": "Johannes M. Schmitt", | |
| 384 | + "name": "Johannes Schmitt", | |
| 385 | 385 | "email": "schmittjoh@gmail.com", |
| 386 | - "homepage": "https://github.com/schmittjoh", | |
| 386 | + "homepage": "http://jmsyst.com", | |
| 387 | 387 | "role": "Developer of wrapped JMSSerializerBundle" |
| 388 | 388 | } |
| 389 | 389 | ], |
| ... | ... | @@ -536,12 +536,12 @@ |
| 536 | 536 | "source": { |
| 537 | 537 | "type": "git", |
| 538 | 538 | "url": "https://github.com/doctrine/dbal.git", |
| 539 | - "reference": "2a37b007dda8e21bdbb8fa445be8fa0064199e13" | |
| 539 | + "reference": "2.3.4" | |
| 540 | 540 | }, |
| 541 | 541 | "dist": { |
| 542 | 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 | 545 | "shasum": "" |
| 546 | 546 | }, |
| 547 | 547 | "require": { |
| ... | ... | @@ -567,8 +567,7 @@ |
| 567 | 567 | { |
| 568 | 568 | "name": "Jonathan Wage", |
| 569 | 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 | 573 | "name": "Guilherme Blanco", |
| ... | ... | @@ -601,25 +600,25 @@ |
| 601 | 600 | "source": { |
| 602 | 601 | "type": "git", |
| 603 | 602 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
| 604 | - "reference": "765b0d87fcc3e839c74817b7211258cbef3a4fb9" | |
| 603 | + "reference": "v1.2.0" | |
| 605 | 604 | }, |
| 606 | 605 | "dist": { |
| 607 | 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 | 609 | "shasum": "" |
| 611 | 610 | }, |
| 612 | 611 | "require": { |
| 613 | 612 | "doctrine/dbal": ">=2.2,<2.5-dev", |
| 614 | - "jdorn/sql-formatter": "~1.1", | |
| 613 | + "jdorn/sql-formatter": ">=1.1,<2.0", | |
| 615 | 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 | 618 | "require-dev": { |
| 620 | 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 | 623 | "suggest": { |
| 625 | 624 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
| ... | ... | @@ -643,9 +642,7 @@ |
| 643 | 642 | "authors": [ |
| 644 | 643 | { |
| 645 | 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 | 648 | "name": "Symfony Community", |
| ... | ... | @@ -818,8 +815,7 @@ |
| 818 | 815 | { |
| 819 | 816 | "name": "Jonathan Wage", |
| 820 | 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 | 821 | "name": "Guilherme Blanco", |
| ... | ... | @@ -837,7 +833,7 @@ |
| 837 | 833 | { |
| 838 | 834 | "name": "Johannes M. Schmitt", |
| 839 | 835 | "email": "schmittjoh@gmail.com", |
| 840 | - "homepage": "https://github.com/schmittjoh", | |
| 836 | + "homepage": "http://jmsyst.com", | |
| 841 | 837 | "role": "Developer of wrapped JMSSerializerBundle" |
| 842 | 838 | } |
| 843 | 839 | ], |
| ... | ... | @@ -889,9 +885,9 @@ |
| 889 | 885 | "email": "roman@code-factory.org" |
| 890 | 886 | }, |
| 891 | 887 | { |
| 892 | - "name": "Johannes M. Schmitt", | |
| 888 | + "name": "Johannes Schmitt", | |
| 893 | 889 | "email": "schmittjoh@gmail.com", |
| 894 | - "homepage": "https://github.com/schmittjoh", | |
| 890 | + "homepage": "http://jmsyst.com", | |
| 895 | 891 | "role": "Developer of wrapped JMSSerializerBundle" |
| 896 | 892 | } |
| 897 | 893 | ], |
| ... | ... | @@ -1195,7 +1191,7 @@ |
| 1195 | 1191 | ], |
| 1196 | 1192 | "authors": [ |
| 1197 | 1193 | { |
| 1198 | - "name": "Albert Ganiev", | |
| 1194 | + "name": "Al Ganiev", | |
| 1199 | 1195 | "email": "helios.ag@gmail.com" |
| 1200 | 1196 | }, |
| 1201 | 1197 | { |
| ... | ... | @@ -1396,7 +1392,7 @@ |
| 1396 | 1392 | ], |
| 1397 | 1393 | "authors": [ |
| 1398 | 1394 | { |
| 1399 | - "name": "Johannes M. Schmitt", | |
| 1395 | + "name": "Johannes Schmitt", | |
| 1400 | 1396 | "email": "schmittjoh@gmail.com", |
| 1401 | 1397 | "homepage": "http://jmsyst.com", |
| 1402 | 1398 | "role": "Developer of wrapped JMSSerializerBundle" |
| ... | ... | @@ -1414,13 +1410,13 @@ |
| 1414 | 1410 | "version": "1.0.0", |
| 1415 | 1411 | "source": { |
| 1416 | 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 | 1416 | "dist": { |
| 1421 | 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 | 1420 | "shasum": "" |
| 1425 | 1421 | }, |
| 1426 | 1422 | "require": { |
| ... | ... | @@ -1440,7 +1436,7 @@ |
| 1440 | 1436 | { |
| 1441 | 1437 | "name": "Johannes M. Schmitt", |
| 1442 | 1438 | "email": "schmittjoh@gmail.com", |
| 1443 | - "homepage": "https://github.com/schmittjoh", | |
| 1439 | + "homepage": "http://jmsyst.com", | |
| 1444 | 1440 | "role": "Developer of wrapped JMSSerializerBundle" |
| 1445 | 1441 | } |
| 1446 | 1442 | ], |
| ... | ... | @@ -1448,7 +1444,7 @@ |
| 1448 | 1444 | "keywords": [ |
| 1449 | 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 | 1450 | "name": "jms/di-extra-bundle", |
| ... | ... | @@ -1457,20 +1453,20 @@ |
| 1457 | 1453 | "source": { |
| 1458 | 1454 | "type": "git", |
| 1459 | 1455 | "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git", |
| 1460 | - "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070" | |
| 1456 | + "reference": "1.4.0" | |
| 1461 | 1457 | }, |
| 1462 | 1458 | "dist": { |
| 1463 | 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 | 1462 | "shasum": "" |
| 1467 | 1463 | }, |
| 1468 | 1464 | "require": { |
| 1469 | 1465 | "jms/aop-bundle": ">=1.0.0,<1.2-dev", |
| 1470 | 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 | 1471 | "require-dev": { |
| 1476 | 1472 | "doctrine/doctrine-bundle": "*", |
| ... | ... | @@ -1554,9 +1550,9 @@ |
| 1554 | 1550 | ], |
| 1555 | 1551 | "authors": [ |
| 1556 | 1552 | { |
| 1557 | - "name": "Johannes M. Schmitt", | |
| 1553 | + "name": "Johannes Schmitt", | |
| 1558 | 1554 | "email": "schmittjoh@gmail.com", |
| 1559 | - "homepage": "http://jmsyst.com", | |
| 1555 | + "homepage": "https://github.com/schmittjoh", | |
| 1560 | 1556 | "role": "Developer of wrapped JMSSerializerBundle" |
| 1561 | 1557 | } |
| 1562 | 1558 | ], |
| ... | ... | @@ -1574,13 +1570,13 @@ |
| 1574 | 1570 | "version": "1.0.0", |
| 1575 | 1571 | "source": { |
| 1576 | 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 | 1576 | "dist": { |
| 1581 | 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 | 1580 | "shasum": "" |
| 1585 | 1581 | }, |
| 1586 | 1582 | "require": { |
| ... | ... | @@ -1611,20 +1607,20 @@ |
| 1611 | 1607 | "source": { |
| 1612 | 1608 | "type": "git", |
| 1613 | 1609 | "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git", |
| 1614 | - "reference": "f5f6c6df69ceae8b709e57b49fcc2a42d9280bcc" | |
| 1610 | + "reference": "1.5.1" | |
| 1615 | 1611 | }, |
| 1616 | 1612 | "dist": { |
| 1617 | 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 | 1616 | "shasum": "" |
| 1621 | 1617 | }, |
| 1622 | 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 | 1624 | "symfony/security-bundle": "*" |
| 1629 | 1625 | }, |
| 1630 | 1626 | "require-dev": { |
| ... | ... | @@ -2103,7 +2099,7 @@ |
| 2103 | 2099 | "email": "stof@notk.org" |
| 2104 | 2100 | }, |
| 2105 | 2101 | { |
| 2106 | - "name": "KnpLabs", | |
| 2102 | + "name": "Knplabs", | |
| 2107 | 2103 | "homepage": "http://knplabs.com" |
| 2108 | 2104 | }, |
| 2109 | 2105 | { |
| ... | ... | @@ -2182,17 +2178,17 @@ |
| 2182 | 2178 | "source": { |
| 2183 | 2179 | "type": "git", |
| 2184 | 2180 | "url": "https://github.com/kriswallsmith/assetic.git", |
| 2185 | - "reference": "a826e4b96f5c607ff47ef61caf3826b2b1e840ec" | |
| 2181 | + "reference": "v1.1.1" | |
| 2186 | 2182 | }, |
| 2187 | 2183 | "dist": { |
| 2188 | 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 | 2187 | "shasum": "" |
| 2192 | 2188 | }, |
| 2193 | 2189 | "require": { |
| 2194 | 2190 | "php": ">=5.3.1", |
| 2195 | - "symfony/process": "~2.1" | |
| 2191 | + "symfony/process": ">=2.1,<3.0" | |
| 2196 | 2192 | }, |
| 2197 | 2193 | "require-dev": { |
| 2198 | 2194 | "cssmin/cssmin": "*", |
| ... | ... | @@ -2202,9 +2198,9 @@ |
| 2202 | 2198 | "leafo/scssphp": "*", |
| 2203 | 2199 | "leafo/scssphp-compass": "*", |
| 2204 | 2200 | "mrclay/minify": "*", |
| 2205 | - "phpunit/phpunit": "~3.7", | |
| 2201 | + "phpunit/phpunit": ">=3.7,<4.0", | |
| 2206 | 2202 | "ptachoire/cssembed": "*", |
| 2207 | - "twig/twig": "~1.6" | |
| 2203 | + "twig/twig": ">=1.6,<2.0" | |
| 2208 | 2204 | }, |
| 2209 | 2205 | "suggest": { |
| 2210 | 2206 | "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler", |
| ... | ... | @@ -2295,12 +2291,12 @@ |
| 2295 | 2291 | "source": { |
| 2296 | 2292 | "type": "git", |
| 2297 | 2293 | "url": "https://github.com/lightbase/cocar.git", |
| 2298 | - "reference": "720c610b5ca409c385902cadb68d8443f0fe9ae3" | |
| 2294 | + "reference": "877b9496c3eb1682040298a7a3bb584aba5c5034" | |
| 2299 | 2295 | }, |
| 2300 | 2296 | "dist": { |
| 2301 | 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 | 2300 | "shasum": "" |
| 2305 | 2301 | }, |
| 2306 | 2302 | "require": { |
| ... | ... | @@ -2329,9 +2325,9 @@ |
| 2329 | 2325 | ], |
| 2330 | 2326 | "description": "COCAR", |
| 2331 | 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 | 2333 | "name": "monolog/monolog", |
| ... | ... | @@ -2481,7 +2477,7 @@ |
| 2481 | 2477 | { |
| 2482 | 2478 | "name": "Johannes M. Schmitt", |
| 2483 | 2479 | "email": "schmittjoh@gmail.com", |
| 2484 | - "homepage": "https://github.com/schmittjoh", | |
| 2480 | + "homepage": "http://jmsyst.com", | |
| 2485 | 2481 | "role": "Developer of wrapped JMSSerializerBundle" |
| 2486 | 2482 | } |
| 2487 | 2483 | ], |
| ... | ... | @@ -2529,9 +2525,9 @@ |
| 2529 | 2525 | ], |
| 2530 | 2526 | "authors": [ |
| 2531 | 2527 | { |
| 2532 | - "name": "Johannes M. Schmitt", | |
| 2528 | + "name": "Johannes Schmitt", | |
| 2533 | 2529 | "email": "schmittjoh@gmail.com", |
| 2534 | - "homepage": "https://github.com/schmittjoh", | |
| 2530 | + "homepage": "http://jmsyst.com", | |
| 2535 | 2531 | "role": "Developer of wrapped JMSSerializerBundle" |
| 2536 | 2532 | } |
| 2537 | 2533 | ], |
| ... | ... | @@ -2549,13 +2545,13 @@ |
| 2549 | 2545 | "version": "1.0.0", |
| 2550 | 2546 | "source": { |
| 2551 | 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 | 2551 | "dist": { |
| 2556 | 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 | 2555 | "shasum": "" |
| 2560 | 2556 | }, |
| 2561 | 2557 | "type": "library", |
| ... | ... | @@ -2618,9 +2614,7 @@ |
| 2618 | 2614 | "authors": [ |
| 2619 | 2615 | { |
| 2620 | 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 | 2620 | "description": "The base bundle for the Symfony Distributions", |
| ... | ... | @@ -2667,9 +2661,7 @@ |
| 2667 | 2661 | "authors": [ |
| 2668 | 2662 | { |
| 2669 | 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 | 2667 | "description": "This bundle provides a way to configure your controllers with annotations", |
| ... | ... | @@ -2790,27 +2782,27 @@ |
| 2790 | 2782 | "source": { |
| 2791 | 2783 | "type": "git", |
| 2792 | 2784 | "url": "https://github.com/symfony/AsseticBundle.git", |
| 2793 | - "reference": "146dd3cb46b302bd471560471c6aaa930483dac1" | |
| 2785 | + "reference": "v2.3.0" | |
| 2794 | 2786 | }, |
| 2795 | 2787 | "dist": { |
| 2796 | 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 | 2791 | "shasum": "" |
| 2800 | 2792 | }, |
| 2801 | 2793 | "require": { |
| 2802 | - "kriswallsmith/assetic": "~1.1", | |
| 2794 | + "kriswallsmith/assetic": ">=1.1,<2.0", | |
| 2803 | 2795 | "php": ">=5.3.0", |
| 2804 | - "symfony/framework-bundle": "~2.1" | |
| 2796 | + "symfony/framework-bundle": ">=2.1,<3.0" | |
| 2805 | 2797 | }, |
| 2806 | 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 | 2807 | "suggest": { |
| 2816 | 2808 | "symfony/twig-bundle": "~2.1" |
| ... | ... | @@ -2954,23 +2946,23 @@ |
| 2954 | 2946 | "source": { |
| 2955 | 2947 | "type": "git", |
| 2956 | 2948 | "url": "https://github.com/symfony/MonologBundle.git", |
| 2957 | - "reference": "03ed73bc11367b3156cc21f22ac37c7f70fcd10a" | |
| 2949 | + "reference": "v2.3.0" | |
| 2958 | 2950 | }, |
| 2959 | 2951 | "dist": { |
| 2960 | 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 | 2955 | "shasum": "" |
| 2964 | 2956 | }, |
| 2965 | 2957 | "require": { |
| 2966 | - "monolog/monolog": "~1.3", | |
| 2958 | + "monolog/monolog": ">=1.3,<2.0", | |
| 2967 | 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 | 2964 | "require-dev": { |
| 2973 | - "symfony/yaml": "~2.2-beta2" | |
| 2965 | + "symfony/yaml": ">=2.2-beta2,<3.0" | |
| 2974 | 2966 | }, |
| 2975 | 2967 | "type": "symfony-bundle", |
| 2976 | 2968 | "extra": { |
| ... | ... | @@ -2990,9 +2982,7 @@ |
| 2990 | 2982 | "authors": [ |
| 2991 | 2983 | { |
| 2992 | 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 | 2988 | "name": "Symfony Community", |
| ... | ... | @@ -3251,9 +3241,7 @@ |
| 3251 | 3241 | "authors": [ |
| 3252 | 3242 | { |
| 3253 | 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 | 3247 | "description": "Common additional features for Twig that do not directly belong in core", |
| ... | ... | @@ -3305,7 +3293,7 @@ |
| 3305 | 3293 | "role": "Lead Developer" |
| 3306 | 3294 | }, |
| 3307 | 3295 | { |
| 3308 | - "name": "Armin Ronacher2", | |
| 3296 | + "name": "Armin Ronacher", | |
| 3309 | 3297 | "email": "armin.ronacher@active-4.com", |
| 3310 | 3298 | "role": "Project Founder" |
| 3311 | 3299 | }, |
| ... | ... | @@ -3354,7 +3342,7 @@ |
| 3354 | 3342 | ], |
| 3355 | 3343 | "authors": [ |
| 3356 | 3344 | { |
| 3357 | - "name": "William Durand", | |
| 3345 | + "name": "William DURAND", | |
| 3358 | 3346 | "email": "william.durand1@gmail.com", |
| 3359 | 3347 | "homepage": "http://www.willdurand.fr" |
| 3360 | 3348 | } | ... | ... |