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-12-12 11:10:06 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-12-12 11:10:06 +0300
commit7d1b11d4e4a8ff6813f07100438562bb1af75490 (patch)
treee8b68e3d262cef77e701cb1c3cd42a8c83307700 /composer.lock
parentb3e9a49642b163eb0683b012b997c0dff444c037 (diff)
Updated PHP-DI version
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock14
1 files changed, 6 insertions, 8 deletions
diff --git a/composer.lock b/composer.lock
index 3f75b72182..fdddc728f8 100644
--- a/composer.lock
+++ b/composer.lock
@@ -269,12 +269,12 @@
"source": {
"type": "git",
"url": "https://github.com/mnapoli/PHP-DI.git",
- "reference": "27341c05b930e3768f19f4c4b20eec14ce84bd06"
+ "reference": "d7f54f3c1b3523493eb5f4b5ca38bcfd74d96169"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/mnapoli/PHP-DI/zipball/27341c05b930e3768f19f4c4b20eec14ce84bd06",
- "reference": "27341c05b930e3768f19f4c4b20eec14ce84bd06",
+ "url": "https://api.github.com/repos/mnapoli/PHP-DI/zipball/d7f54f3c1b3523493eb5f4b5ca38bcfd74d96169",
+ "reference": "d7f54f3c1b3523493eb5f4b5ca38bcfd74d96169",
"shasum": ""
},
"require": {
@@ -299,10 +299,8 @@
}
},
"autoload": {
- "psr-0": {
- "DI\\": "src/",
- "IntegrationTests\\": "tests/",
- "UnitTests\\": "tests/"
+ "psr-4": {
+ "DI\\": "src/DI/"
},
"files": [
"src/DI/functions.php"
@@ -319,7 +317,7 @@
"dependency injection",
"di"
],
- "time": "2014-11-12 03:18:24"
+ "time": "2014-12-11 22:24:18"
},
{
"name": "mnapoli/phpdocreader",