mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 22:47:32 -05:00 
			
		
		
		
	Merge pull request #316 from paralin/master
Add dependencies to enable mandrill mail
This commit is contained in:
		
						commit
						d8e2aacece
					
				@ -34,7 +34,8 @@
 | 
			
		||||
        "fruitcakestudio/omnipay-sisow": "~2.0",
 | 
			
		||||
        "alfaproject/omnipay-skrill": "dev-master",
 | 
			
		||||
        "illuminate/html": "5.*",
 | 
			
		||||
        "omnipay/bitpay": "dev-master"
 | 
			
		||||
        "omnipay/bitpay": "dev-master",
 | 
			
		||||
		"guzzlehttp/guzzle": "~4.0"
 | 
			
		||||
	},
 | 
			
		||||
	"require-dev": {
 | 
			
		||||
		"phpunit/phpunit": "~4.0",
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										458
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										458
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							@ -1,10 +1,10 @@
 | 
			
		||||
{
 | 
			
		||||
    "_readme": [
 | 
			
		||||
        "This file locks the dependencies of your project to a known state",
 | 
			
		||||
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
 | 
			
		||||
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
 | 
			
		||||
        "This file is @generated automatically"
 | 
			
		||||
    ],
 | 
			
		||||
    "hash": "456867b27b6caddd5d681f7bad019be4",
 | 
			
		||||
    "hash": "75169c1d348bf682bd06c75c84b19c0e",
 | 
			
		||||
    "packages": [
 | 
			
		||||
        {
 | 
			
		||||
            "name": "alfaproject/omnipay-neteller",
 | 
			
		||||
@ -124,7 +124,7 @@
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/formers/former/zipball/4a03cdd08f1bdd975bd2521bed74ab38bf590388",
 | 
			
		||||
                "url": "https://api.github.com/repos/formers/former/zipball/e37cb69d12d4436282e6754800903d94788528f3",
 | 
			
		||||
                "reference": "4a03cdd08f1bdd975bd2521bed74ab38bf590388",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
@ -339,7 +339,7 @@
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/Chumper/Datatable/zipball/7fa47cb5469f07c620fb69dee94b8e1a96943ee2",
 | 
			
		||||
                "url": "https://api.github.com/repos/Chumper/Datatable/zipball/d8a01807d0d0b46e6ff26d760934f885f4f48dc3",
 | 
			
		||||
                "reference": "7fa47cb",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
@ -1320,6 +1320,124 @@
 | 
			
		||||
            ],
 | 
			
		||||
            "time": "2015-03-18 18:23:50"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "guzzlehttp/guzzle",
 | 
			
		||||
            "version": "4.2.3",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/guzzle/guzzle.git",
 | 
			
		||||
                "reference": "66fd916e9f9130bc22c51450476823391cb2f67c"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/66fd916e9f9130bc22c51450476823391cb2f67c",
 | 
			
		||||
                "reference": "66fd916e9f9130bc22c51450476823391cb2f67c",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
                "ext-json": "*",
 | 
			
		||||
                "guzzlehttp/streams": "~2.1",
 | 
			
		||||
                "php": ">=5.4.0"
 | 
			
		||||
            },
 | 
			
		||||
            "require-dev": {
 | 
			
		||||
                "ext-curl": "*",
 | 
			
		||||
                "phpunit/phpunit": "~4.0",
 | 
			
		||||
                "psr/log": "~1.0"
 | 
			
		||||
            },
 | 
			
		||||
            "suggest": {
 | 
			
		||||
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
 | 
			
		||||
            },
 | 
			
		||||
            "type": "library",
 | 
			
		||||
            "extra": {
 | 
			
		||||
                "branch-alias": {
 | 
			
		||||
                    "dev-master": "4.2-dev"
 | 
			
		||||
                }
 | 
			
		||||
            },
 | 
			
		||||
            "autoload": {
 | 
			
		||||
                "psr-4": {
 | 
			
		||||
                    "GuzzleHttp\\": "src/"
 | 
			
		||||
                },
 | 
			
		||||
                "files": [
 | 
			
		||||
                    "src/functions.php"
 | 
			
		||||
                ]
 | 
			
		||||
            },
 | 
			
		||||
            "notification-url": "https://packagist.org/downloads/",
 | 
			
		||||
            "license": [
 | 
			
		||||
                "MIT"
 | 
			
		||||
            ],
 | 
			
		||||
            "authors": [
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Michael Dowling",
 | 
			
		||||
                    "email": "mtdowling@gmail.com",
 | 
			
		||||
                    "homepage": "https://github.com/mtdowling"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
 | 
			
		||||
            "homepage": "http://guzzlephp.org/",
 | 
			
		||||
            "keywords": [
 | 
			
		||||
                "client",
 | 
			
		||||
                "curl",
 | 
			
		||||
                "framework",
 | 
			
		||||
                "http",
 | 
			
		||||
                "http client",
 | 
			
		||||
                "rest",
 | 
			
		||||
                "web service"
 | 
			
		||||
            ],
 | 
			
		||||
            "time": "2014-10-05 19:29:14"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "guzzlehttp/streams",
 | 
			
		||||
            "version": "2.1.0",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/guzzle/streams.git",
 | 
			
		||||
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534",
 | 
			
		||||
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
                "php": ">=5.4.0"
 | 
			
		||||
            },
 | 
			
		||||
            "require-dev": {
 | 
			
		||||
                "phpunit/phpunit": "~4.0"
 | 
			
		||||
            },
 | 
			
		||||
            "type": "library",
 | 
			
		||||
            "extra": {
 | 
			
		||||
                "branch-alias": {
 | 
			
		||||
                    "dev-master": "2.0-dev"
 | 
			
		||||
                }
 | 
			
		||||
            },
 | 
			
		||||
            "autoload": {
 | 
			
		||||
                "psr-4": {
 | 
			
		||||
                    "GuzzleHttp\\Stream\\": "src/"
 | 
			
		||||
                },
 | 
			
		||||
                "files": [
 | 
			
		||||
                    "src/functions.php"
 | 
			
		||||
                ]
 | 
			
		||||
            },
 | 
			
		||||
            "notification-url": "https://packagist.org/downloads/",
 | 
			
		||||
            "license": [
 | 
			
		||||
                "MIT"
 | 
			
		||||
            ],
 | 
			
		||||
            "authors": [
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Michael Dowling",
 | 
			
		||||
                    "email": "mtdowling@gmail.com",
 | 
			
		||||
                    "homepage": "https://github.com/mtdowling"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
 | 
			
		||||
            "homepage": "http://guzzlephp.org/",
 | 
			
		||||
            "keywords": [
 | 
			
		||||
                "Guzzle",
 | 
			
		||||
                "stream"
 | 
			
		||||
            ],
 | 
			
		||||
            "time": "2014-08-17 21:15:53"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "illuminate/html",
 | 
			
		||||
            "version": "v5.0.0",
 | 
			
		||||
@ -1372,12 +1490,12 @@
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/Intervention/image.git",
 | 
			
		||||
                "reference": "6626d7624ac0895137a38c123943afedd0827efc"
 | 
			
		||||
                "reference": "1f33a7c6c5847ddaa4c0c347be375d38ee4c2f43"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/Intervention/image/zipball/6626d7624ac0895137a38c123943afedd0827efc",
 | 
			
		||||
                "reference": "6626d7624ac0895137a38c123943afedd0827efc",
 | 
			
		||||
                "url": "https://api.github.com/repos/Intervention/image/zipball/1f33a7c6c5847ddaa4c0c347be375d38ee4c2f43",
 | 
			
		||||
                "reference": "1f33a7c6c5847ddaa4c0c347be375d38ee4c2f43",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -1420,7 +1538,7 @@
 | 
			
		||||
                "thumbnail",
 | 
			
		||||
                "watermark"
 | 
			
		||||
            ],
 | 
			
		||||
            "time": "2015-04-24 14:50:48"
 | 
			
		||||
            "time": "2015-05-14 08:43:38"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "ircmaxell/password-compat",
 | 
			
		||||
@ -2136,21 +2254,21 @@
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "nesbot/carbon",
 | 
			
		||||
            "version": "1.18.0",
 | 
			
		||||
            "version": "1.19.0",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/briannesbitt/Carbon.git",
 | 
			
		||||
                "reference": "99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36"
 | 
			
		||||
                "reference": "68868e0b02d2d803d0052a59d4e5003cccf87320"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36",
 | 
			
		||||
                "reference": "99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36",
 | 
			
		||||
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/68868e0b02d2d803d0052a59d4e5003cccf87320",
 | 
			
		||||
                "reference": "68868e0b02d2d803d0052a59d4e5003cccf87320",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
                "php": ">=5.3.0",
 | 
			
		||||
                "symfony/translation": "2.6.*"
 | 
			
		||||
                "symfony/translation": "~2.6"
 | 
			
		||||
            },
 | 
			
		||||
            "require-dev": {
 | 
			
		||||
                "phpunit/phpunit": "~4.0"
 | 
			
		||||
@ -2179,20 +2297,20 @@
 | 
			
		||||
                "datetime",
 | 
			
		||||
                "time"
 | 
			
		||||
            ],
 | 
			
		||||
            "time": "2015-03-26 03:05:57"
 | 
			
		||||
            "time": "2015-05-09 03:23:44"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "nikic/php-parser",
 | 
			
		||||
            "version": "v1.2.2",
 | 
			
		||||
            "version": "v1.3.0",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/nikic/PHP-Parser.git",
 | 
			
		||||
                "reference": "08f97eb4efa029e2fafb6d8c98b71731bf0cf621"
 | 
			
		||||
                "reference": "dff239267fd1befa1cd40430c9ed12591aa720ca"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/08f97eb4efa029e2fafb6d8c98b71731bf0cf621",
 | 
			
		||||
                "reference": "08f97eb4efa029e2fafb6d8c98b71731bf0cf621",
 | 
			
		||||
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dff239267fd1befa1cd40430c9ed12591aa720ca",
 | 
			
		||||
                "reference": "dff239267fd1befa1cd40430c9ed12591aa720ca",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -2202,7 +2320,7 @@
 | 
			
		||||
            "type": "library",
 | 
			
		||||
            "extra": {
 | 
			
		||||
                "branch-alias": {
 | 
			
		||||
                    "dev-master": "1.2-dev"
 | 
			
		||||
                    "dev-master": "1.3-dev"
 | 
			
		||||
                }
 | 
			
		||||
            },
 | 
			
		||||
            "autoload": {
 | 
			
		||||
@ -2224,7 +2342,7 @@
 | 
			
		||||
                "parser",
 | 
			
		||||
                "php"
 | 
			
		||||
            ],
 | 
			
		||||
            "time": "2015-04-03 14:33:59"
 | 
			
		||||
            "time": "2015-05-02 15:40:40"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "omnipay/2checkout",
 | 
			
		||||
@ -3152,16 +3270,16 @@
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "omnipay/netaxept",
 | 
			
		||||
            "version": "v2.2.0",
 | 
			
		||||
            "version": "v2.3.0",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/thephpleague/omnipay-netaxept.git",
 | 
			
		||||
                "reference": "a661c212428703175f17e3f8f0a32f24b06fe9f8"
 | 
			
		||||
                "reference": "a15ab75a338726536880b9ac0c1e6071a81342f9"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/thephpleague/omnipay-netaxept/zipball/a661c212428703175f17e3f8f0a32f24b06fe9f8",
 | 
			
		||||
                "reference": "a661c212428703175f17e3f8f0a32f24b06fe9f8",
 | 
			
		||||
                "url": "https://api.github.com/repos/thephpleague/omnipay-netaxept/zipball/a15ab75a338726536880b9ac0c1e6071a81342f9",
 | 
			
		||||
                "reference": "a15ab75a338726536880b9ac0c1e6071a81342f9",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -3205,7 +3323,7 @@
 | 
			
		||||
                "pay",
 | 
			
		||||
                "payment"
 | 
			
		||||
            ],
 | 
			
		||||
            "time": "2015-01-12 16:10:59"
 | 
			
		||||
            "time": "2015-05-08 15:13:17"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "omnipay/netbanx",
 | 
			
		||||
