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-06-16 11:59:17 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-06-16 11:59:43 +0300
commit35bf703578acd9f9f5c494b5bf42548c24f0ebe1 (patch)
tree497a12e4eec8793ba9b4e419fc00fd9fe13db794 /composer.lock
parent62f170d537c489447a8f9d5a9b4abcde7d6661c7 (diff)
Replace requiring mnapoli/php-di with php-di/php-di
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock118
1 files changed, 59 insertions, 59 deletions
diff --git a/composer.lock b/composer.lock
index 030c433c1c..0dcf9533a5 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": "c0dde90f5435a41a37e93c69b0518cd6",
+ "hash": "8ba4a1eebbb3c1008e1d4c9a1a57f598",
"packages": [
{
"name": "container-interop/container-interop",
@@ -267,63 +267,6 @@
"time": "2014-11-24 18:39:20"
},
{
- "name": "mnapoli/php-di",
- "version": "5.0.0-beta1",
- "source": {
- "type": "git",
- "url": "https://github.com/mnapoli/PHP-DI.git",
- "reference": "2325afb15d74728f52cb9721c9e184829f8f343a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/mnapoli/PHP-DI/zipball/2325afb15d74728f52cb9721c9e184829f8f343a",
- "reference": "2325afb15d74728f52cb9721c9e184829f8f343a",
- "shasum": ""
- },
- "require": {
- "container-interop/container-interop": "~1.0",
- "doctrine/annotations": "~1.2",
- "doctrine/cache": "~1.0",
- "mnapoli/phpdocreader": "~1.3",
- "php": ">=5.3.3",
- "php-di/invoker": "~1.0"
- },
- "require-dev": {
- "mnapoli/phpunit-easymock": "~0.1.4",
- "ocramius/proxy-manager": "~0.5",
- "phpunit/phpunit": "~4.5"
- },
- "suggest": {
- "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~0.5)"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "DI\\": "src/DI/"
- },
- "files": [
- "src/DI/functions.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "PHP-DI is a Container that makes Dependency Injection as practical as possible in PHP",
- "homepage": "http://mnapoli.github.com/PHP-DI/",
- "keywords": [
- "container",
- "dependency injection",
- "di"
- ],
- "time": "2015-04-25 02:05:04"
- },
- {
"name": "mnapoli/phpdocreader",
"version": "1.3.0",
"source": {
@@ -729,6 +672,63 @@
"time": "2015-04-24 10:18:34"
},
{
+ "name": "php-di/php-di",
+ "version": "5.0.0-beta1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/PHP-DI/PHP-DI.git",
+ "reference": "2325afb15d74728f52cb9721c9e184829f8f343a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/2325afb15d74728f52cb9721c9e184829f8f343a",
+ "reference": "2325afb15d74728f52cb9721c9e184829f8f343a",
+ "shasum": ""
+ },
+ "require": {
+ "container-interop/container-interop": "~1.0",
+ "doctrine/annotations": "~1.2",
+ "doctrine/cache": "~1.0",
+ "mnapoli/phpdocreader": "~1.3",
+ "php": ">=5.3.3",
+ "php-di/invoker": "~1.0"
+ },
+ "require-dev": {
+ "mnapoli/phpunit-easymock": "~0.1.4",
+ "ocramius/proxy-manager": "~0.5",
+ "phpunit/phpunit": "~4.5"
+ },
+ "suggest": {
+ "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~0.5)"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "DI\\": "src/DI/"
+ },
+ "files": [
+ "src/DI/functions.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "PHP-DI is a Container that makes Dependency Injection as practical as possible in PHP",
+ "homepage": "http://mnapoli.github.com/PHP-DI/",
+ "keywords": [
+ "container",
+ "dependency injection",
+ "di"
+ ],
+ "time": "2015-04-25 02:05:04"
+ },
+ {
"name": "piwik/cache",
"version": "0.2.5",
"source": {
@@ -2636,7 +2636,7 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
- "mnapoli/php-di": 10,
+ "php-di/php-di": 10,
"facebook/xhprof": 20
},
"prefer-stable": false,