-
Notifications
You must be signed in to change notification settings - Fork 12
/
composer.json
37 lines (37 loc) · 1.07 KB
/
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
35
36
37
{
"name": "integer-net/solr-magento1",
"type": "magento-module",
"description": "IntegerNet_Solr Module for Magento 1 (free)",
"homepage": "https://github.com/integer-net/solr-magento1",
"require": {
"aoepeople/aoe_layoutconditions": "~1.0.0",
"integer-net/solr-base": "^3.3.0"
},
"require-dev": {
"ecomdev/ecomdev_phpunit": "dev-dev",
"phpunit/phpunit": "~4.5",
"mikey179/vfsStream": "~1.3"
},
"suggest": {
"magento-hackathon/magento-composer-installer": "Magento module installer",
"firegento/psr0autoloader": "With this extension you can include the composer autoloader and you don't need to activate the custom autoloader shipped with IntegerNet_Solr"
},
"minimum-stability": "dev",
"repositories": [
{
"type": "vcs",
"url": "git@github.com:schmengler/Aoe_LayoutConditions.git"
},
{
"type": "vcs",
"url": "git@github.com:integer-net/solr-base.git"
},
{
"type": "composer",
"url": "https://packages.firegento.com"
}
],
"extra": {
"magento-root-dir": ".travis/magento"
}
}