- π¦πΊAustralia gordon Melbourne
This is extremely difficult to test, and the normal patching methods will not work.
Add the following to the repository section of the composer.json
{ "type": "package", "package": { "name": "local/guzzle_cache", "version": "3.0.0", "description": "A guzzle cache backend integrated with Drupal.", "type": "drupal-module", "license": "GPL-2.0+", "homepage": "http://drupal.org/project/guzzle_cache", "require": { "kevinrob/guzzle-cache-middleware": "^3.2 | ^4.0" }, "dist": { "url": "https://ftp.drupal.org/files/projects/guzzle_cache-3.0.0.zip", "type": "zip" } } }
Then add the requirement of local/guzzle_cache and it will install with the correct dependency as described in the patch above.
- πΊπΈUnited States dcam
If anyone needs a newer version of the dependency right away, I was able to do it by using Composer's ability to alias requirements. I manually added
"kevinrob/guzzle-cache-middleware": "dev-master as 3.6.0"
to therequire
section of my composer.json file. Then I ran the commandcomposer update
to update the dependency. - π¨π¦Canada deviantintegral
It looks like tests actually started failing somewhere in the D9 cycle. I ran them against Drupal 8 and they passed. I'm investigating and will likely file a separate issue for it.
- last update
over 1 year ago 2 fail - last update
over 1 year ago 2 fail - last update
over 1 year ago 7 pass The last submitted patch, guzzle-cache-middleware-v4.patch, failed testing. View results β
-
m4olivei β
committed 512754fc on 3.x authored by
slasher13 β
Issue #3263322 by slasher13, gordon, dcam, deviantintegral: Update to...
-
m4olivei β
committed 512754fc on 3.x authored by
slasher13 β
- π¨π¦Canada m4olivei Grimsby, ON
Thanks all. Now that tests are back to passing on 3.x, the test re-run looks good. Committed to 3.x.
Automatically closed - issue fixed for 2 weeks with no activity.