Merge pull request #1701 from EXreaction/ticket/11831

Update fabpot/goutte
This commit is contained in:
David King 2013-09-12 20:42:05 -07:00
commit 424080c45a
3 changed files with 303 additions and 159 deletions

View file

@ -1,6 +1,6 @@
{ {
"require-dev": { "require-dev": {
"fabpot/goutte": "v0.1.0", "fabpot/goutte": "1.0.*",
"phpunit/dbunit": "1.2.*", "phpunit/dbunit": "1.2.*",
"phpunit/phpunit": "3.7.*", "phpunit/phpunit": "3.7.*",
"phing/phing": "2.4.*" "phing/phing": "2.4.*"

458
phpBB/composer.lock generated
View file

@ -3,34 +3,38 @@
"This file locks the dependencies of your project to a known state", "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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
], ],
"hash": "ef6d05965cca4e390fff7ce63e9d2d49", "hash": "ec5fbbc971057677b452c4600e7501c6",
"packages": [ "packages": [
], ],
"packages-dev": [ "packages-dev": [
{ {
"name": "fabpot/goutte", "name": "fabpot/goutte",
"version": "v0.1.0", "version": "v1.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fabpot/Goutte", "url": "https://github.com/fabpot/Goutte.git",
"reference": "v0.1.0" "reference": "75c9f23c4122caf4ea3e87a42a00b471366e707f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/fabpot/Goutte/archive/v0.1.0.zip", "url": "https://api.github.com/repos/fabpot/Goutte/zipball/75c9f23c4122caf4ea3e87a42a00b471366e707f",
"reference": "v0.1.0", "reference": "75c9f23c4122caf4ea3e87a42a00b471366e707f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-curl": "*", "ext-curl": "*",
"guzzle/guzzle": "3.0.*", "guzzle/http": ">=3.0.5,<3.8-dev",
"php": ">=5.3.0", "php": ">=5.3.0",
"symfony/browser-kit": "2.1.*", "symfony/browser-kit": "~2.1",
"symfony/css-selector": "2.1.*", "symfony/css-selector": "~2.1",
"symfony/dom-crawler": "2.1.*", "symfony/dom-crawler": "~2.1",
"symfony/finder": "2.1.*", "symfony/finder": "~2.1",
"symfony/process": "2.1.*" "symfony/process": "~2.1"
},
"require-dev": {
"guzzle/plugin-history": ">=3.0.5,<3.8-dev",
"guzzle/plugin-mock": ">=3.0.5,<3.8-dev"
}, },
"type": "application", "type": "application",
"extra": { "extra": {
@ -58,70 +62,85 @@
"keywords": [ "keywords": [
"scraper" "scraper"
], ],
"time": "2012-12-02 13:44:35" "time": "2013-08-16 06:03:22"
}, },
{ {
"name": "guzzle/guzzle", "name": "guzzle/common",
"version": "v3.0.7", "version": "v3.7.2",
"target-dir": "Guzzle/Common",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle", "url": "https://github.com/guzzle/common.git",
"reference": "v3.0.7" "reference": "70c8e8a624e2ef1657ce0045d845bee9f46a325e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/guzzle/guzzle/archive/v3.0.7.zip", "url": "https://api.github.com/repos/guzzle/common/zipball/70c8e8a624e2ef1657ce0045d845bee9f46a325e",
"reference": "v3.0.7", "reference": "70c8e8a624e2ef1657ce0045d845bee9f46a325e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-curl": "*",
"php": ">=5.3.2", "php": ">=5.3.2",
"symfony/event-dispatcher": ">=2.1" "symfony/event-dispatcher": ">=2.1"
}, },
"replace": {
"guzzle/batch": "self.version",
"guzzle/cache": "self.version",
"guzzle/common": "self.version",
"guzzle/http": "self.version",
"guzzle/inflection": "self.version",
"guzzle/iterator": "self.version",
"guzzle/log": "self.version",
"guzzle/parser": "self.version",
"guzzle/plugin": "self.version",
"guzzle/plugin-async": "self.version",
"guzzle/plugin-backoff": "self.version",
"guzzle/plugin-cache": "self.version",
"guzzle/plugin-cookie": "self.version",
"guzzle/plugin-curlauth": "self.version",
"guzzle/plugin-history": "self.version",
"guzzle/plugin-log": "self.version",
"guzzle/plugin-md5": "self.version",
"guzzle/plugin-mock": "self.version",
"guzzle/plugin-oauth": "self.version",
"guzzle/service": "self.version",
"guzzle/stream": "self.version"
},
"require-dev": {
"doctrine/common": "*",
"monolog/monolog": "1.*",
"phpunit/phpunit": "3.7.*",
"symfony/class-loader": "*",
"zend/zend-cache1": "1.12",
"zend/zend-log1": "1.12",
"zendframework/zend-cache": "2.0.*",
"zendframework/zend-log": "2.0.*"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0-dev" "dev-master": "3.7-dev"
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Guzzle\\Tests": "tests/", "Guzzle\\Common": ""
"Guzzle": "src/" }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Common libraries used by Guzzle",
"homepage": "http://guzzlephp.org/",
"keywords": [
"collection",
"common",
"event",
"exception"
],
"time": "2013-08-02 18:31:05"
},
{
"name": "guzzle/http",
"version": "v3.7.2",
"target-dir": "Guzzle/Http",
"source": {
"type": "git",
"url": "https://github.com/guzzle/http.git",
"reference": "a18954489d8af2e04ee9e3bafd3bf703b55459ff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/http/zipball/a18954489d8af2e04ee9e3bafd3bf703b55459ff",
"reference": "a18954489d8af2e04ee9e3bafd3bf703b55459ff",
"shasum": ""
},
"require": {
"guzzle/common": "self.version",
"guzzle/parser": "self.version",
"guzzle/stream": "self.version",
"php": ">=5.3.2"
},
"suggest": {
"ext-curl": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.7-dev"
}
},
"autoload": {
"psr-0": {
"Guzzle\\Http": ""
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -133,37 +152,128 @@
"name": "Michael Dowling", "name": "Michael Dowling",
"email": "mtdowling@gmail.com", "email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling" "homepage": "https://github.com/mtdowling"
},
{
"name": "Guzzle Community",
"homepage": "https://github.com/guzzle/guzzle/contributors"
} }
], ],
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", "description": "HTTP libraries used by Guzzle",
"homepage": "http://guzzlephp.org/", "homepage": "http://guzzlephp.org/",
"keywords": [ "keywords": [
"Guzzle",
"client", "client",
"curl", "curl",
"framework",
"http", "http",
"http client", "http client"
"rest",
"web service"
], ],
"time": "2012-12-19 23:06:35" "time": "2013-07-30 22:07:23"
},
{
"name": "guzzle/parser",
"version": "v3.7.2",
"target-dir": "Guzzle/Parser",
"source": {
"type": "git",
"url": "https://github.com/guzzle/parser.git",
"reference": "a25c2ddda1c52fb69a4ee56eb530b13ddd9573c2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/parser/zipball/a25c2ddda1c52fb69a4ee56eb530b13ddd9573c2",
"reference": "a25c2ddda1c52fb69a4ee56eb530b13ddd9573c2",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.7-dev"
}
},
"autoload": {
"psr-0": {
"Guzzle\\Parser": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Interchangeable parsers used by Guzzle",
"homepage": "http://guzzlephp.org/",
"keywords": [
"URI Template",
"cookie",
"http",
"message",
"url"
],
"time": "2013-07-11 22:46:03"
},
{
"name": "guzzle/stream",
"version": "v3.7.2",
"target-dir": "Guzzle/Stream",
"source": {
"type": "git",
"url": "https://github.com/guzzle/stream.git",
"reference": "a86111d9ac7db31d65a053c825869409fe8fc83f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/stream/zipball/a86111d9ac7db31d65a053c825869409fe8fc83f",
"reference": "a86111d9ac7db31d65a053c825869409fe8fc83f",
"shasum": ""
},
"require": {
"guzzle/common": "self.version",
"php": ">=5.3.2"
},
"suggest": {
"guzzle/http": "To convert Guzzle request objects to PHP streams"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.7-dev"
}
},
"autoload": {
"psr-0": {
"Guzzle\\Stream": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle stream wrapper component",
"homepage": "http://guzzlephp.org/",
"keywords": [
"Guzzle",
"component",
"stream"
],
"time": "2013-07-30 22:07:23"
}, },
{ {
"name": "phing/phing", "name": "phing/phing",
"version": "2.4.14", "version": "2.4.14",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phingofficial/phing", "url": "https://github.com/phingofficial/phing.git",
"reference": "2.4.14" "reference": "41075d93ca254f1c90c79ec7ce81be2b2629e138"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/phingofficial/phing/archive/2.4.14.zip", "url": "https://api.github.com/repos/phingofficial/phing/zipball/41075d93ca254f1c90c79ec7ce81be2b2629e138",
"reference": "2.4.14", "reference": "41075d93ca254f1c90c79ec7ce81be2b2629e138",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -210,12 +320,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/dbunit.git", "url": "https://github.com/sebastianbergmann/dbunit.git",
"reference": "1.2.3" "reference": "8386782a2d55153e44a06eb1a9d13d6ed35d9c2d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/1.2.3", "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/8386782a2d55153e44a06eb1a9d13d6ed35d9c2d",
"reference": "1.2.3", "reference": "8386782a2d55153e44a06eb1a9d13d6ed35d9c2d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -268,12 +378,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "1.2.12" "reference": "0e9958c459d675fb497d8dc5001c91d335734e48"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1.2.12", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/0e9958c459d675fb497d8dc5001c91d335734e48",
"reference": "1.2.12", "reference": "0e9958c459d675fb497d8dc5001c91d335734e48",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -328,13 +438,13 @@
"version": "1.3.3", "version": "1.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "git://github.com/sebastianbergmann/php-file-iterator.git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "1.3.3" "reference": "16a78140ed2fc01b945cfa539665fadc6a038029"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/sebastianbergmann/php-file-iterator/zipball/1.3.3", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/16a78140ed2fc01b945cfa539665fadc6a038029",
"reference": "1.3.3", "reference": "16a78140ed2fc01b945cfa539665fadc6a038029",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -366,20 +476,20 @@
"filesystem", "filesystem",
"iterator" "iterator"
], ],
"time": "2012-10-11 04:44:38" "time": "2012-10-11 11:44:38"
}, },
{ {
"name": "phpunit/php-text-template", "name": "phpunit/php-text-template",
"version": "1.1.4", "version": "1.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "git://github.com/sebastianbergmann/php-text-template.git", "url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "1.1.4" "reference": "5180896f51c5b3648ac946b05f9ec02be78a0b23"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/sebastianbergmann/php-text-template/zipball/1.1.4", "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5180896f51c5b3648ac946b05f9ec02be78a0b23",
"reference": "1.1.4", "reference": "5180896f51c5b3648ac946b05f9ec02be78a0b23",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -410,20 +520,20 @@
"keywords": [ "keywords": [
"template" "template"
], ],
"time": "2012-10-31 11:15:28" "time": "2012-10-31 18:15:28"
}, },
{ {
"name": "phpunit/php-timer", "name": "phpunit/php-timer",
"version": "1.0.4", "version": "1.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "git://github.com/sebastianbergmann/php-timer.git", "url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "1.0.4" "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/sebastianbergmann/php-timer/zipball/1.0.4", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
"reference": "1.0.4", "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -450,24 +560,24 @@
} }
], ],
"description": "Utility class for timing", "description": "Utility class for timing",
"homepage": "http://www.phpunit.de/", "homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [ "keywords": [
"timer" "timer"
], ],
"time": "2012-10-11 04:45:58" "time": "2013-08-02 07:42:54"
}, },
{ {
"name": "phpunit/php-token-stream", "name": "phpunit/php-token-stream",
"version": "1.1.5", "version": "1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "git://github.com/sebastianbergmann/php-token-stream.git", "url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "1.1.5" "reference": "31babf400e5b5868573bf49a000a3519d3978233"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/sebastianbergmann/php-token-stream/zipball/1.1.5", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/31babf400e5b5868573bf49a000a3519d3978233",
"reference": "1.1.5", "reference": "31babf400e5b5868573bf49a000a3519d3978233",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -475,6 +585,11 @@
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": { "autoload": {
"classmap": [ "classmap": [
"PHP/" "PHP/"
@ -495,24 +610,24 @@
} }
], ],
"description": "Wrapper around PHP's tokenizer extension.", "description": "Wrapper around PHP's tokenizer extension.",
"homepage": "http://www.phpunit.de/", "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [ "keywords": [
"tokenizer" "tokenizer"
], ],
"time": "2012-10-11 04:47:14" "time": "2013-08-04 05:57:48"
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "3.7.22", "version": "3.7.24",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "3.7.22" "reference": "af7b77ccb5c64458bdfca95665d29558d1df7d08"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.22", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/af7b77ccb5c64458bdfca95665d29558d1df7d08",
"reference": "3.7.22", "reference": "af7b77ccb5c64458bdfca95665d29558d1df7d08",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -524,7 +639,7 @@
"phpunit/php-code-coverage": "~1.2.1", "phpunit/php-code-coverage": "~1.2.1",
"phpunit/php-file-iterator": ">=1.3.1", "phpunit/php-file-iterator": ">=1.3.1",
"phpunit/php-text-template": ">=1.1.1", "phpunit/php-text-template": ">=1.1.1",
"phpunit/php-timer": "~1.0.2", "phpunit/php-timer": ">=1.0.4",
"phpunit/phpunit-mock-objects": "~1.2.0", "phpunit/phpunit-mock-objects": "~1.2.0",
"symfony/yaml": "~2.0" "symfony/yaml": "~2.0"
}, },
@ -573,20 +688,20 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2013-07-06 06:29:15" "time": "2013-08-09 06:58:24"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
"version": "1.2.3", "version": "1.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "git://github.com/sebastianbergmann/phpunit-mock-objects.git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
"reference": "1.2.3" "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects/archive/1.2.3.zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
"reference": "1.2.3", "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -626,34 +741,39 @@
}, },
{ {
"name": "symfony/browser-kit", "name": "symfony/browser-kit",
"version": "v2.1.11", "version": "v2.3.4",
"target-dir": "Symfony/Component/BrowserKit", "target-dir": "Symfony/Component/BrowserKit",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/BrowserKit.git", "url": "https://github.com/symfony/BrowserKit.git",
"reference": "v2.1.11" "reference": "2639dc4eec81f92760e05396a93bb78000b4f5ca"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/BrowserKit/zipball/v2.1.11", "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/2639dc4eec81f92760e05396a93bb78000b4f5ca",
"reference": "v2.1.11", "reference": "2639dc4eec81f92760e05396a93bb78000b4f5ca",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3", "php": ">=5.3.3",
"symfony/dom-crawler": "2.1.*" "symfony/dom-crawler": "~2.0"
}, },
"require-dev": { "require-dev": {
"symfony/css-selector": "2.1.*", "symfony/css-selector": "~2.0",
"symfony/process": "2.1.*" "symfony/process": "~2.0"
}, },
"suggest": { "suggest": {
"symfony/process": "2.1.*" "symfony/process": ""
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\BrowserKit": "" "Symfony\\Component\\BrowserKit\\": ""
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -672,30 +792,35 @@
], ],
"description": "Symfony BrowserKit Component", "description": "Symfony BrowserKit Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2013-04-29 20:22:06" "time": "2013-07-21 12:12:18"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v2.1.11", "version": "v2.3.4",
"target-dir": "Symfony/Component/CssSelector", "target-dir": "Symfony/Component/CssSelector",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/CssSelector.git", "url": "https://github.com/symfony/CssSelector.git",
"reference": "v2.1.11" "reference": "885544201cb24e79754da1dbd61bd779c2e4353e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/CssSelector/zipball/v2.1.11", "url": "https://api.github.com/repos/symfony/CssSelector/zipball/885544201cb24e79754da1dbd61bd779c2e4353e",
"reference": "v2.1.11", "reference": "885544201cb24e79754da1dbd61bd779c2e4353e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\CssSelector": "" "Symfony\\Component\\CssSelector\\": ""
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -710,40 +835,49 @@
{ {
"name": "Symfony Community", "name": "Symfony Community",
"homepage": "http://symfony.com/contributors" "homepage": "http://symfony.com/contributors"
},
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
} }
], ],
"description": "Symfony CssSelector Component", "description": "Symfony CssSelector Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2013-05-17 00:31:34" "time": "2013-07-21 12:12:18"
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "v2.1.11", "version": "v2.3.4",
"target-dir": "Symfony/Component/DomCrawler", "target-dir": "Symfony/Component/DomCrawler",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/DomCrawler.git", "url": "https://github.com/symfony/DomCrawler.git",
"reference": "v2.1.11" "reference": "e05e07fe8958a304b5e135f8e65d4ae6148cf59b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/DomCrawler/zipball/v2.1.11", "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/e05e07fe8958a304b5e135f8e65d4ae6148cf59b",
"reference": "v2.1.11", "reference": "e05e07fe8958a304b5e135f8e65d4ae6148cf59b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": { "require-dev": {
"symfony/css-selector": "2.1.*" "symfony/css-selector": "~2.0"
}, },
"suggest": { "suggest": {
"symfony/css-selector": "2.1.*" "symfony/css-selector": ""
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\DomCrawler": "" "Symfony\\Component\\DomCrawler\\": ""
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -762,28 +896,28 @@
], ],
"description": "Symfony DomCrawler Component", "description": "Symfony DomCrawler Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2013-05-16 00:06:15" "time": "2013-07-21 12:12:18"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v2.3.1", "version": "v2.3.4",
"target-dir": "Symfony/Component/EventDispatcher", "target-dir": "Symfony/Component/EventDispatcher",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/EventDispatcher.git", "url": "https://github.com/symfony/EventDispatcher.git",
"reference": "v2.3.1" "reference": "41c9826457c65fa3cf746f214985b7ca9cba42f8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.3.1", "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/41c9826457c65fa3cf746f214985b7ca9cba42f8",
"reference": "v2.3.1", "reference": "41c9826457c65fa3cf746f214985b7ca9cba42f8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": { "require-dev": {
"symfony/dependency-injection": ">=2.0,<3.0" "symfony/dependency-injection": "~2.0"
}, },
"suggest": { "suggest": {
"symfony/dependency-injection": "", "symfony/dependency-injection": "",
@ -816,30 +950,35 @@
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2013-05-13 14:36:40" "time": "2013-07-21 12:12:18"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v2.1.11", "version": "v2.3.4",
"target-dir": "Symfony/Component/Finder", "target-dir": "Symfony/Component/Finder",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Finder.git", "url": "https://github.com/symfony/Finder.git",
"reference": "v2.1.11" "reference": "4a0fee5b86f5bbd9dfdc11ec124eba2915737ce1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Finder/zipball/v2.1.11", "url": "https://api.github.com/repos/symfony/Finder/zipball/4a0fee5b86f5bbd9dfdc11ec124eba2915737ce1",
"reference": "v2.1.11", "reference": "4a0fee5b86f5bbd9dfdc11ec124eba2915737ce1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\Finder": "" "Symfony\\Component\\Finder\\": ""
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -858,30 +997,35 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2013-05-25 15:47:15" "time": "2013-08-13 20:18:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v2.1.11", "version": "v2.3.4",
"target-dir": "Symfony/Component/Process", "target-dir": "Symfony/Component/Process",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Process.git", "url": "https://github.com/symfony/Process.git",
"reference": "v2.1.11" "reference": "1e91553e1cedd0b8fb1da6ea4f89b02e21713d5b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Process/zipball/v2.1.11", "url": "https://api.github.com/repos/symfony/Process/zipball/1e91553e1cedd0b8fb1da6ea4f89b02e21713d5b",
"reference": "v2.1.11", "reference": "1e91553e1cedd0b8fb1da6ea4f89b02e21713d5b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\Process": "" "Symfony\\Component\\Process\\": ""
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -900,21 +1044,21 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2013-05-06 10:21:56" "time": "2013-08-22 06:42:25"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v2.3.1", "version": "v2.3.4",
"target-dir": "Symfony/Component/Yaml", "target-dir": "Symfony/Component/Yaml",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Yaml.git", "url": "https://github.com/symfony/Yaml.git",
"reference": "v2.3.1" "reference": "5a279f1b5f5e1045a6c432354d9ea727ff3a9847"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.3.1", "url": "https://api.github.com/repos/symfony/Yaml/zipball/5a279f1b5f5e1045a6c432354d9ea727ff3a9847",
"reference": "v2.3.1", "reference": "5a279f1b5f5e1045a6c432354d9ea727ff3a9847",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -947,7 +1091,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2013-05-10 18:12:13" "time": "2013-08-24 15:26:22"
} }
], ],
"aliases": [ "aliases": [

View file

@ -661,7 +661,7 @@ class phpbb_functional_test_case extends phpbb_test_case
$hidden_fields = array( $hidden_fields = array(
$crawler->filter('[type="hidden"]')->each(function ($node, $i) { $crawler->filter('[type="hidden"]')->each(function ($node, $i) {
return array('name' => $node->getAttribute('name'), 'value' => $node->getAttribute('value')); return array('name' => $node->attr('name'), 'value' => $node->attr('value'));
}), }),
); );