Skip to content
Snippets Groups Projects
Unverified Commit 73c05257 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3180092 by Gábor Hojtsy: Update fabpot/goutte to 3.3.1 for PHP 8 compatibility

parent 21080259
No related branches found
No related tags found
7 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1012Issue #3226887: Hreflang on non-canonical content pages,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10,!596Issue #3046532: deleting an entity reference field, used in a contextual view, makes the whole site unrecoverable,!496Issue #2463967: Use .user.ini file for PHP settings,!144Issue #2666286: Clean up menu_ui to conform to Drupal coding standards,!16Draft: Resolve #2081585 "History storage"
......@@ -5145,21 +5145,21 @@
},
{
"name": "fabpot/goutte",
"version": "v3.3.0",
"version": "v3.3.1",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/Goutte.git",
"reference": "4ab5199e3ec0ffde0ee0b5ecf568a4fb8398dbae"
"reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/4ab5199e3ec0ffde0ee0b5ecf568a4fb8398dbae",
"reference": "4ab5199e3ec0ffde0ee0b5ecf568a4fb8398dbae",
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/80a23b64f44d54dd571d114c473d9d7e9ed84ca5",
"reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0",
"php": "^7.1.3",
"php": ">=7.1.3",
"symfony/browser-kit": "^4.4|^5.0",
"symfony/css-selector": "^4.4|^5.0",
"symfony/dom-crawler": "^4.4|^5.0"
......@@ -5198,9 +5198,9 @@
],
"support": {
"issues": "https://github.com/FriendsOfPHP/Goutte/issues",
"source": "https://github.com/FriendsOfPHP/Goutte/tree/master"
"source": "https://github.com/FriendsOfPHP/Goutte/tree/v3.3.1"
},
"time": "2019-12-06T13:11:18+00:00"
"time": "2020-11-01T09:30:18+00:00"
},
{
"name": "instaclick/php-webdriver",
......
......@@ -19,7 +19,7 @@
"doctrine/instantiator": "1.3.1",
"drupal/coder": "8.3.10",
"easyrdf/easyrdf": "1.0.0",
"fabpot/goutte": "v3.3.0",
"fabpot/goutte": "v3.3.1",
"instaclick/php-webdriver": "1.4.7",
"justinrainbow/json-schema": "5.2.10",
"mikey179/vfsstream": "v1.6.8",
......
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