Update dependencies

This commit is contained in:
Romain Neutron
2013-05-24 18:26:20 +02:00
parent fedf50cb83
commit c1e76db8fc

73
composer.lock generated
View File

@@ -1295,9 +1295,6 @@
"ext-pcre": "*",
"php": ">=5.2.1"
},
"suggest": {
"symfony/http-foundation": "To bind symfony request to ReCaptcha"
},
"type": "library",
"autoload": {
"classmap": [
@@ -1316,6 +1313,51 @@
"role": "Developer"
}
],
"description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
"homepage": "http://code.google.com/p/minify/",
"time": "2013-04-01 15:25:27"
},
{
"name": "neutron/recaptcha",
"version": "0.1.3",
"source": {
"type": "git",
"url": "https://github.com/romainneutron/ReCaptcha",
"reference": "0.1.3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/romainneutron/ReCaptcha/zipball/0.1.3",
"reference": "0.1.3",
"shasum": ""
},
"require": {
"guzzle/guzzle": ">=3.0,<4.0"
},
"require-dev": {
"silex/silex": "1.0.x-dev@dev",
"symfony/http-foundation": ">=2.0,<3.0"
},
"suggest": {
"symfony/http-foundation": "To bind symfony request to ReCaptcha"
},
"type": "library",
"autoload": {
"psr-0": {
"Neutron": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Romain Neutron",
"email": "imprec@gmail.com",
"homepage": "http://www.lickmychip.com/"
}
],
"description": "ReCaptcha Client",
"time": "2013-02-14 13:42:00"
},
@@ -3115,16 +3157,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "1.2.9",
"version": "1.2.11",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "1.2.9"
"reference": "1.2.11"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1.2.9",
"reference": "1.2.9",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1.2.11",
"reference": "1.2.11",
"shasum": ""
},
"require": {
@@ -3133,6 +3175,9 @@
"phpunit/php-text-template": ">=1.1.1@stable",
"phpunit/php-token-stream": ">=1.1.3@stable"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"suggest": {
"ext-dom": "*",
"ext-xdebug": ">=2.0.5"
@@ -3164,7 +3209,7 @@
"testing",
"xunit"
],
"time": "2013-02-26 18:55:56"
"time": "2013-05-23 18:23:24"
},
{
"name": "phpunit/php-file-iterator",
@@ -3346,16 +3391,16 @@
},
{
"name": "phpunit/phpunit",
"version": "3.7.19",
"version": "3.7.21",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "3.7.19"
"reference": "3.7.21"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.19",
"reference": "3.7.19",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.21",
"reference": "3.7.21",
"shasum": ""
},
"require": {
@@ -3369,7 +3414,7 @@
"phpunit/php-text-template": ">=1.1.1",
"phpunit/php-timer": ">=1.0.2,<1.1.0",
"phpunit/phpunit-mock-objects": ">=1.2.0,<1.3.0",
"symfony/yaml": ">=2.0.0,<2.3.0"
"symfony/yaml": ">=2.0,<3.0"
},
"require-dev": {
"pear-pear/pear": "1.9.4"
@@ -3416,7 +3461,7 @@
"testing",
"xunit"
],
"time": "2013-03-25 11:45:06"
"time": "2013-05-23 18:54:29"
},
{
"name": "phpunit/phpunit-mock-objects",