Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-07-20 17:54:03 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-07-20 17:54:03 +0300
commit432c0056682b223cceb97a3782d93a454151d1aa (patch)
tree05ae4a0e923b3eaf0dfd97b89099064a24e260e9 /composer.lock
parentc9bd4ffceeeb6ece117a0bf1ae6d7af574a64e1c (diff)
Force requiring a version 2.6.* of Symfony packages because the 2.7.* versions require PHP >= 5.3.9 (we support PHP 5.3.3)
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock55
1 files changed, 29 insertions, 26 deletions
diff --git a/composer.lock b/composer.lock
index 7eac96a6d0..a36667f379 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "a7b71c012f2c9f442f79ffc5202702c5",
+ "hash": "5ca7792e3260d95666c5c6cf9e97a9db",
"packages": [
{
"name": "container-interop/container-interop",
@@ -992,20 +992,21 @@
},
{
"name": "symfony/console",
- "version": "v2.7.2",
+ "version": "v2.6.10",
+ "target-dir": "Symfony/Component/Console",
"source": {
"type": "git",
"url": "https://github.com/symfony/Console.git",
- "reference": "8cf484449130cabfd98dcb4694ca9945802a21ed"
+ "reference": "042107bc202845086739414339e551fbe81293d7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/Console/zipball/8cf484449130cabfd98dcb4694ca9945802a21ed",
- "reference": "8cf484449130cabfd98dcb4694ca9945802a21ed",
+ "url": "https://api.github.com/repos/symfony/Console/zipball/042107bc202845086739414339e551fbe81293d7",
+ "reference": "042107bc202845086739414339e551fbe81293d7",
"shasum": ""
},
"require": {
- "php": ">=5.3.9"
+ "php": ">=5.3.3"
},
"require-dev": {
"psr/log": "~1.0",
@@ -1021,11 +1022,11 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.7-dev"
+ "dev-master": "2.6-dev"
}
},
"autoload": {
- "psr-4": {
+ "psr-0": {
"Symfony\\Component\\Console\\": ""
}
},
@@ -1045,24 +1046,25 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
- "time": "2015-07-09 16:07:40"
+ "time": "2015-07-13 09:09:47"
},
{
"name": "symfony/event-dispatcher",
- "version": "v2.7.2",
+ "version": "v2.6.10",
+ "target-dir": "Symfony/Component/EventDispatcher",
"source": {
"type": "git",
"url": "https://github.com/symfony/EventDispatcher.git",
- "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3"
+ "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
- "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
+ "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/672593bc4b0043a0acf91903bb75a1c82d8f2e02",
+ "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02",
"shasum": ""
},
"require": {
- "php": ">=5.3.9"
+ "php": ">=5.3.3"
},
"require-dev": {
"psr/log": "~1.0",
@@ -1079,11 +1081,11 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.7-dev"
+ "dev-master": "2.6-dev"
}
},
"autoload": {
- "psr-4": {
+ "psr-0": {
"Symfony\\Component\\EventDispatcher\\": ""
}
},
@@ -1103,25 +1105,26 @@
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
- "time": "2015-06-18 19:21:56"
+ "time": "2015-05-02 15:18:45"
},
{
"name": "symfony/monolog-bridge",
- "version": "v2.7.2",
+ "version": "v2.6.10",
+ "target-dir": "Symfony/Bridge/Monolog",
"source": {
"type": "git",
"url": "https://github.com/symfony/MonologBridge.git",
- "reference": "e3d63cd6fd9ffc6dc0d22697c54db2958b95407c"
+ "reference": "ba66eeabaa004e3ab70764cab59b056b182aa535"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/MonologBridge/zipball/e3d63cd6fd9ffc6dc0d22697c54db2958b95407c",
- "reference": "e3d63cd6fd9ffc6dc0d22697c54db2958b95407c",
+ "url": "https://api.github.com/repos/symfony/MonologBridge/zipball/ba66eeabaa004e3ab70764cab59b056b182aa535",
+ "reference": "ba66eeabaa004e3ab70764cab59b056b182aa535",
"shasum": ""
},
"require": {
"monolog/monolog": "~1.11",
- "php": ">=5.3.9"
+ "php": ">=5.3.3"
},
"require-dev": {
"symfony/console": "~2.4",
@@ -1131,17 +1134,17 @@
},
"suggest": {
"symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings. You need version ~2.3 of the console for it.",
- "symfony/event-dispatcher": "Needed when using log messages in console commands.",
+ "symfony/event-dispatcher": "Needed when using log messages in console commands",
"symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel."
},
"type": "symfony-bridge",
"extra": {
"branch-alias": {
- "dev-master": "2.7-dev"
+ "dev-master": "2.6-dev"
}
},
"autoload": {
- "psr-4": {
+ "psr-0": {
"Symfony\\Bridge\\Monolog\\": ""
}
},
@@ -1161,7 +1164,7 @@
],
"description": "Symfony Monolog Bridge",
"homepage": "https://symfony.com",
- "time": "2015-06-25 12:52:11"
+ "time": "2015-06-25 11:21:15"
},
{
"name": "tecnick.com/tcpdf",