Skip to content

Commit 83fb796

Browse files
committed
2.0.1
1 parent 9118710 commit 83fb796

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

composer.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"name": "sprokets/imgixurl",
3-
"description": "Build imgix urls from assets, including secure images.",
4-
"type": "craft-plugin",
5-
"version": "2.0.0",
6-
"keywords": [
7-
"craft",
8-
"cms",
9-
"craftcms",
10-
"craft-plugin",
11-
"imgixurl"
12-
],
13-
"support": {
14-
"docs": "https://github.com/craft-imgixurl/imgixurl/blob/master/README.md",
15-
"issues": "https://github.com/craft-imgixurl/imgixurl/issues"
16-
},
17-
"license": "MIT",
18-
"authors": [
19-
{
20-
"name": "sprokets",
21-
"homepage": "https://sprokets.net"
22-
}
23-
],
24-
"require": {
25-
"craftcms/cms": "^3.0.0-RC1"
26-
},
27-
"autoload": {
28-
"psr-4": {
29-
"sprokets\\imgixurl\\": "src/"
30-
}
31-
},
32-
"extra": {
33-
"name": "imgixurl",
34-
"handle": "imgixurl",
35-
"hasCpSettings": true,
36-
"hasCpSection": false,
37-
"changelogUrl": "https://raw.githubusercontent.com/craft-imgixurl/imgixurl/master/CHANGELOG.md",
38-
"class": "sprokets\\imgixurl\\Imgixurl"
2+
"name": "sprokets/imgixurl",
3+
"description": "Build imgix urls from assets, including secure images.",
4+
"type": "craft-plugin",
5+
"version": "2.0.1",
6+
"keywords": [
7+
"craft",
8+
"cms",
9+
"craftcms",
10+
"craft-plugin",
11+
"imgixurl"
12+
],
13+
"support": {
14+
"docs": "https://github.com/craft-imgixurl/imgixurl/blob/master/README.md",
15+
"issues": "https://github.com/craft-imgixurl/imgixurl/issues"
16+
},
17+
"license": "MIT",
18+
"authors": [
19+
{
20+
"name": "sprokets",
21+
"homepage": "https://sprokets.net"
3922
}
23+
],
24+
"require": {
25+
"craftcms/cms": "^3.0.0-RC1"
26+
},
27+
"autoload": {
28+
"psr-4": {
29+
"sprokets\\imgixurl\\": "src/"
30+
}
31+
},
32+
"extra": {
33+
"name": "imgixurl",
34+
"handle": "imgixurl",
35+
"hasCpSettings": true,
36+
"hasCpSection": false,
37+
"changelogUrl": "https://raw.githubusercontent.com/craft-imgixurl/imgixurl/master/CHANGELOG.md",
38+
"class": "sprokets\\imgixurl\\Imgixurl"
39+
}
4040
}

0 commit comments

Comments
 (0)