minkphp / MinkGoutteDriver

Goutte driver for Mink framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next version to include updated dependencies?

davidbarratt opened this issue · comments

What is the next stable release version number that will include the updated dependencies?
44563f4

I'm asking for:
https://www.drupal.org/node/2493911#comment-10096820

commented

Unfortunately not before Guzzle 6 or Goutte 3 will fix issue with cookie handling. You can see failed build here: https://travis-ci.org/minkphp/MinkGoutteDriver

I'm not such one (Guzzle or Goutte) has a bug.

@aik099,

I'm sorry, what I meant is not when, but what version. Is the next version to include the dependencies going to be 1.1.2, 1.3.0, 2.0.0, etc. ?

commented

Theoretically dependency change should be considered as reason to have 1.3.0, but I'm not 100% certain.

@aik099,

Thanks! I updated our ticket to reflect that:
https://www.drupal.org/node/2493911#comment-10101510

commented

Ah that's why you've asked about version 😄 . Then I'm afraid your suggestion for ^1.3.0 version won't get you master branch of this repo.

To make this happen a branch alias in composer.json needs to be changed to 1.3.x-dev. @stof am I right in assuming, that next release would be 1.3.0?

@aik099,

A branch alias in your composer.json or Drupal's?

commented

This repo one. Because we're talking about this repo version usage on Drupal's side.

@aik099,

Well now that you know what we're trying to do, any help would be greatly appreciated. :)

commented

Based on Drupal task title you're updating to latest version of everything. Any specific need or just for fun?

@aik099,

We're trying to update Guzzle to the latest stable release to satisfy this issue:
https://www.drupal.org/node/2400407

commented

OK. We'll waiting for @stof then to know the next version number of MinkGoutteDriver.

1.2.0 has been released