diff --git a/core/composer.json b/core/composer.json index a8d5fca6bd0d..9e5c43759404 100644 --- a/core/composer.json +++ b/core/composer.json @@ -30,7 +30,7 @@ "egulias/email-validator": "1.2.*", "behat/mink": "~1.6", "behat/mink-goutte-driver": "~1.1", - "fabpot/goutte": "dev-master" + "fabpot/goutte": "^2.0.3" }, "autoload": { "psr-4": { diff --git a/core/composer.lock b/core/composer.lock index 7a79eff834a7..a8c2d39f6a8e 100644 --- a/core/composer.lock +++ b/core/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "71958cc676a2780e738e9a7d95a3b78b", + "hash": "5aa283d1515900a1d9245a4ea615e3f8", "packages": [ { "name": "behat/mink", @@ -734,7 +734,7 @@ }, { "name": "fabpot/goutte", - "version": "dev-master", + "version": "v2.0.3", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/Goutte.git", @@ -2970,9 +2970,7 @@ "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "fabpot/goutte": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { diff --git a/core/vendor/composer/installed.json b/core/vendor/composer/installed.json index afc2e2dcfbf5..d41b956a9fe6 100644 --- a/core/vendor/composer/installed.json +++ b/core/vendor/composer/installed.json @@ -2848,57 +2848,6 @@ "description": "Symfony BrowserKit Component", "homepage": "http://symfony.com" }, - { - "name": "fabpot/goutte", - "version": "dev-master", - "version_normalized": "9999999-dev", - "source": { - "type": "git", - "url": "https://github.com/FriendsOfPHP/Goutte.git", - "reference": "65ab61eae03d670b93a9044ad2328eb81aa1bde5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/65ab61eae03d670b93a9044ad2328eb81aa1bde5", - "reference": "65ab61eae03d670b93a9044ad2328eb81aa1bde5", - "shasum": "" - }, - "require": { - "guzzlehttp/guzzle": ">=4,<6", - "php": ">=5.4.0", - "symfony/browser-kit": "~2.1", - "symfony/css-selector": "~2.1", - "symfony/dom-crawler": "~2.1" - }, - "time": "2014-11-28 09:48:17", - "type": "application", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "Goutte\\": "Goutte" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "A simple PHP Web Scraper", - "homepage": "https://github.com/FriendsOfPHP/Goutte", - "keywords": [ - "scraper" - ] - }, { "name": "behat/mink", "version": "v1.6.1", @@ -3066,5 +3015,56 @@ "headless", "testing" ] + }, + { + "name": "fabpot/goutte", + "version": "v2.0.3", + "version_normalized": "2.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/FriendsOfPHP/Goutte.git", + "reference": "65ab61eae03d670b93a9044ad2328eb81aa1bde5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/65ab61eae03d670b93a9044ad2328eb81aa1bde5", + "reference": "65ab61eae03d670b93a9044ad2328eb81aa1bde5", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": ">=4,<6", + "php": ">=5.4.0", + "symfony/browser-kit": "~2.1", + "symfony/css-selector": "~2.1", + "symfony/dom-crawler": "~2.1" + }, + "time": "2014-11-28 09:48:17", + "type": "application", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-4": { + "Goutte\\": "Goutte" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "A simple PHP Web Scraper", + "homepage": "https://github.com/FriendsOfPHP/Goutte", + "keywords": [ + "scraper" + ] } ]