-
-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·29 lines (29 loc) · 690 Bytes
/
Copy pathcomposer.json
File metadata and controls
executable file
·29 lines (29 loc) · 690 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
{
"name": "vpietri/adm-quickdevbar",
"description": "QuickDevBar is a developer toolbar for magento 2",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "0.4.0",
"keywords": ["dev", "debug", "developer", "toolbar", "profiler"],
"require": {
"magento/magento-composer-installer": "*"
},
"authors": [
{
"name": "Vincent Pietri",
"homepage": "http://www.vincent-pietri.fr/",
"role": "Developer"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"ADM\\QuickDevBar\\": ""
}
}
}