generated from Strategery-Inc/m2-training-cloudflare-access
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 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
35
36
37
{
"name": "plus54/m2-cloudflare-access",
"description": "Authorize CloudFlare Access requests",
"type": "magento2-module",
"license": "proprietary",
"version": "1.0.0",
"authors": [
{
"name": "Mage2Gen",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"firebase/php-jwt": "^5.2",
"magento/framework": "^103.0.2",
"magento/module-backend": "^102.0.2"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Plus54\\CloudFlareAccess\\": "./src",
"Plus54\\CloudFlareAccessTests\\": "./tests"
}
},
"require-dev": {
"magento/magento2-functional-testing-framework": "^3.3.0"
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
]
}