update license in composer file
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name" : "thelia/thelia",
|
"name" : "thelia/thelia",
|
||||||
"description" : "Thelia is an ecommerce CMS.",
|
"description" : "Thelia is an ecommerce CMS.",
|
||||||
"license" : "GPL-3.0+",
|
"license" : "LGPL-3.0+",
|
||||||
"homepage" : "http://thelia.net/v2",
|
"homepage" : "http://thelia.net/v2",
|
||||||
"support" : {
|
"support" : {
|
||||||
"forum" : "http://thelia.net/forum",
|
"forum" : "http://thelia.net/forum",
|
||||||
|
|||||||
45
composer.lock
generated
45
composer.lock
generated
@@ -3,7 +3,7 @@
|
|||||||
"This file locks the dependencies of your project to a known state",
|
"This file locks the dependencies of your project to a known state",
|
||||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
||||||
],
|
],
|
||||||
"hash": "92d99dbb21763697accf7050ded155b6",
|
"hash": "ec2ab661a3ce5fdb2390b9237081e929",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "ensepar/html2pdf",
|
"name": "ensepar/html2pdf",
|
||||||
@@ -512,24 +512,47 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "smarty/smarty",
|
"name": "smarty/smarty",
|
||||||
"version": "3.1.14",
|
"version": "v3.1.14",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "svn",
|
"type": "svn",
|
||||||
"url": "http://smarty-php.googlecode.com/svn/",
|
"url": "http://smarty-php.googlecode.com/svn",
|
||||||
"reference": "tags/Smarty_3_1_14/distribution/"
|
"reference": "/tags/v3.1.14/@4752"
|
||||||
},
|
},
|
||||||
"dist": {
|
"require": {
|
||||||
"type": "zip",
|
"php": ">=5.2"
|
||||||
"url": "http://www.smarty.net/files/Smarty-3.1.14.zip",
|
|
||||||
"reference": null,
|
|
||||||
"shasum": null
|
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
"libs/"
|
"distribution/libs/Smarty.class.php",
|
||||||
|
"distribution/libs/SmartyBC.class.php",
|
||||||
|
"distribution/libs/sysplugins/smarty_security.php"
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"LGPL-3.0"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Monte Ohrt",
|
||||||
|
"email": "monte@ohrt.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Uwe Tews",
|
||||||
|
"email": "uwe.tews@googlemail.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Rodney Rehm",
|
||||||
|
"email": "rodney.rehm@medialize.de"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Smarty - the compiling PHP template engine",
|
||||||
|
"homepage": "http://www.smarty.net",
|
||||||
|
"keywords": [
|
||||||
|
"templating"
|
||||||
|
],
|
||||||
|
"time": "2013-07-02 16:38:47"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "swiftmailer/swiftmailer",
|
"name": "swiftmailer/swiftmailer",
|
||||||
|
|||||||
Reference in New Issue
Block a user