File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11.DS_Store
2+ /.composer /
23/node_modules /
34/staging /
45/dist /
Original file line number Diff line number Diff line change 11{
22 "name" : " jetrails/magento2-varnish" ,
33 "description" : " Magento 2 extension which interfaces with the Varnish caching application in order to manage it through the Magento backend" ,
4- "type" : " project" ,
4+ "type" : " magento2-module" ,
5+ "version" : " 1.1.2" ,
56 "license" : " MIT" ,
67 "authors" : [
78 {
1213 "repositories" : [
1314 {
1415 "type" : " composer" ,
15- "url" : " http ://composer.magerepo.com/"
16+ "url" : " https ://composer.magerepo.com/"
1617 }
1718 ],
18- "require" : {}
19+ "require" : {
20+ "magento/magento-composer-installer" : " *"
21+ },
22+ "autoload" : {
23+ "psr-4" : { "JetRails\\ Varnish\\ " : " src/app/code/JetRails/Varnish" },
24+ "files" : [ " src/app/code/JetRails/Varnish/registration.php" ]
25+ }
1926}
You can’t perform that action at this time.
0 commit comments