oc-resizer-plugin/composer.json

21 lines
467 B
JSON
Raw Normal View History

2019-09-17 23:14:29 +02:00
{
"name": "aweos/oc-resizer-plugin",
"type": "october-plugin",
"require": {
2021-09-06 02:31:27 +02:00
"guzzlehttp/guzzle": "^6.3",
"intervention/image": "^2.6"
2019-09-17 23:14:29 +02:00
},
"authors": [
{
"name": "Werbeagentur AWEOS",
"email": "philipp@aweos.de"
}
2021-09-09 19:18:41 +02:00
],
"autoload": {
"psr-4": {
"Aweos\\Resizer\\Compilers\\": "./compilers",
2021-12-12 12:55:12 +01:00
"Aweos\\Resizer\\Exceptions\\": "./exceptions"
2021-09-09 19:18:41 +02:00
}
}
2019-09-17 23:14:29 +02:00
}