@ -4226,17 +4344,17 @@
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "symfony/class-loader",
 | 
			
		||||
            "version": "v2.6.6",
 | 
			
		||||
            "version": "v2.6.7",
 | 
			
		||||
            "target-dir": "Symfony/Component/ClassLoader",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/symfony/ClassLoader.git",
 | 
			
		||||
                "reference": "861765b3e5f32979de5bd19ad2577cbb830a29d5"
 | 
			
		||||
                "reference": "695134c9b39559297fa5d1dcff6a9054bb56facb"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/ClassLoader/zipball/861765b3e5f32979de5bd19ad2577cbb830a29d5",
 | 
			
		||||
                "reference": "861765b3e5f32979de5bd19ad2577cbb830a29d5",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/ClassLoader/zipball/695134c9b39559297fa5d1dcff6a9054bb56facb",
 | 
			
		||||
                "reference": "695134c9b39559297fa5d1dcff6a9054bb56facb",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -4262,32 +4380,32 @@
 | 
			
		||||
                "MIT"
 | 
			
		||||
            ],
 | 
			
		||||
            "authors": [
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "http://symfony.com/contributors"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Fabien Potencier",
 | 
			
		||||
                    "email": "fabien@symfony.com"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "https://symfony.com/contributors"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "description": "Symfony ClassLoader Component",
 | 
			
		||||
            "homepage": "http://symfony.com",
 | 
			
		||||
            "time": "2015-03-27 10:19:51"
 | 
			
		||||
            "homepage": "https://symfony.com",
 | 
			
		||||
            "time": "2015-05-02 15:18:45"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "symfony/console",
 | 
			
		||||
            "version": "v2.6.6",
 | 
			
		||||
            "version": "v2.6.7",
 | 
			
		||||
            "target-dir": "Symfony/Component/Console",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/symfony/Console.git",
 | 
			
		||||
                "reference": "5b91dc4ed5eb08553f57f6df04c4730a73992667"
 | 
			
		||||
                "reference": "ebc5679854aa24ed7d65062e9e3ab0b18a917272"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/Console/zipball/5b91dc4ed5eb08553f57f6df04c4730a73992667",
 | 
			
		||||
                "reference": "5b91dc4ed5eb08553f57f6df04c4730a73992667",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/Console/zipball/ebc5679854aa24ed7d65062e9e3ab0b18a917272",
 | 
			
		||||
                "reference": "ebc5679854aa24ed7d65062e9e3ab0b18a917272",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -4320,32 +4438,32 @@
 | 
			
		||||
                "MIT"
 | 
			
		||||
            ],
 | 
			
		||||
            "authors": [
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "http://symfony.com/contributors"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Fabien Potencier",
 | 
			
		||||
                    "email": "fabien@symfony.com"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "https://symfony.com/contributors"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "description": "Symfony Console Component",
 | 
			
		||||
            "homepage": "http://symfony.com",
 | 
			
		||||
            "time": "2015-03-30 15:54:10"
 | 
			
		||||
            "homepage": "https://symfony.com",
 | 
			
		||||
            "time": "2015-05-02 15:18:45"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "symfony/debug",
 | 
			
		||||
            "version": "v2.6.6",
 | 
			
		||||
            "version": "v2.6.7",
 | 
			
		||||
            "target-dir": "Symfony/Component/Debug",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/symfony/Debug.git",
 | 
			
		||||
                "reference": "d49a46a20a8f0544aedac54466750ad787d3d3e3"
 | 
			
		||||
                "reference": "ad4511a8fddce7ec163b513ba39a30ea4f32c9e7"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/Debug/zipball/d49a46a20a8f0544aedac54466750ad787d3d3e3",
 | 
			
		||||
                "reference": "d49a46a20a8f0544aedac54466750ad787d3d3e3",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/Debug/zipball/ad4511a8fddce7ec163b513ba39a30ea4f32c9e7",
 | 
			
		||||
                "reference": "ad4511a8fddce7ec163b513ba39a30ea4f32c9e7",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -4381,32 +4499,32 @@
 | 
			
		||||
                "MIT"
 | 
			
		||||
            ],
 | 
			
		||||
            "authors": [
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "http://symfony.com/contributors"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Fabien Potencier",
 | 
			
		||||
                    "email": "fabien@symfony.com"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "https://symfony.com/contributors"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "description": "Symfony Debug Component",
 | 
			
		||||
            "homepage": "http://symfony.com",
 | 
			
		||||
            "time": "2015-03-22 16:55:57"
 | 
			
		||||
            "homepage": "https://symfony.com",
 | 
			
		||||
            "time": "2015-05-08 13:17:44"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "symfony/event-dispatcher",
 | 
			
		||||
            "version": "v2.6.6",
 | 
			
		||||
            "version": "v2.6.7",
 | 
			
		||||
            "target-dir": "Symfony/Component/EventDispatcher",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/symfony/EventDispatcher.git",
 | 
			
		||||
                "reference": "70f7c8478739ad21e3deef0d977b38c77f1fb284"
 | 
			
		||||
                "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/70f7c8478739ad21e3deef0d977b38c77f1fb284",
 | 
			
		||||
                "reference": "70f7c8478739ad21e3deef0d977b38c77f1fb284",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/672593bc4b0043a0acf91903bb75a1c82d8f2e02",
 | 
			
		||||
                "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -4440,32 +4558,32 @@
 | 
			
		||||
                "MIT"
 | 
			
		||||
            ],
 | 
			
		||||
            "authors": [
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "http://symfony.com/contributors"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Fabien Potencier",
 | 
			
		||||
                    "email": "fabien@symfony.com"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "https://symfony.com/contributors"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "description": "Symfony EventDispatcher Component",
 | 
			
		||||
            "homepage": "http://symfony.com",
 | 
			
		||||
            "time": "2015-03-13 17:37:22"
 | 
			
		||||
            "homepage": "https://symfony.com",
 | 
			
		||||
            "time": "2015-05-02 15:18:45"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "symfony/filesystem",
 | 
			
		||||
            "version": "v2.6.6",
 | 
			
		||||
            "version": "v2.6.7",
 | 
			
		||||
            "target-dir": "Symfony/Component/Filesystem",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/symfony/Filesystem.git",
 | 
			
		||||
                "reference": "4983964b3693e4f13449cb3800c64a9112c301b4"
 | 
			
		||||
                "reference": "f73904bd2dae525c42ea1f0340c7c98480ecacde"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/4983964b3693e4f13449cb3800c64a9112c301b4",
 | 
			
		||||
                "reference": "4983964b3693e4f13449cb3800c64a9112c301b4",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/f73904bd2dae525c42ea1f0340c7c98480ecacde",
 | 
			
		||||
                "reference": "f73904bd2dae525c42ea1f0340c7c98480ecacde",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -4490,32 +4608,32 @@
 | 
			
		||||
                "MIT"
 | 
			
		||||
            ],
 | 
			
		||||
            "authors": [
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "http://symfony.com/contributors"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Fabien Potencier",
 | 
			
		||||
                    "email": "fabien@symfony.com"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "https://symfony.com/contributors"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "description": "Symfony Filesystem Component",
 | 
			
		||||
            "homepage": "http://symfony.com",
 | 
			
		||||
            "time": "2015-03-22 16:55:57"
 | 
			
		||||
            "homepage": "https://symfony.com",
 | 
			
		||||
            "time": "2015-05-08 00:09:07"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "symfony/finder",
 | 
			
		||||
            "version": "v2.6.6",
 | 
			
		||||
            "version": "v2.6.7",
 | 
			
		||||
            "target-dir": "Symfony/Component/Finder",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/symfony/Finder.git",
 | 
			
		||||
                "reference": "5dbe2e73a580618f5b4880fda93406eed25de251"
 | 
			
		||||
                "reference": "704c64c8b12c8882640d5c0330a8414b1e06dc99"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/Finder/zipball/5dbe2e73a580618f5b4880fda93406eed25de251",
 | 
			
		||||
                "reference": "5dbe2e73a580618f5b4880fda93406eed25de251",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/Finder/zipball/704c64c8b12c8882640d5c0330a8414b1e06dc99",
 | 
			
		||||
                "reference": "704c64c8b12c8882640d5c0330a8414b1e06dc99",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -4540,32 +4658,32 @@
 | 
			
		||||
                "MIT"
 | 
			
		||||
            ],
 | 
			
		||||
            "authors": [
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "http://symfony.com/contributors"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Fabien Potencier",
 | 
			
		||||
                    "email": "fabien@symfony.com"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "https://symfony.com/contributors"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "description": "Symfony Finder Component",
 | 
			
		||||
            "homepage": "http://symfony.com",
 | 
			
		||||
            "time": "2015-03-30 15:54:10"
 | 
			
		||||
            "homepage": "https://symfony.com",
 | 
			
		||||
            "time": "2015-05-02 15:18:45"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "symfony/http-foundation",
 | 
			
		||||
            "version": "v2.6.6",
 | 
			
		||||
            "version": "v2.6.7",
 | 
			
		||||
            "target-dir": "Symfony/Component/HttpFoundation",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/symfony/HttpFoundation.git",
 | 
			
		||||
                "reference": "8a6337233f08f7520de97f4ffd6f00e947d892f9"
 | 
			
		||||
                "reference": "8a0d00980ef9f6b47ddbf24bdfbf70fead760816"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/8a6337233f08f7520de97f4ffd6f00e947d892f9",
 | 
			
		||||
                "reference": "8a6337233f08f7520de97f4ffd6f00e947d892f9",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/8a0d00980ef9f6b47ddbf24bdfbf70fead760816",
 | 
			
		||||
                "reference": "8a0d00980ef9f6b47ddbf24bdfbf70fead760816",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -4594,32 +4712,32 @@
 | 
			
		||||
                "MIT"
 | 
			
		||||
            ],
 | 
			
		||||
            "authors": [
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "http://symfony.com/contributors"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Fabien Potencier",
 | 
			
		||||
                    "email": "fabien@symfony.com"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "https://symfony.com/contributors"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "description": "Symfony HttpFoundation Component",
 | 
			
		||||
            "homepage": "http://symfony.com",
 | 
			
		||||
            "time": "2015-04-01 16:50:12"
 | 
			
		||||
            "homepage": "https://symfony.com",
 | 
			
		||||
            "time": "2015-05-02 15:18:45"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "symfony/http-kernel",
 | 
			
		||||
            "version": "v2.6.6",
 | 
			
		||||
            "version": "v2.6.7",
 | 
			
		||||
            "target-dir": "Symfony/Component/HttpKernel",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/symfony/HttpKernel.git",
 | 
			
		||||
                "reference": "3829cacfe21eaf3f73604a62d79183d1f6e792c4"
 | 
			
		||||
                "reference": "2010194de0a57731af9404c7f97fd300db98b7a3"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/3829cacfe21eaf3f73604a62d79183d1f6e792c4",
 | 
			
		||||
                "reference": "3829cacfe21eaf3f73604a62d79183d1f6e792c4",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/2010194de0a57731af9404c7f97fd300db98b7a3",
 | 
			
		||||
                "reference": "2010194de0a57731af9404c7f97fd300db98b7a3",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -4672,32 +4790,32 @@
 | 
			
		||||
                "MIT"
 | 
			
		||||
            ],
 | 
			
		||||
            "authors": [
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "http://symfony.com/contributors"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Fabien Potencier",
 | 
			
		||||
                    "email": "fabien@symfony.com"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "https://symfony.com/contributors"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "description": "Symfony HttpKernel Component",
 | 
			
		||||
            "homepage": "http://symfony.com",
 | 
			
		||||
            "time": "2015-04-01 16:55:26"
 | 
			
		||||
            "homepage": "https://symfony.com",
 | 
			
		||||
            "time": "2015-05-11 01:58:49"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "symfony/process",
 | 
			
		||||
            "version": "v2.6.6",
 | 
			
		||||
            "version": "v2.6.7",
 | 
			
		||||
            "target-dir": "Symfony/Component/Process",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/symfony/Process.git",
 | 
			
		||||
                "reference": "a8bebaec1a9dc6cde53e0250e32917579b0be552"
 | 
			
		||||
                "reference": "9f3c4baaf840ed849e1b1f7bfd5ae246e8509562"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/Process/zipball/a8bebaec1a9dc6cde53e0250e32917579b0be552",
 | 
			
		||||
                "reference": "a8bebaec1a9dc6cde53e0250e32917579b0be552",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/Process/zipball/9f3c4baaf840ed849e1b1f7bfd5ae246e8509562",
 | 
			
		||||
                "reference": "9f3c4baaf840ed849e1b1f7bfd5ae246e8509562",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -4722,32 +4840,32 @@
 | 
			
		||||
                "MIT"
 | 
			
		||||
            ],
 | 
			
		||||
            "authors": [
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "http://symfony.com/contributors"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Fabien Potencier",
 | 
			
		||||
                    "email": "fabien@symfony.com"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "https://symfony.com/contributors"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "description": "Symfony Process Component",
 | 
			
		||||
            "homepage": "http://symfony.com",
 | 
			
		||||
            "time": "2015-03-30 15:54:10"
 | 
			
		||||
            "homepage": "https://symfony.com",
 | 
			
		||||
            "time": "2015-05-02 15:18:45"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "symfony/routing",
 | 
			
		||||
            "version": "v2.6.6",
 | 
			
		||||
            "version": "v2.6.7",
 | 
			
		||||
            "target-dir": "Symfony/Component/Routing",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/symfony/Routing.git",
 | 
			
		||||
                "reference": "4e173a645b63ff60a124f3741b4f15feebd908fa"
 | 
			
		||||
                "reference": "1455ec537940f7428ea6aa9411f3c4bca69413a0"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/Routing/zipball/4e173a645b63ff60a124f3741b4f15feebd908fa",
 | 
			
		||||
                "reference": "4e173a645b63ff60a124f3741b4f15feebd908fa",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/Routing/zipball/1455ec537940f7428ea6aa9411f3c4bca69413a0",
 | 
			
		||||
                "reference": "1455ec537940f7428ea6aa9411f3c4bca69413a0",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -4785,28 +4903,28 @@
 | 
			
		||||
                "MIT"
 | 
			
		||||
            ],
 | 
			
		||||
            "authors": [
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "http://symfony.com/contributors"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Fabien Potencier",
 | 
			
		||||
                    "email": "fabien@symfony.com"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "https://symfony.com/contributors"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "description": "Symfony Routing Component",
 | 
			
		||||
            "homepage": "http://symfony.com",
 | 
			
		||||
            "homepage": "https://symfony.com",
 | 
			
		||||
            "keywords": [
 | 
			
		||||
                "router",
 | 
			
		||||
                "routing",
 | 
			
		||||
                "uri",
 | 
			
		||||
                "url"
 | 
			
		||||
            ],
 | 
			
		||||
            "time": "2015-03-30 15:54:10"
 | 
			
		||||
            "time": "2015-05-02 15:18:45"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "symfony/security-core",
 | 
			
		||||
            "version": "v2.6.6",
 | 
			
		||||
            "version": "v2.6.7",
 | 
			
		||||
            "target-dir": "Symfony/Component/Security/Core",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
@ -4870,17 +4988,17 @@
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "symfony/translation",
 | 
			
		||||
            "version": "v2.6.6",
 | 
			
		||||
            "version": "v2.6.7",
 | 
			
		||||
            "target-dir": "Symfony/Component/Translation",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/symfony/Translation.git",
 | 
			
		||||
                "reference": "bd939f05cdaca128f4ddbae1b447d6f0203b60af"
 | 
			
		||||
                "reference": "398e0eedcb89243ad34a10d079a4b6ea4c0b61ff"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/Translation/zipball/bd939f05cdaca128f4ddbae1b447d6f0203b60af",
 | 
			
		||||
                "reference": "bd939f05cdaca128f4ddbae1b447d6f0203b60af",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/Translation/zipball/398e0eedcb89243ad34a10d079a4b6ea4c0b61ff",
 | 
			
		||||
                "reference": "398e0eedcb89243ad34a10d079a4b6ea4c0b61ff",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -4914,32 +5032,32 @@
 | 
			
		||||
                "MIT"
 | 
			
		||||
            ],
 | 
			
		||||
            "authors": [
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "http://symfony.com/contributors"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Fabien Potencier",
 | 
			
		||||
                    "email": "fabien@symfony.com"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "https://symfony.com/contributors"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "description": "Symfony Translation Component",
 | 
			
		||||
            "homepage": "http://symfony.com",
 | 
			
		||||
            "time": "2015-03-30 15:54:10"
 | 
			
		||||
            "homepage": "https://symfony.com",
 | 
			
		||||
            "time": "2015-05-05 16:51:00"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "symfony/var-dumper",
 | 
			
		||||
            "version": "v2.6.6",
 | 
			
		||||
            "version": "v2.6.7",
 | 
			
		||||
            "target-dir": "Symfony/Component/VarDumper",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/symfony/var-dumper.git",
 | 
			
		||||
                "reference": "aafae00236e147568832de3c65ccb94cfc836278"
 | 
			
		||||
                "reference": "89eec96645fb44af4a454a26c74c72ba6311f5bc"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/aafae00236e147568832de3c65ccb94cfc836278",
 | 
			
		||||
                "reference": "aafae00236e147568832de3c65ccb94cfc836278",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/89eec96645fb44af4a454a26c74c72ba6311f5bc",
 | 
			
		||||
                "reference": "89eec96645fb44af4a454a26c74c72ba6311f5bc",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -4970,22 +5088,22 @@
 | 
			
		||||
                "MIT"
 | 
			
		||||
            ],
 | 
			
		||||
            "authors": [
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "http://symfony.com/contributors"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Nicolas Grekas",
 | 
			
		||||
                    "email": "p@tchwork.com"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "https://symfony.com/contributors"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "description": "Symfony mechanism for exploring and dumping PHP variables",
 | 
			
		||||
            "homepage": "http://symfony.com",
 | 
			
		||||
            "homepage": "https://symfony.com",
 | 
			
		||||
            "keywords": [
 | 
			
		||||
                "debug",
 | 
			
		||||
                "dump"
 | 
			
		||||
            ],
 | 
			
		||||
            "time": "2015-03-31 08:12:29"
 | 
			
		||||
            "time": "2015-05-01 14:14:24"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "twbs/bootstrap",
 | 
			
		||||
@ -5095,12 +5213,12 @@
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/webpatser/laravel-countries.git",
 | 
			
		||||
                "reference": "0b5bf74d85470430af7296e9f316d6f4ad9a5fa4"
 | 
			
		||||
                "reference": "ae5d18d2d7ba45e155fda4fbbbf968e4869a2e04"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/webpatser/laravel-countries/zipball/0b5bf74d85470430af7296e9f316d6f4ad9a5fa4",
 | 
			
		||||
                "reference": "0b5bf74d85470430af7296e9f316d6f4ad9a5fa4",
 | 
			
		||||
                "url": "https://api.github.com/repos/webpatser/laravel-countries/zipball/ae5d18d2d7ba45e155fda4fbbbf968e4869a2e04",
 | 
			
		||||
                "reference": "ae5d18d2d7ba45e155fda4fbbbf968e4869a2e04",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -5139,7 +5257,7 @@
 | 
			
		||||
                "iso_3166_3",
 | 
			
		||||
                "laravel"
 | 
			
		||||
            ],
 | 
			
		||||
            "time": "2015-03-25 08:28:59"
 | 
			
		||||
            "time": "2015-05-21 06:56:40"
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "packages-dev": [
 | 
			
		||||
@ -5311,16 +5429,16 @@
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "phpspec/prophecy",
 | 
			
		||||
            "version": "1.4.0",
 | 
			
		||||
            "version": "v1.4.1",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/phpspec/prophecy.git",
 | 
			
		||||
                "reference": "8724cd239f8ef4c046f55a3b18b4d91cc7f3e4c5"
 | 
			
		||||
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/8724cd239f8ef4c046f55a3b18b4d91cc7f3e4c5",
 | 
			
		||||
                "reference": "8724cd239f8ef4c046f55a3b18b4d91cc7f3e4c5",
 | 
			
		||||
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
 | 
			
		||||
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -5367,7 +5485,7 @@
 | 
			
		||||
                "spy",
 | 
			
		||||
                "stub"
 | 
			
		||||
            ],
 | 
			
		||||
            "time": "2015-03-27 19:31:25"
 | 
			
		||||
            "time": "2015-04-27 22:15:08"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "phpunit/php-code-coverage",
 | 
			
		||||
