-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 975 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
35
36
37
{
"name": "pierzakp/magento2-cache-management-selective",
"description": "Magento2 Cache Management Selective extension",
"type": "magento2-module",
"homepage": "https://github.com/pierzakp/magento2-cache-management-selective",
"keywords": [
"magento2",
"cache"
],
"authors": [
{
"name": "Piotr Pierzak",
"email": "[email protected]"
}
],
"license": [
"MIT"
],
"version": "1.1.4",
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0",
"magento/framework": ">=101 <104",
"magento/module-backend": ">=100 <103"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"magento/magento2-functional-testing-framework": ">=2.4"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Pierzakp\\CacheManagementSelective\\": ""
}
}
}