forked from algolia/algoliasearch-magento-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 876 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "algolia/algoliasearch-magento-2",
"description": "Algolia Search integration for Magento 2",
"type": "magento2-module",
"license": ["MIT"],
"version": "3.10.4",
"require": {
"magento/framework": "~102.0|~103.0",
"algolia/algoliasearch-client-php": "3.2",
"guzzlehttp/guzzle": "^6.3.3|^7.3.0",
"ext-json": "*",
"ext-PDO": "*",
"ext-mbstring": "*",
"ext-dom": "*"
},
"suggest": {
"algolia/algoliasearch-inventory-magento-2": "Algolia Search Inventory module for Magento 2.3.x,2.4.x and Algolia Search 1.12+ extension"
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"require-dev": {
"phpcompatibility/php-compatibility": "^9.2"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Algolia\\AlgoliaSearch\\": ""
}
}
}