-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
39 lines (39 loc) · 861 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
38
39
{
"name": "magewirephp/magewire-backend",
"description": "Support Magewire in the Magento backend",
"version": "0.0.1",
"type": "magento2-module",
"require": {
"magento/framework": "^102.0 | ^103.0",
"magewirephp/magewire": "^1.1",
"magewirephp/magewire-requirejs": "^1.1",
"php": ">=8.1",
"symfony/http-foundation": "^5.4 || ^6.0"
},
"support": {
"issues": "https://github.com/magewirephp/magewire/discussions"
},
"authors": [
{
"name": "Willem Poortman",
"role": "Founder / Developer"
},
{
"name": "Michiel Gerritsen",
"role": "Developer"
},
{
"name": "Jisse Reitsma",
"role": "Developer"
}
],
"license": "MIT",
"autoload": {
"files": [
"src/registration.php"
],
"psr-4": {
"Magewirephp\\MagewireBackend\\": "src/"
}
}
}