Skip to content

Commit b826619

Browse files
Merge pull request #1187 from algolia/update/guzzle-comp
Update/guzzle comp
2 parents d5e2d8d + f6cb8d4 commit b826619

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Algolia Search for Magento 2
22
==================
33

44
![Latest version](https://img.shields.io/badge/latest-3.3.0-green.svg)
5-
![Magento 2](https://img.shields.io/badge/Magento-%32.3,%202.4-blue.svg)
5+
![Magento 2](https://img.shields.io/badge/Magento-2.4.X-blue)
66

77
[![CircleCI](https://circleci.com/gh/algolia/algoliasearch-magento-2/tree/master.svg?style=svg)](https://circleci.com/gh/algolia/algoliasearch-magento-2/tree/master)
88

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
"description": "Algolia Search integration for Magento 2",
44
"type": "magento2-module",
55
"license": ["MIT"],
6-
"version": "3.3.0",
6+
"version": "3.3.1",
77
"require": {
88
"magento/framework": "~102.0|~103.0",
99
"algolia/algoliasearch-client-php": "^2.4",
10-
"guzzlehttp/guzzle": "^7.3.0",
10+
"guzzlehttp/guzzle": "^6.3.3|^7.3.0",
1111
"ext-json": "*",
1212
"ext-PDO": "*",
1313
"ext-mbstring": "*",
1414
"ext-dom": "*"
1515
},
1616
"suggest": {
17-
"algolia/algoliasearch-inventory-magento-2": "Algolia Search Inventory module for Magento 2.3.x and Algolia Search 1.12+ extension"
17+
"algolia/algoliasearch-inventory-magento-2": "Algolia Search Inventory module for Magento 2.3.x,2.4.x and Algolia Search 1.12+ extension"
1818
},
1919
"repositories": [
2020
{

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Algolia_AlgoliaSearch" setup_version="3.3.0">
3+
<module name="Algolia_AlgoliaSearch" setup_version="3.3.1">
44
<sequence>
55
<module name="Magento_Theme"/>
66
<module name="Magento_Backend"/>

0 commit comments

Comments
 (0)