-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 839 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 839 Bytes
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
{
"name": "lemax10/proxy-resizer",
"description": "simple proxy converter and resizer",
"keywords": ["slim", "images", "resizer", "optimization", "webp", "converter", "image-converter"],
"type": "project",
"license": "MIT",
"authors": [
{
"name": "VladimirPyankov",
"email": "rdlrobot@gmail.com"
}
],
"require": {
"gumlet/php-image-resize": "1.9.*",
"guzzlehttp/psr7": "^1.6",
"rosell-dk/webp-convert": "~2.3",
"slim/slim": "^4.0",
"slim/psr7": "^1.0",
"php-di/php-di": "^6",
"hassankhan/config": "^2.1",
"spatie/image-optimizer": "^1.2"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"scripts": {
"start": "php -S localhost:8080 -t public"
}
}