Skip to content
Snippets Groups Projects
Commit 4936e3d6 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2440937 by hussainweb: Update release for Goutte driver

parent 212aa13c
No related branches found
No related tags found
No related merge requests found
......@@ -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": {
......
......@@ -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": {
......
......@@ -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"
]
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment