20 lines
407 B
JSON
20 lines
407 B
JSON
{
|
|
"name": "aweos/oc-resizer-plugin",
|
|
"type": "october-plugin",
|
|
"require": {
|
|
"guzzlehttp/guzzle": "^6.3",
|
|
"intervention/image": "^2.6"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Werbeagentur AWEOS",
|
|
"email": "philipp@aweos.de"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Aweos\\Resizer\\Compilers\\": "./compilers"
|
|
}
|
|
}
|
|
}
|