Skip to content

Commit 56375d9

Browse files
author
Rafael Grigorian
committed
Added composer file
1 parent fce8ef6 commit 56375d9

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.DS_Store
22
/node_modules/
3-
/staging/
3+
/staging/
4+
/dist/
5+
/vendor/

composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "jetrails/magento2-varnish",
3+
"description": "Magento 2 extension which interfaces with the Varnish caching application in order to manage it through the Magento backend",
4+
"type": "project",
5+
"license": "UNLICENSED",
6+
"authors": [
7+
{
8+
"name": "Rafael Grigorian",
9+
"email": "[email protected]"
10+
}
11+
],
12+
"repositories": [
13+
{
14+
"type": "composer",
15+
"url": "http://composer.magerepo.com/"
16+
}
17+
],
18+
"require": {}
19+
}

dist/JetRails_Varnish-1.1.2.tgz

-19.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)