Skip to content

Commit 44c60e9

Browse files
authored
Merge pull request #2 from communicator/develop
fix composer.json license entry
2 parents 020eaed + 4607b00 commit 44c60e9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Communicator - Magento Plugin
2+
3+
Magento plugin for integration of your products, recommendations and up-sells to the Communicator using our public SOAP API.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "communicator/magento-plugin",
33
"type": "magento-module",
4-
"license": "Closed Source",
4+
"license": "Unlicense",
55
"homepage": "http://communicatorcorp.com",
66
"description": "Magento extension to integrate into the Communicator Platform.",
77
"authors": [{
@@ -10,7 +10,7 @@
1010
}],
1111
"require": {
1212
"magento-hackathon/magento-composer-installer": "*",
13-
"communicator/webservices-php": "^1"
13+
"communicator/webservices-php": "^1"
1414
},
1515
"extra": {
1616
"map": [

0 commit comments

Comments
 (0)