Browse code

Support isotope 2.6

Benjamin Roth authored on25/05/2020 08:50:28
Showing1 changed files
... ...
@@ -13,7 +13,7 @@
13 13
   "require":{
14 14
     "php": "^5.6 || ^7.0",
15 15
     "contao/core-bundle": "^3.5 || ^4.4",
16
-    "isotope/isotope-core": ">=2.4 <2.6",
16
+    "isotope/isotope-core": ">=2.4 <2.7",
17 17
     "contao-community-alliance/composer-plugin": "~2.4 || ~3.0"
18 18
   },
19 19
   "extra":{
Browse code

Initial commit

Benjamin Roth authored on19/03/2019 14:48:59
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,26 @@
1
+{
2
+  "name":"esalesmedia/contao-isotope-shipmenttracking",
3
+  "description":"Integrates shipment tracking functionality into Isotope eCommerce.",
4
+  "keywords":["contao", "isotope", "shipment", "tracking"],
5
+  "type":"contao-module",
6
+  "license":"proprietary",
7
+  "authors":[
8
+    {
9
+      "name": "Benjamin Roth",
10
+      "homepage": "https://www.esales-media.de"
11
+    }
12
+  ],
13
+  "require":{
14
+    "php": "^5.6 || ^7.0",
15
+    "contao/core-bundle": "^3.5 || ^4.4",
16
+    "isotope/isotope-core": ">=2.4 <2.6",
17
+    "contao-community-alliance/composer-plugin": "~2.4 || ~3.0"
18
+  },
19
+  "extra":{
20
+    "contao": {
21
+      "sources":{
22
+        "": "system/modules/eSM_isotope_shipmenttracking"
23
+      }
24
+    }
25
+  }
26
+}
0 27
\ No newline at end of file