oc-resizer-plugin/composer.json

27 lines
674 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
},
2021-12-17 01:02:53 +01:00
"require-dev": {
"laravel/framework": "^6.0",
"phpunit/phpunit": "^9.5"
},
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",
2022-02-15 18:06:09 +01:00
"Aweos\\Resizer\\Exceptions\\": "./exceptions",
"Aweos\\Resizer\\Compressors\\": "./compressors",
"Aweos\\Resizer\\Lib\\": "./lib"
2021-09-09 19:18:41 +02:00
}
}
2019-09-17 23:14:29 +02:00
}