-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 877 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
{
"name": "thesgroup/module-not-found-url-error-log",
"description": "The module logs any url that was not found at the website",
"homepage": "https://www.sashas.org/",
"type": "magento2-module",
"require": {
"php": "~7.1.0||~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "~102.0||~103.0",
"magento/module-store": "~101.0||~101.1",
"magento/module-ui": "~101.1||~101.2",
"magento/module-backend": "~101.0||~102.0",
"magento/module-url-rewrite": "~101.0||~102.0"
},
"license": [
"GPL-3.0-only"
],
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"TheSGroup\\NotFoundUrlLog\\": ""
}
}
}