Skip to content

Commit 969cb23

Browse files
committed
chore(composer): complete composer.json metadata
1 parent 62e0689 commit 969cb23

1 file changed

Lines changed: 33 additions & 7 deletions

File tree

composer.json

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,43 @@
33
"description": "Proxy missing images from an upstream environment",
44
"type": "magento2-module",
55
"require": {
6-
"php": "^7.4|^8.0"
6+
"php": "^7.4|^8.0"
77
},
8-
"license": ["MIT"],
8+
"license": [
9+
"MIT"
10+
],
911
"autoload": {
10-
"files": ["registration.php"],
11-
"psr-4": {
12-
"SamJUK\\MediaProxy\\": ""
13-
}
12+
"files": [
13+
"registration.php"
14+
],
15+
"psr-4": {
16+
"SamJUK\\MediaProxy\\": ""
17+
}
1418
},
1519
"require-dev": {
1620
"phpunit/phpunit": "^10.5",
1721
"phpstan/phpstan": "^1.12"
18-
}
22+
},
23+
"homepage": "https://github.com/SamJUK/m2-module-media-proxy",
24+
"authors": [
25+
{
26+
"name": "Sam James",
27+
"email": "sam@samdjames.uk",
28+
"homepage": "https://www.samdjames.uk"
29+
}
30+
],
31+
"keywords": [
32+
"magento2",
33+
"magento 2",
34+
"magento2-module",
35+
"adobe-commerce",
36+
"extension",
37+
"media",
38+
"images",
39+
"image-proxy",
40+
"staging",
41+
"local-development",
42+
"sync",
43+
"open-source"
44+
]
1945
}

0 commit comments

Comments
 (0)