@ -5617,16 +5735,16 @@
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "phpunit/phpunit",
 | 
			
		||||
            "version": "4.6.4",
 | 
			
		||||
            "version": "4.6.6",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/sebastianbergmann/phpunit.git",
 | 
			
		||||
                "reference": "163232991e652e6efed2f8470326fffa61e848e2"
 | 
			
		||||
                "reference": "3afe303d873a4d64c62ef84de491b97b006fbdac"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/163232991e652e6efed2f8470326fffa61e848e2",
 | 
			
		||||
                "reference": "163232991e652e6efed2f8470326fffa61e848e2",
 | 
			
		||||
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3afe303d873a4d64c62ef84de491b97b006fbdac",
 | 
			
		||||
                "reference": "3afe303d873a4d64c62ef84de491b97b006fbdac",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -5685,7 +5803,7 @@
 | 
			
		||||
                "testing",
 | 
			
		||||
                "xunit"
 | 
			
		||||
            ],
 | 
			
		||||
            "time": "2015-04-11 05:23:21"
 | 
			
		||||
            "time": "2015-04-29 15:18:52"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "phpunit/phpunit-mock-objects",
 | 
			
		||||
@ -6115,17 +6233,17 @@
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "symfony/yaml",
 | 
			
		||||
            "version": "v2.6.6",
 | 
			
		||||
            "version": "v2.6.7",
 | 
			
		||||
            "target-dir": "Symfony/Component/Yaml",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/symfony/Yaml.git",
 | 
			
		||||
                "reference": "174f009ed36379a801109955fc5a71a49fe62dd4"
 | 
			
		||||
                "reference": "f157ab074e453ecd4c0fa775f721f6e67a99d9e2"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/174f009ed36379a801109955fc5a71a49fe62dd4",
 | 
			
		||||
                "reference": "174f009ed36379a801109955fc5a71a49fe62dd4",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/f157ab074e453ecd4c0fa775f721f6e67a99d9e2",
 | 
			
		||||
                "reference": "f157ab074e453ecd4c0fa775f721f6e67a99d9e2",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -6150,18 +6268,18 @@
 | 
			
		||||
                "MIT"
 | 
			
		||||
            ],
 | 
			
		||||
            "authors": [
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "http://symfony.com/contributors"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Fabien Potencier",
 | 
			
		||||
                    "email": "fabien@symfony.com"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "name": "Symfony Community",
 | 
			
		||||
                    "homepage": "https://symfony.com/contributors"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "description": "Symfony Yaml Component",
 | 
			
		||||
            "homepage": "http://symfony.com",
 | 
			
		||||
            "time": "2015-03-30 15:54:10"
 | 
			
		||||
            "homepage": "https://symfony.com",
 | 
			
		||||
            "time": "2015-05-02 15:18:45"
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "aliases": [],
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user