diff --git a/composer.json b/composer.json index 02b808c..5d5be45 100644 --- a/composer.json +++ b/composer.json @@ -1,37 +1,38 @@ { - "name": "synchro/uasparser", - "type": "library", - "license": "LGPL-2.1", - "description": "UASparser is a PHP parser and classifier for user agent strings presented by HTTP clients using databases from http://user-agent-string.info/.", - "keywords": ["http","parser","user-agent"], - "homepage": "https://github.com/Synchro/UASparser", - "authors": [ - { - "name": "Jaroslav Mallat", - "homepage": "http://user-agent-string.info/", - "role": "developer" - }, - { - "name": "Marcus Bointon", - "email": "marcus@synchromedia.co.uk", - "homepage": "https://github.com/Synchro", - "role": "developer" - } - ], - "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "*", - "phpunit/phpunit-selenium": "dev-master", - "ext-xdebug": "*", - "mikey179/vfsStream": "1.3.*@dev", - "satooshi/php-coveralls": "dev-master", - "phpunit/phpcov": "dev-master" - }, - "autoload": { - "psr-0": { - "UAS": "" - } - } + "name": "synchro/uasparser", + "type": "library", + "license": "LGPL-2.1", + "description": "UASparser is a PHP parser and classifier for user agent strings presented by HTTP clients using databases from http://user-agent-string.info/.", + "keywords": ["http", "parser", "user-agent"], + "homepage": "https://github.com/Synchro/UASparser", + "authors": [ + { + "name": "Jaroslav Mallat", + "homepage": "http://user-agent-string.info/", + "role": "developer" + }, + { + "name": "Marcus Bointon", + "email": "marcus@synchromedia.co.uk", + "homepage": "https://github.com/Synchro", + "role": "developer" + } + ], + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "4.0.*", + "phpunit/phpunit-selenium": "dev-master", + "ext-xdebug": "*", + "mikey179/vfsStream": "1.3.*@dev", + "satooshi/php-coveralls": "dev-master", + "phpunit/phpcov": "dev-master", + "phpunit/phpunit-story": "*" + }, + "autoload": { + "psr-0": { + "UAS": "" + } + } } diff --git a/composer.lock b/composer.lock index 9ad7eaf..bfd36fe 100644 --- a/composer.lock +++ b/composer.lock @@ -3,23 +3,23 @@ "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" ], - "hash": "045129eaabb4ef58c9dc325a6d3865d4", + "hash": "cb7e5228100c280fc6ee924b692615e4", "packages": [ ], "packages-dev": [ { "name": "guzzle/guzzle", - "version": "v3.8.0", + "version": "v3.8.1", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "b4a3ce8c05e777fa18b802956d5d0e38ad338a69" + "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b4a3ce8c05e777fa18b802956d5d0e38ad338a69", - "reference": "b4a3ce8c05e777fa18b802956d5d0e38ad338a69", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba", + "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba", "shasum": "" }, "require": { @@ -57,8 +57,8 @@ "phpunit/phpunit": "3.7.*", "psr/log": "1.0.*", "symfony/class-loader": "*", - "zendframework/zend-cache": "2.0.*", - "zendframework/zend-log": "2.0.*" + "zendframework/zend-cache": "<2.3", + "zendframework/zend-log": "<2.3" }, "type": "library", "extra": { @@ -68,8 +68,8 @@ }, "autoload": { "psr-0": { - "Guzzle\\Tests": "tests/", - "Guzzle": "src/" + "Guzzle": "src/", + "Guzzle\\Tests": "tests/" } }, "notification-url": "https://packagist.org/downloads/", @@ -98,7 +98,7 @@ "rest", "web service" ], - "time": "2013-12-05 23:39:20" + "time": "2014-01-28 22:29:15" }, { "name": "mikey179/vfsStream", @@ -106,20 +106,19 @@ "source": { "type": "git", "url": "https://github.com/mikey179/vfsStream.git", - "reference": "6ffcf7f1a0c52acc9c73c2c1dd028d52b6b4602b" + "reference": "441e098ed3795bdc4c5af52d0a2ee5d4460b15e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/6ffcf7f1a0c52acc9c73c2c1dd028d52b6b4602b", - "reference": "6ffcf7f1a0c52acc9c73c2c1dd028d52b6b4602b", + "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/441e098ed3795bdc4c5af52d0a2ee5d4460b15e3", + "reference": "441e098ed3795bdc4c5af52d0a2ee5d4460b15e3", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "~3.7", - "satooshi/php-coveralls": "dev-master" + "phpunit/phpunit": "~3.7" }, "type": "library", "extra": { @@ -137,44 +136,47 @@ "BSD" ], "homepage": "http://vfs.bovigo.org/", - "time": "2013-11-09 22:34:08" + "time": "2014-04-19 11:02:13" }, { "name": "phpunit/php-code-coverage", - "version": "1.2.13", + "version": "2.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "466e7cd2554b4e264c9e3f31216d25ac0e5f3d94" + "reference": "3dcca2120451b98a98fe60221ca279a184ee64db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/466e7cd2554b4e264c9e3f31216d25ac0e5f3d94", - "reference": "466e7cd2554b4e264c9e3f31216d25ac0e5f3d94", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/3dcca2120451b98a98fe60221ca279a184ee64db", + "reference": "3dcca2120451b98a98fe60221ca279a184ee64db", "shasum": "" }, "require": { "php": ">=5.3.3", - "phpunit/php-file-iterator": ">=1.3.0@stable", - "phpunit/php-text-template": ">=1.1.1@stable", - "phpunit/php-token-stream": ">=1.1.3@stable" + "phpunit/php-file-iterator": "~1.3.1", + "phpunit/php-text-template": "~1.2", + "phpunit/php-token-stream": "~1.2.2", + "sebastian/environment": "~1.0", + "sebastian/version": "~1.0.3" }, "require-dev": { - "phpunit/phpunit": "3.7.*@dev" + "ext-xdebug": ">=2.1.4", + "phpunit/phpunit": ">=4.0.0,<4.1.0" }, "suggest": { "ext-dom": "*", - "ext-xdebug": ">=2.0.5" + "ext-xdebug": ">=2.2.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ - "PHP/" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -198,7 +200,7 @@ "testing", "xunit" ], - "time": "2013-09-10 08:14:32" + "time": "2014-03-28 10:54:55" }, { "name": "phpunit/php-file-iterator", @@ -247,16 +249,16 @@ }, { "name": "phpunit/php-text-template", - "version": "1.1.4", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "5180896f51c5b3648ac946b05f9ec02be78a0b23" + "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5180896f51c5b3648ac946b05f9ec02be78a0b23", - "reference": "5180896f51c5b3648ac946b05f9ec02be78a0b23", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", + "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", "shasum": "" }, "require": { @@ -287,7 +289,7 @@ "keywords": [ "template" ], - "time": "2012-10-31 18:15:28" + "time": "2014-01-30 17:20:04" }, { "name": "phpunit/php-timer", @@ -335,16 +337,16 @@ }, { "name": "phpunit/php-token-stream", - "version": "1.2.1", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "5220af2a7929aa35cf663d97c89ad3d50cf5fa3e" + "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/5220af2a7929aa35cf663d97c89ad3d50cf5fa3e", - "reference": "5220af2a7929aa35cf663d97c89ad3d50cf5fa3e", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32", + "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32", "shasum": "" }, "require": { @@ -381,7 +383,7 @@ "keywords": [ "tokenizer" ], - "time": "2013-09-13 04:58:23" + "time": "2014-03-03 05:10:30" }, { "name": "phpunit/phpcov", @@ -389,30 +391,30 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpcov.git", - "reference": "8daf74185f7d4c28d36325dcfc9ff3c4674724c0" + "reference": "72195ead915a648a6c392c5b22d4881f398d987f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpcov/zipball/8daf74185f7d4c28d36325dcfc9ff3c4674724c0", - "reference": "8daf74185f7d4c28d36325dcfc9ff3c4674724c0", + "url": "https://api.github.com/repos/sebastianbergmann/phpcov/zipball/72195ead915a648a6c392c5b22d4881f398d987f", + "reference": "72195ead915a648a6c392c5b22d4881f398d987f", "shasum": "" }, "require": { "php": ">=5.3.3", - "phpunit/php-code-coverage": ">=1.2.0", - "phpunit/phpunit": ">=3.7.0", - "sebastian/diff": ">=1.1.0", - "sebastian/finder-facade": ">=1.1.0", - "sebastian/version": ">=1.0.0", - "symfony/console": ">=2.2.0" + "phpunit/php-code-coverage": "~2.0", + "phpunit/phpunit": "~4.0", + "sebastian/diff": "~1.1", + "sebastian/finder-facade": "~1.1", + "sebastian/version": "~1.0.3", + "symfony/console": "~2.2" }, "bin": [ - "composer/bin/phpcov" + "phpcov" ], "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -433,20 +435,20 @@ ], "description": "CLI frontend for PHP_CodeCoverage", "homepage": "https://github.com/sebastianbergmann/phpcov", - "time": "2013-09-19 13:40:16" + "time": "2014-03-07 15:55:58" }, { "name": "phpunit/phpunit", - "version": "3.7.28", + "version": "4.0.17", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "3b97c8492bcafbabe6b6fbd2ab35f2f04d932a8d" + "reference": "8185f4bd21860cc72466009070a50bed6cd2eaca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3b97c8492bcafbabe6b6fbd2ab35f2f04d932a8d", - "reference": "3b97c8492bcafbabe6b6fbd2ab35f2f04d932a8d", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8185f4bd21860cc72466009070a50bed6cd2eaca", + "reference": "8185f4bd21860cc72466009070a50bed6cd2eaca", "shasum": "" }, "require": { @@ -455,34 +457,35 @@ "ext-reflection": "*", "ext-spl": "*", "php": ">=5.3.3", - "phpunit/php-code-coverage": "~1.2.1", - "phpunit/php-file-iterator": ">=1.3.1", - "phpunit/php-text-template": ">=1.1.1", - "phpunit/php-timer": ">=1.0.4", - "phpunit/phpunit-mock-objects": "~1.2.0", + "phpunit/php-code-coverage": ">=2.0.0,<2.1.0", + "phpunit/php-file-iterator": "~1.3.1", + "phpunit/php-text-template": "~1.2", + "phpunit/php-timer": "~1.0.2", + "phpunit/phpunit-mock-objects": ">=2.0.0,<2.1.0", + "sebastian/diff": "~1.1", + "sebastian/environment": "~1.0", + "sebastian/exporter": "~1.0.1", + "sebastian/version": "~1.0.3", "symfony/yaml": "~2.0" }, - "require-dev": { - "pear-pear/pear": "1.9.4" - }, "suggest": { "ext-json": "*", "ext-simplexml": "*", "ext-tokenizer": "*", - "phpunit/php-invoker": ">=1.1.0,<1.2.0" + "phpunit/php-invoker": "~1.1" }, "bin": [ - "composer/bin/phpunit" + "phpunit" ], "type": "library", "extra": { "branch-alias": { - "dev-master": "3.7.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "classmap": [ - "PHPUnit/" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -507,33 +510,41 @@ "testing", "xunit" ], - "time": "2013-10-17 07:27:40" + "time": "2014-04-21 06:33:32" }, { "name": "phpunit/phpunit-mock-objects", - "version": "1.2.3", + "version": "2.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875" + "reference": "3697daa12ab57b2bfc27b734ab963142f27b9159" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875", - "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3697daa12ab57b2bfc27b734ab963142f27b9159", + "reference": "3697daa12ab57b2bfc27b734ab963142f27b9159", "shasum": "" }, "require": { "php": ">=5.3.3", - "phpunit/php-text-template": ">=1.1.1@stable" + "phpunit/php-text-template": "~1.2" + }, + "require-dev": { + "phpunit/phpunit": ">=4.0.0,<4.1.0" }, "suggest": { "ext-soap": "*" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, "autoload": { "classmap": [ - "PHPUnit/" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -556,7 +567,7 @@ "mock", "xunit" ], - "time": "2013-01-13 10:24:48" + "time": "2014-04-16 14:50:10" }, { "name": "phpunit/phpunit-selenium", @@ -564,12 +575,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-selenium.git", - "reference": "e89bfa1080dce9617c9b3e7760d50752974bfbd2" + "reference": "a7401a04755dce41332a450b7111dd610caa3ace" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-selenium/zipball/e89bfa1080dce9617c9b3e7760d50752974bfbd2", - "reference": "e89bfa1080dce9617c9b3e7760d50752974bfbd2", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-selenium/zipball/a7401a04755dce41332a450b7111dd610caa3ace", + "reference": "a7401a04755dce41332a450b7111dd610caa3ace", "shasum": "" }, "require": { @@ -610,7 +621,55 @@ "testing", "xunit" ], - "time": "2013-11-22 08:54:11" + "time": "2014-02-23 17:48:10" + }, + { + "name": "phpunit/phpunit-story", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit-story.git", + "reference": "b8579ada6ede4fd2f4b49e8549a8a176606cae68" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-story/zipball/b8579ada6ede4fd2f4b49e8549a8a176606cae68", + "reference": "b8579ada6ede4fd2f4b49e8549a8a176606cae68", + "shasum": "" + }, + "require": { + "ext-spl": "*", + "php": ">=5.2.7", + "phpunit/phpunit": ">=3.6.0RC1@stable" + }, + "type": "library", + "autoload": { + "classmap": [ + "PHPUnit/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "" + ], + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sb@sebastian-bergmann.de", + "role": "lead" + } + ], + "description": "Story extension for PHPUnit to facilitate Behaviour-Driven Development.", + "homepage": "http://www.phpunit.de/", + "keywords": [ + "BDD", + "TDD", + "xunit" + ], + "time": "2013-04-02 16:07:28" }, { "name": "psr/log", @@ -656,12 +715,12 @@ "source": { "type": "git", "url": "https://github.com/satooshi/php-coveralls.git", - "reference": "c95c07e971e4b687718f54fc3447a260fb989e16" + "reference": "9fce7133a1d79b19f38a8fc975009703468172f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/c95c07e971e4b687718f54fc3447a260fb989e16", - "reference": "c95c07e971e4b687718f54fc3447a260fb989e16", + "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/9fce7133a1d79b19f38a8fc975009703468172f0", + "reference": "9fce7133a1d79b19f38a8fc975009703468172f0", "shasum": "" }, "require": { @@ -693,6 +752,11 @@ "composer/bin/coveralls" ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.7-dev" + } + }, "autoload": { "psr-0": { "Satooshi\\Component": "src/", @@ -718,7 +782,7 @@ "github", "test" ], - "time": "2013-07-25 11:22:39" + "time": "2014-03-27 16:05:26" }, { "name": "sebastian/diff", @@ -770,6 +834,123 @@ ], "time": "2013-08-03 16:46:33" }, + { + "name": "sebastian/environment", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/79517609ec01139cd7e9fded0dd7ce08c952ef6a", + "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "4.0.*@dev" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "time": "2014-02-18 16:17:19" + }, + { + "name": "sebastian/exporter", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529", + "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "4.0.*@dev" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "http://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ], + "time": "2014-02-16 08:26:31" + }, { "name": "sebastian/finder-facade", "version": "1.1.0", @@ -811,16 +992,16 @@ }, { "name": "sebastian/version", - "version": "1.0.1", + "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", - "reference": "5d879c9144bf41d5a06132f3d194c01ef6c6b3f4" + "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/5d879c9144bf41d5a06132f3d194c01ef6c6b3f4", - "reference": "5d879c9144bf41d5a06132f3d194c01ef6c6b3f4", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", + "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", "shasum": "" }, "type": "library", @@ -842,21 +1023,21 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "time": "2013-05-29 10:02:00" + "time": "2014-03-07 15:35:33" }, { "name": "symfony/config", - "version": "v2.4.0", + "version": "v2.4.3", "target-dir": "Symfony/Component/Config", "source": { "type": "git", "url": "https://github.com/symfony/Config.git", - "reference": "16068f76c0af74968f3ad8fcec3eb90df1fde394" + "reference": "e98693981385224bd31667e56204f311d9e0f98e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Config/zipball/16068f76c0af74968f3ad8fcec3eb90df1fde394", - "reference": "16068f76c0af74968f3ad8fcec3eb90df1fde394", + "url": "https://api.github.com/repos/symfony/Config/zipball/e98693981385224bd31667e56204f311d9e0f98e", + "reference": "e98693981385224bd31667e56204f311d9e0f98e", "shasum": "" }, "require": { @@ -881,7 +1062,9 @@ "authors": [ { "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" }, { "name": "Symfony Community", @@ -890,21 +1073,21 @@ ], "description": "Symfony Config Component", "homepage": "http://symfony.com", - "time": "2013-11-26 16:40:27" + "time": "2014-03-26 11:35:33" }, { "name": "symfony/console", - "version": "v2.4.0", + "version": "v2.4.3", "target-dir": "Symfony/Component/Console", "source": { "type": "git", "url": "https://github.com/symfony/Console.git", - "reference": "3c1496ae96d24ccc6c340fcc25f71d7a1ab4c12c" + "reference": "ef20f1f58d7f693ee888353962bd2db336e3bbcb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Console/zipball/3c1496ae96d24ccc6c340fcc25f71d7a1ab4c12c", - "reference": "3c1496ae96d24ccc6c340fcc25f71d7a1ab4c12c", + "url": "https://api.github.com/repos/symfony/Console/zipball/ef20f1f58d7f693ee888353962bd2db336e3bbcb", + "reference": "ef20f1f58d7f693ee888353962bd2db336e3bbcb", "shasum": "" }, "require": { @@ -934,7 +1117,9 @@ "authors": [ { "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" }, { "name": "Symfony Community", @@ -943,21 +1128,21 @@ ], "description": "Symfony Console Component", "homepage": "http://symfony.com", - "time": "2013-11-27 09:10:40" + "time": "2014-03-01 17:35:04" }, { "name": "symfony/event-dispatcher", - "version": "v2.4.0", + "version": "v2.4.3", "target-dir": "Symfony/Component/EventDispatcher", "source": { "type": "git", "url": "https://github.com/symfony/EventDispatcher.git", - "reference": "acd1707236f6eb96fbb8d58f63d289b72ebc2f6e" + "reference": "4708b8cd41984a5ba29fe7dd40716f7f761ac501" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/acd1707236f6eb96fbb8d58f63d289b72ebc2f6e", - "reference": "acd1707236f6eb96fbb8d58f63d289b72ebc2f6e", + "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/4708b8cd41984a5ba29fe7dd40716f7f761ac501", + "reference": "4708b8cd41984a5ba29fe7dd40716f7f761ac501", "shasum": "" }, "require": { @@ -988,7 +1173,9 @@ "authors": [ { "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" }, { "name": "Symfony Community", @@ -997,21 +1184,21 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "http://symfony.com", - "time": "2013-12-03 14:52:22" + "time": "2014-02-11 13:52:09" }, { "name": "symfony/filesystem", - "version": "v2.4.0", + "version": "v2.4.3", "target-dir": "Symfony/Component/Filesystem", "source": { "type": "git", "url": "https://github.com/symfony/Filesystem.git", - "reference": "79acd777762e81d0f3414ca25a602deeeb48240d" + "reference": "b717952487176a993e9b12a08b87beae25ae419c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Filesystem/zipball/79acd777762e81d0f3414ca25a602deeeb48240d", - "reference": "79acd777762e81d0f3414ca25a602deeeb48240d", + "url": "https://api.github.com/repos/symfony/Filesystem/zipball/b717952487176a993e9b12a08b87beae25ae419c", + "reference": "b717952487176a993e9b12a08b87beae25ae419c", "shasum": "" }, "require": { @@ -1035,7 +1222,9 @@ "authors": [ { "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" }, { "name": "Symfony Community", @@ -1044,21 +1233,21 @@ ], "description": "Symfony Filesystem Component", "homepage": "http://symfony.com", - "time": "2013-11-16 15:13:54" + "time": "2014-03-26 11:55:03" }, { "name": "symfony/finder", - "version": "v2.4.0", + "version": "v2.4.3", "target-dir": "Symfony/Component/Finder", "source": { "type": "git", "url": "https://github.com/symfony/Finder.git", - "reference": "72356bf0646b11af1bae666c28a639bd8ede459f" + "reference": "ab301c7d21f536c34ab6c2c79dba8d465104c518" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Finder/zipball/72356bf0646b11af1bae666c28a639bd8ede459f", - "reference": "72356bf0646b11af1bae666c28a639bd8ede459f", + "url": "https://api.github.com/repos/symfony/Finder/zipball/ab301c7d21f536c34ab6c2c79dba8d465104c518", + "reference": "ab301c7d21f536c34ab6c2c79dba8d465104c518", "shasum": "" }, "require": { @@ -1082,7 +1271,9 @@ "authors": [ { "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" }, { "name": "Symfony Community", @@ -1091,21 +1282,21 @@ ], "description": "Symfony Finder Component", "homepage": "http://symfony.com", - "time": "2013-11-26 16:40:27" + "time": "2014-03-01 17:35:04" }, { "name": "symfony/stopwatch", - "version": "v2.4.0", + "version": "v2.4.3", "target-dir": "Symfony/Component/Stopwatch", "source": { "type": "git", "url": "https://github.com/symfony/Stopwatch.git", - "reference": "b43d5cc4e6405ee5aab692f991048ec18d598785" + "reference": "bffad325e36a3e71fba6d5dcce6e2f4b4637b91a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/b43d5cc4e6405ee5aab692f991048ec18d598785", - "reference": "b43d5cc4e6405ee5aab692f991048ec18d598785", + "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/bffad325e36a3e71fba6d5dcce6e2f4b4637b91a", + "reference": "bffad325e36a3e71fba6d5dcce6e2f4b4637b91a", "shasum": "" }, "require": { @@ -1129,7 +1320,9 @@ "authors": [ { "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" }, { "name": "Symfony Community", @@ -1138,21 +1331,21 @@ ], "description": "Symfony Stopwatch Component", "homepage": "http://symfony.com", - "time": "2013-11-11 18:40:07" + "time": "2014-02-11 13:52:09" }, { "name": "symfony/yaml", - "version": "v2.4.0", + "version": "v2.4.3", "target-dir": "Symfony/Component/Yaml", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", - "reference": "1ae235a1b9d3ad3d9f3860ff20acc072df95b7f5" + "reference": "77a41c2835ab7cfe8bf6d15e25d3af8f3eb3bacd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/1ae235a1b9d3ad3d9f3860ff20acc072df95b7f5", - "reference": "1ae235a1b9d3ad3d9f3860ff20acc072df95b7f5", + "url": "https://api.github.com/repos/symfony/Yaml/zipball/77a41c2835ab7cfe8bf6d15e25d3af8f3eb3bacd", + "reference": "77a41c2835ab7cfe8bf6d15e25d3af8f3eb3bacd", "shasum": "" }, "require": { @@ -1176,7 +1369,9 @@ "authors": [ { "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" }, { "name": "Symfony Community", @@ -1185,20 +1380,20 @@ ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", - "time": "2013-11-26 16:40:27" + "time": "2014-03-12 18:29:58" }, { "name": "theseer/fdomdocument", - "version": "1.4.2", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/theseer/fDOMDocument.git", - "reference": "871515e1a48aa216627ad7cbfc3516d0838578e1" + "reference": "137aa3b13bef05b4e301899cbabdaf7d501847d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/871515e1a48aa216627ad7cbfc3516d0838578e1", - "reference": "871515e1a48aa216627ad7cbfc3516d0838578e1", + "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/137aa3b13bef05b4e301899cbabdaf7d501847d2", + "reference": "137aa3b13bef05b4e301899cbabdaf7d501847d2", "shasum": "" }, "require": { @@ -1223,9 +1418,9 @@ "role": "lead" } ], - "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convinience and to simplify the usage of DOM.", + "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", "homepage": "https://github.com/theseer/fDOMDocument", - "time": "2013-06-30 12:26:39" + "time": "2014-02-19 00:20:43" } ], "aliases": [