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>2014-10-22 08:39:01 +0400
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-10-29 07:47:51 +0300
commitbbbf9acea29e10b9b9b2da1def68fbebc1efef6c (patch)
tree411dfffb5b0dcbb1923c54dadd49a6d991248307 /composer.lock
parentd9aef0c397045484a3848106b57de99f7cdeddbe (diff)
Extracted the Piwik\IP class into a standalone Network component
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock34
1 files changed, 33 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index 0180bb1481..d522b5755d 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "e8269e35cd792d2a4718e936459423bd",
+ "hash": "7fe1e059c2372246332679bfd15ca4a6",
"packages": [
{
"name": "leafo/lessphp",
@@ -177,6 +177,38 @@
"time": "2014-10-06 20:13:03"
},
{
+ "name": "piwik/network",
+ "version": "0.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/piwik/component-network.git",
+ "reference": "9037fa29509f86767e02ba58a57d4deb1d01a844"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/piwik/component-network/zipball/9037fa29509f86767e02ba58a57d4deb1d01a844",
+ "reference": "9037fa29509f86767e02ba58a57d4deb1d01a844",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Piwik\\Network\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-3.0"
+ ],
+ "time": "2014-10-23 03:30:23"
+ },
+ {
"name": "symfony/console",
"version": "v2.5.5",
"target-dir": "Symfony/Component/Console",