-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 922 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
{
"name": "ratmd/responsive-plugin",
"type": "october-plugin",
"version": "0.1.0",
"description": "Provide different responsive sizes and formats of your pictures.",
"keywords": [
"october",
"octobercms",
"responsive",
"images",
"lighthouse"
],
"homepage": "https://octobercms.com/plugin/ratmd-responsive",
"license": "MIT",
"support": {
"email": "[email protected]",
"issues": "https://www.github.com/RatMD/responsive-plugin/issues",
"source": "https://www.github.com/RatMD/responsive-plugin"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">= 7.4 || >= 8.0",
"composer/installers": "~1.0"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"allow-plugins": {
"composer/installers": true
}
}
}