-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 1.05 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
{
"name": "mobtexting/magento-sms-2.4",
"description": "Sends transactional SMS notifications",
"type": "magento2-module",
"version": "1.0.",
"require": {
"php": "^7.3",
"ext-json": "*",
"magento/framework": "102.0.* || 103.0.*",
"magento/module-backend": "101.0.* || 102.0.*",
"magento/module-config": "101.1.* || 101.2.*",
"magento/module-customer": "102.0.* || 103.0.*",
"magento/module-sales": "102.0.* || 103.0.*",
"magento/module-store": "101.0.* || 101.1.*",
"magento/module-theme": "101.0.* || 101.1.*",
"magento/module-translation": "100.3.* || 100.4.*",
"magento/module-ui": "101.1.* || 101.2.*",
"guzzlehttp/guzzle": "^6.0",
"myclabs/php-enum": "^1.6",
"zendframework/zend-hydrator": "^1.1 || ^2.1"
},
"require-dev": {
"phpunit/phpunit": "^6.5"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Mobtexting\\SMSNotifications\\": ""
}
}
}