-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 989 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
{
"name": "visuellverstehen/statamic-pixxio-flysystem",
"description": "A Flysystem Adapter for the Pixxio API",
"keywords": [ "statamic", "addon", "flysystem", "filesystem", "pixxio", "assets", "asset-container" ],
"type": "statamic-addon",
"autoload": {
"psr-4": {
"VV\\PixxioFlysystem\\": "src"
}
},
"authors": [
{
"name": "visuellverstehen"
}
],
"support": {
"email": "[email protected]"
},
"extra": {
"statamic": {
"name": "Statamic Pixxio Flysystem",
"description": "A Flysystem Adapter for the Pixxio API"
},
"laravel": {
"providers": [
"VV\\PixxioFlysystem\\ServiceProvider"
]
}
},
"require": {
"statamic/cms": "^3.4 || ^4.0 || ^5.0"
},
"config": {
"allow-plugins": {
"pixelfear/composer-dist-plugin": true
}
}
}