File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments