MAJ en Thelia 2.3.4
This commit is contained in:
306
composer.lock
generated
306
composer.lock
generated
@@ -4,8 +4,8 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "3ce4f9f2d0b61f10ae68436b457457c1",
|
||||
"content-hash": "c9d254f8817a0e7a6db9cdacb6be6bba",
|
||||
"hash": "c7aa4c8921650410fee007feabe9f28e",
|
||||
"content-hash": "b11e72673bc4c91ff8dae278a174c7d1",
|
||||
"packages": [
|
||||
{
|
||||
"name": "commerceguys/addressing",
|
||||
@@ -291,7 +291,6 @@
|
||||
"html2pdf",
|
||||
"pdf"
|
||||
],
|
||||
"abandoned": "spipu/html2pdf",
|
||||
"time": "2013-09-13 12:23:43"
|
||||
},
|
||||
{
|
||||
@@ -347,7 +346,6 @@
|
||||
"TCPDF",
|
||||
"pdf"
|
||||
],
|
||||
"abandoned": "tecnickcom/tcpdf",
|
||||
"time": "2013-09-12 17:00:40"
|
||||
},
|
||||
{
|
||||
@@ -753,6 +751,52 @@
|
||||
},
|
||||
"time": "2016-01-26 14:41:16"
|
||||
},
|
||||
{
|
||||
"name": "psr/cache",
|
||||
"version": "1.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-fig/cache.git",
|
||||
"reference": "9e66031f41fbbdda45ee11e93c45d480ccba3eb3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-fig/cache/zipball/9e66031f41fbbdda45ee11e93c45d480ccba3eb3",
|
||||
"reference": "9e66031f41fbbdda45ee11e93c45d480ccba3eb3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Psr\\Cache\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "PHP-FIG",
|
||||
"homepage": "http://www.php-fig.org/"
|
||||
}
|
||||
],
|
||||
"description": "Common interface for caching libraries",
|
||||
"keywords": [
|
||||
"cache",
|
||||
"psr",
|
||||
"psr-6"
|
||||
],
|
||||
"time": "2015-12-11 02:52:07"
|
||||
},
|
||||
{
|
||||
"name": "psr/log",
|
||||
"version": "1.0.0",
|
||||
@@ -1202,6 +1246,72 @@
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2016-01-12 17:46:01"
|
||||
},
|
||||
{
|
||||
"name": "symfony/cache",
|
||||
"version": "v3.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/cache.git",
|
||||
"reference": "5656882318413f029fcce69ccc865daa16f8d35a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/cache/zipball/5656882318413f029fcce69ccc865daa16f8d35a",
|
||||
"reference": "5656882318413f029fcce69ccc865daa16f8d35a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5.9",
|
||||
"psr/cache": "~1.0",
|
||||
"psr/log": "~1.0"
|
||||
},
|
||||
"provide": {
|
||||
"psr/cache-implementation": "1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"cache/integration-tests": "dev-master",
|
||||
"doctrine/cache": "~1.6",
|
||||
"predis/predis": "~1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/polyfill-apcu": "For using ApcuAdapter on HHVM"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "3.1-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Symfony\\Component\\Cache\\": ""
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nicolas Grekas",
|
||||
"email": "p@tchwork.com"
|
||||
},
|
||||
{
|
||||
"name": "Symfony Community",
|
||||
"homepage": "https://symfony.com/contributors"
|
||||
}
|
||||
],
|
||||
"description": "Symfony implementation of PSR-6",
|
||||
"homepage": "https://symfony.com",
|
||||
"keywords": [
|
||||
"caching",
|
||||
"psr6"
|
||||
],
|
||||
"time": "2016-05-25 07:47:04"
|
||||
},
|
||||
{
|
||||
"name": "symfony/class-loader",
|
||||
"version": "v2.8.2",
|
||||
@@ -2001,7 +2111,6 @@
|
||||
"icu",
|
||||
"intl"
|
||||
],
|
||||
"abandoned": "symfony/intl",
|
||||
"time": "2013-06-03 18:32:07"
|
||||
},
|
||||
{
|
||||
@@ -3147,54 +3256,6 @@
|
||||
"description": "php 5.4 currency tools",
|
||||
"time": "2015-11-05 16:15:32"
|
||||
},
|
||||
{
|
||||
"name": "thelia/installer",
|
||||
"version": "1.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thelia/installer.git",
|
||||
"reference": "da27ff8bc633452913590ee5bc26ee4c79ff61ee"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thelia/installer/zipball/da27ff8bc633452913590ee5bc26ee4c79ff61ee",
|
||||
"reference": "da27ff8bc633452913590ee5bc26ee4c79ff61ee",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"composer-plugin-api": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/composer": "1.0.*@dev"
|
||||
},
|
||||
"type": "composer-plugin",
|
||||
"extra": {
|
||||
"class": "Thelia\\Composer\\TheliaInstallerPlugin"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Thelia\\Composer": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"LGPL V3"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Manuel Raynaud",
|
||||
"email": "raynaud.manu@gmail.com",
|
||||
"homepage": "https://github.com/lunika"
|
||||
}
|
||||
],
|
||||
"description": "custom installer for Thelia.",
|
||||
"keywords": [
|
||||
"Thelia",
|
||||
"Thelia-module",
|
||||
"Thelia-template"
|
||||
],
|
||||
"time": "2015-06-11 14:04:43"
|
||||
},
|
||||
{
|
||||
"name": "thelia/math-tools",
|
||||
"version": "1.0.2",
|
||||
@@ -3235,95 +3296,6 @@
|
||||
],
|
||||
"description": "Number management library",
|
||||
"time": "2015-11-05 15:52:55"
|
||||
},
|
||||
{
|
||||
"name": "thelia/order-creation-module",
|
||||
"version": "1.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thelia-modules/OrderCreation.git",
|
||||
"reference": "27904242efb0a1fbec92f977949f766176f2d083"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thelia-modules/OrderCreation/zipball/27904242efb0a1fbec92f977949f766176f2d083",
|
||||
"reference": "27904242efb0a1fbec92f977949f766176f2d083",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"thelia/installer": "~1.1"
|
||||
},
|
||||
"type": "thelia-module",
|
||||
"extra": {
|
||||
"installer-name": "OrderCreation"
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"LGPL-3.0+"
|
||||
],
|
||||
"time": "2015-09-29 15:23:31"
|
||||
},
|
||||
{
|
||||
"name": "thelia/paypal-module",
|
||||
"version": "2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thelia-modules/Paypal.git",
|
||||
"reference": "113b1314c11e7e4a41d540698ea39766ec622340"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thelia-modules/Paypal/zipball/113b1314c11e7e4a41d540698ea39766ec622340",
|
||||
"reference": "113b1314c11e7e4a41d540698ea39766ec622340",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"thelia/installer": "~1.0"
|
||||
},
|
||||
"type": "thelia-module",
|
||||
"extra": {
|
||||
"installer-name": "Paypal"
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"LGPL V3"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Thelia",
|
||||
"email": "info@thelia.net",
|
||||
"homepage": "https://github.com/thelia-modules"
|
||||
}
|
||||
],
|
||||
"description": "Paypal module for Thelia ecommerce solution",
|
||||
"time": "2016-01-14 15:33:37"
|
||||
},
|
||||
{
|
||||
"name": "thelia/take-customer-account-module",
|
||||
"version": "1.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thelia-modules/TakeCustomerAccount.git",
|
||||
"reference": "68c0aa16fea905c4d4fbb2d9dd9e9ed1700fdee8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thelia-modules/TakeCustomerAccount/zipball/68c0aa16fea905c4d4fbb2d9dd9e9ed1700fdee8",
|
||||
"reference": "68c0aa16fea905c4d4fbb2d9dd9e9ed1700fdee8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"thelia/installer": "~1.1"
|
||||
},
|
||||
"type": "thelia-module",
|
||||
"extra": {
|
||||
"installer-name": "TakeCustomerAccount"
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"LGPL-3.0+"
|
||||
],
|
||||
"time": "2016-02-22 21:26:29"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
@@ -4328,6 +4300,54 @@
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"time": "2014-12-24 09:51:48"
|
||||
},
|
||||
{
|
||||
"name": "thelia/installer",
|
||||
"version": "1.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thelia/installer.git",
|
||||
"reference": "da27ff8bc633452913590ee5bc26ee4c79ff61ee"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thelia/installer/zipball/da27ff8bc633452913590ee5bc26ee4c79ff61ee",
|
||||
"reference": "da27ff8bc633452913590ee5bc26ee4c79ff61ee",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"composer-plugin-api": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/composer": "1.0.*@dev"
|
||||
},
|
||||
"type": "composer-plugin",
|
||||
"extra": {
|
||||
"class": "Thelia\\Composer\\TheliaInstallerPlugin"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Thelia\\Composer": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"LGPL V3"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Manuel Raynaud",
|
||||
"email": "raynaud.manu@gmail.com",
|
||||
"homepage": "https://github.com/lunika"
|
||||
}
|
||||
],
|
||||
"description": "custom installer for Thelia.",
|
||||
"keywords": [
|
||||
"Thelia",
|
||||
"Thelia-module",
|
||||
"Thelia-template"
|
||||
],
|
||||
"time": "2015-06-11 14:04:43"
|
||||
}
|
||||
],
|
||||
"aliases": [],
|
||||
@@ -4338,7 +4358,7 @@
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": ">=5.4"
|
||||
"php": ">=5.5"
|
||||
},
|
||||
"platform-dev": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user