-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (30 loc) · 822 Bytes
/
Copy pathcomposer.json
File metadata and controls
31 lines (30 loc) · 822 Bytes
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
{
"name": "inpvlsa/magento-clockwork",
"description": "Development tool for Magento 2 with timeline, database queries, cache, templates, and more. Built on Clockwork.",
"type": "magento2-module",
"config": {
"sort-packages": true
},
"version": "1.1.3",
"license": [
"MIT"
],
"authors": [{
"name": "Uladzislau Marudzenka",
"email": "vl.marudenko@gmail.com",
"homepage": "https://www.linkedin.com/in/inpvlsa/"
}],
"require": {
"php": "^7.4||^8.1||^8.2||^8.3||^8.4",
"magento/framework": "^101.0.0 || ^102.0.0 || ^103.0.0",
"itsgoingd/clockwork": "^5.3"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Inpvlsa\\Clockwork\\": ""
}
}
}