Skip to content

Commit 96a03e5

Browse files
author
Albert Leitato
committed
Add Emalify driver
1 parent 55d8f6e commit 96a03e5

File tree

8 files changed

+752
-22
lines changed

8 files changed

+752
-22
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
vendor
1+
vendor
2+
.idea/

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@
1818
]
1919
}
2020
},
21-
"license": "MIT"
21+
"minimum-stability": "alpha",
22+
"license": "MIT",
23+
"require-dev": {
24+
"roamtech/gateway-api": "^0.0.7@alpha"
25+
}
2226
}

0 commit comments

Comments
 (0)