Des modules ajoutés et mise en page du CSS
This commit is contained in:
316
composer.lock
generated
316
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "5775e58f869179ca9e753e2556329f65",
|
||||
"content-hash": "68a6565d5f25e51cac1f294c195b730e",
|
||||
"packages": [
|
||||
{
|
||||
"name": "commerceguys/addressing",
|
||||
@@ -473,6 +473,88 @@
|
||||
],
|
||||
"time": "2015-12-24T01:37:31+00:00"
|
||||
},
|
||||
{
|
||||
"name": "monolog/monolog",
|
||||
"version": "1.26.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Seldaek/monolog.git",
|
||||
"reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/2209ddd84e7ef1256b7af205d0717fb62cfc9c33",
|
||||
"reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"psr/log": "~1.0"
|
||||
},
|
||||
"provide": {
|
||||
"psr/log-implementation": "1.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
||||
"doctrine/couchdb": "~1.0@dev",
|
||||
"graylog2/gelf-php": "~1.0",
|
||||
"php-amqplib/php-amqplib": "~2.4",
|
||||
"php-console/php-console": "^3.1.3",
|
||||
"phpstan/phpstan": "^0.12.59",
|
||||
"phpunit/phpunit": "~4.5",
|
||||
"ruflin/elastica": ">=0.90 <3.0",
|
||||
"sentry/sentry": "^0.13",
|
||||
"swiftmailer/swiftmailer": "^5.3|^6.0"
|
||||
},
|
||||
"suggest": {
|
||||
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
||||
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
||||
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
||||
"ext-mongo": "Allow sending log messages to a MongoDB server",
|
||||
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
||||
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
|
||||
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
||||
"php-console/php-console": "Allow sending log messages to Google Chrome",
|
||||
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
||||
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
|
||||
"sentry/sentry": "Allow sending log messages to a Sentry server"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Monolog\\": "src/Monolog"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jordi Boggiano",
|
||||
"email": "j.boggiano@seld.be",
|
||||
"homepage": "http://seld.be"
|
||||
}
|
||||
],
|
||||
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
||||
"homepage": "http://github.com/Seldaek/monolog",
|
||||
"keywords": [
|
||||
"log",
|
||||
"logging",
|
||||
"psr-3"
|
||||
],
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/Seldaek",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-14T12:56:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "oyejorge/less.php",
|
||||
"version": "v1.7.0.14",
|
||||
@@ -585,6 +667,56 @@
|
||||
],
|
||||
"time": "2018-07-04T16:31:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "paypal/rest-api-sdk-php",
|
||||
"version": "v1.7.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/paypal/PayPal-PHP-SDK.git",
|
||||
"reference": "d2fac37f2cba3ccf2a23ce30d3d23f34d17d099b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/paypal/PayPal-PHP-SDK/zipball/d2fac37f2cba3ccf2a23ce30d3d23f34d17d099b",
|
||||
"reference": "d2fac37f2cba3ccf2a23ce30d3d23f34d17d099b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-curl": "*",
|
||||
"ext-json": "*",
|
||||
"php": ">=5.3.0",
|
||||
"psr/log": "1.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"PayPal": "lib/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"Apache2"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "PayPal",
|
||||
"homepage": "https://github.com/paypal/rest-api-sdk-php/contributors"
|
||||
}
|
||||
],
|
||||
"description": "PayPal's PHP SDK for REST APIs",
|
||||
"homepage": "http://paypal.github.io/PayPal-PHP-SDK/",
|
||||
"keywords": [
|
||||
"payments",
|
||||
"paypal",
|
||||
"rest",
|
||||
"sdk"
|
||||
],
|
||||
"abandoned": true,
|
||||
"time": "2016-04-22T03:29:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/cache",
|
||||
"version": "1.0.1",
|
||||
@@ -3662,6 +3794,58 @@
|
||||
"description": "php 5.4 currency tools",
|
||||
"time": "2017-09-30T16:33:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "thelia/installer",
|
||||
"version": "1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thelia/installer.git",
|
||||
"reference": "dca473563e05011c7aea3aaebc6f154fef4187fe"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thelia/installer/zipball/dca473563e05011c7aea3aaebc6f154fef4187fe",
|
||||
"reference": "dca473563e05011c7aea3aaebc6f154fef4187fe",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"composer-plugin-api": "^1.0||^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/composer": "1.0.*@dev||2.0.*@dev"
|
||||
},
|
||||
"type": "composer-plugin",
|
||||
"extra": {
|
||||
"class": "Thelia\\Composer\\TheliaInstallerPlugin"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Thelia\\Composer": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"LGPL-3.0-or-later"
|
||||
],
|
||||
"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"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/thelia/installer/issues",
|
||||
"source": "https://github.com/thelia/installer/tree/1.3"
|
||||
},
|
||||
"time": "2020-10-26T10:32:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "thelia/math-tools",
|
||||
"version": "1.0.2",
|
||||
@@ -3703,6 +3887,36 @@
|
||||
"description": "Number management library",
|
||||
"time": "2015-11-05T15:52:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "thelia/paypal-module",
|
||||
"version": "4.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thelia-modules/PayPal.git",
|
||||
"reference": "a180202e7abd0313d9390031e1b304a4c06967c6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thelia-modules/PayPal/zipball/a180202e7abd0313d9390031e1b304a4c06967c6",
|
||||
"reference": "a180202e7abd0313d9390031e1b304a4c06967c6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"paypal/rest-api-sdk-php": "1.7.1",
|
||||
"thelia/installer": "~1.1",
|
||||
"wazaari/monolog-mysql": "1.0.3"
|
||||
},
|
||||
"type": "thelia-module",
|
||||
"extra": {
|
||||
"installer-name": "PayPal"
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"LGPL-3.0+"
|
||||
],
|
||||
"description": "PayPal module for Thelia ecommerce solution ",
|
||||
"time": "2020-11-06T11:20:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "thelia/propel",
|
||||
"version": "dev-thelia-2.4",
|
||||
@@ -3767,6 +3981,50 @@
|
||||
"persistence"
|
||||
],
|
||||
"time": "2020-03-25T14:16:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "wazaari/monolog-mysql",
|
||||
"version": "v1.0.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/waza-ari/monolog-mysql.git",
|
||||
"reference": "540c7b92245db3e54d6493056ba3a84da2d49b24"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/waza-ari/monolog-mysql/zipball/540c7b92245db3e54d6493056ba3a84da2d49b24",
|
||||
"reference": "540c7b92245db3e54d6493056ba3a84da2d49b24",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"monolog/monolog": ">1.4.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"MySQLHandler\\": "src/MySQLHandler"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Daniel Herrmann",
|
||||
"email": "daniel.herrmann1@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "A handler for Monolog that sends messages to MySQL",
|
||||
"homepage": "https://github.com/waza-ari/monolog-mysql",
|
||||
"keywords": [
|
||||
"database",
|
||||
"log",
|
||||
"logging",
|
||||
"monolog",
|
||||
"mysql"
|
||||
],
|
||||
"time": "2015-07-12T22:25:23+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
@@ -3874,6 +4132,7 @@
|
||||
"faker",
|
||||
"fixtures"
|
||||
],
|
||||
"abandoned": true,
|
||||
"time": "2015-05-29T06:29:14+00:00"
|
||||
},
|
||||
{
|
||||
@@ -4377,6 +4636,7 @@
|
||||
"keywords": [
|
||||
"tokenizer"
|
||||
],
|
||||
"abandoned": true,
|
||||
"time": "2017-12-04T08:55:13+00:00"
|
||||
},
|
||||
{
|
||||
@@ -5082,58 +5342,6 @@
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"time": "2014-12-24T09:51:48+00:00"
|
||||
},
|
||||
{
|
||||
"name": "thelia/installer",
|
||||
"version": "1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thelia/installer.git",
|
||||
"reference": "dca473563e05011c7aea3aaebc6f154fef4187fe"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thelia/installer/zipball/dca473563e05011c7aea3aaebc6f154fef4187fe",
|
||||
"reference": "dca473563e05011c7aea3aaebc6f154fef4187fe",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"composer-plugin-api": "^1.0||^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/composer": "1.0.*@dev||2.0.*@dev"
|
||||
},
|
||||
"type": "composer-plugin",
|
||||
"extra": {
|
||||
"class": "Thelia\\Composer\\TheliaInstallerPlugin"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Thelia\\Composer": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"LGPL-3.0-or-later"
|
||||
],
|
||||
"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"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/thelia/installer/issues",
|
||||
"source": "https://github.com/thelia/installer/tree/1.3"
|
||||
},
|
||||
"time": "2020-10-26T10:32:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webmozart/assert",
|
||||
"version": "1.3.0",
|
||||
@@ -5196,5 +5404,5 @@
|
||||
"php": ">=5.6 <7.4"
|
||||
},
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "2.0.0"
|
||||
"plugin-api-version": "1.1.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user