forked from lemonwaysas/LW4EC-Magento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.php
36 lines (29 loc) · 1.46 KB
/
config.php
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
<?php
return array(
'extension_name' => 'Sirateck_Lemonway4ec',
'summary' => 'A 1 minute integration for the cheapest payment solution in Europe. Accept payment by credit cards from all around the world.',
'description' => 'Through its API, Lemon Way offers you state-of-the-art payment technology. Beyond their technological expertise, Lemon Way also offers a multitude of complementary regulation and management services.',
'notes' => '- Add ecommerce route by default',
'extension_version' => '0.1.0',
'skip_version_compare' => false,
'auto_detect_version' => true,
'stability' => 'stable',
'license' => 'http://opensource.org/licenses/mit-license.php MIT licence',
'channel' => 'community',
'author_name' => 'Thomas Roche',
'author_user' => 'lemonway',
'author_email' => 'troche@lemonway.com',
'additional_authors' => array(
array(
'author_name' => 'Kassim Belghait',
'author_user' => 'Sirateck',
'author_email' => 'kassim@sirateck.com',
),
),
'base_dir' => __DIR__.'/dist',
'archive_files' => 'package.tar',
'path_output' => __DIR__.'/dist',
'php_min' => '5.2.0',
'php_max' => '6.0.0',
'extensions' => array()
);