-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
48 lines (48 loc) · 1.17 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "deuxhuithuit/craft-cloudflare-stream",
"description": "Upload your videos assets to Cloudflare Stream from Craft CMS assets interface",
"type": "craft-plugin",
"version": "2.2.0",
"keywords": [
"cloudflare",
"stream",
"video",
"craft-cms"
],
"license": "proprietary",
"authors": [
{
"name": "Deux Huit Huit",
"homepage": "https://deuxhuithuit.com"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/DeuxHuitHuit/craft-cloudflare-stream/issues?state=open",
"source": "https://github.com/DeuxHuitHuit/craft-cloudflare-stream",
"docs": "https://github.com/DeuxHuitHuit/craft-cloudflare-stream/blob/dev/README.md"
},
"require": {
"php": "8.2.*|8.3.*",
"craftcms/cms": "^5.0.0"
},
"autoload": {
"psr-4": {
"deuxhuithuit\\cfstream\\": "src/"
}
},
"extra": {
"name": "Cloudflare Stream",
"handle": "cloudflare-stream",
"hasCpSettings": true
},
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.22"
}
}