-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
34 lines (34 loc) · 930 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
{
"name": "nitropack/magento2-extension",
"description": "The official NitroPack extension for Magento 2.3 and Magento 2.4. ",
"require": {
"php": "~7.3.0||~7.4.0||~8.0.0||~8.1.0||~8.2.0||~8.3.0",
"ext-curl": "*",
"nitropack/nitropackcloud-sdk": "^0.56.1"
},
"type": "magento2-module",
"keywords": [
"magento2",
"extension",
"nitropack",
"performance",
"speed",
"cwv",
"cloud",
"cache",
"ecommerce",
"cdn"
],
"homepage": "https://github.com/NitroPack/magento2-extension",
"authors": [{"name": "NitroPack Support", "email": "support@nitropack.com", "homepage": "https://nitropack.com"}],
"version": "3.3.1",
"license": "MIT",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"NitroPack\\NitroPack\\": ""
}
}
}