Skip to content

Commit ad089cf

Browse files
author
Rafael Grigorian
committed
Updated composer.json
1 parent 610a0cd commit ad089cf

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS_Store
2+
/.composer/
23
/node_modules/
34
/staging/
45
/dist/

composer.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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
{
@@ -12,8 +13,14 @@
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
}

0 commit comments

Comments
 (0)