Skip to content
Extraits de code Groupes Projets
Valider 41a0e0df rédigé par mattab's avatar mattab
Parcourir les fichiers

Use latest doctrine/cache including file cache edge cases fixes. Add the alias...

Use latest doctrine/cache including file cache edge cases fixes. Add the alias repo to piwik composer.json so composer update will fetch this code.
parent 7f776304
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
"piwik/network": "~0.1.0", "piwik/network": "~0.1.0",
"mnapoli/php-di": "5.0.x-dev", "mnapoli/php-di": "5.0.x-dev",
"piwik/cache": "~0.2", "piwik/cache": "~0.2",
"doctrine/cache": "dev-filecache-race-condition-fix as 1.3.1",
"psr/log": "~1.0", "psr/log": "~1.0",
"monolog/monolog": "~1.11", "monolog/monolog": "~1.11",
"symfony/monolog-bridge": "~2.6", "symfony/monolog-bridge": "~2.6",
...@@ -85,6 +86,10 @@ ...@@ -85,6 +86,10 @@
"reference": "master" "reference": "master"
} }
} }
},
{
"type": "git",
"url": "https://github.com/piwik/cache.git"
} }
], ],
"scripts": { "scripts": {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "4fd5467c0e86c5a365079c333d597e4a", "hash": "eaa7dcd4b0c89c35cff039cd259a38c3",
"packages": [ "packages": [
{ {
"name": "container-interop/container-interop", "name": "container-interop/container-interop",
...@@ -103,17 +103,11 @@ ...@@ -103,17 +103,11 @@
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
"version": "v1.3.1", "version": "dev-filecache-race-condition-fix",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/cache.git", "url": "https://github.com/piwik/cache.git",
"reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7" "reference": "c5a6d2ade84241128fcf95eca386e07b11ffa347"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/cf483685798a72c93bf4206e3dd6358ea07d64e7",
"reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7",
"shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2" "php": ">=5.3.2"
...@@ -123,6 +117,7 @@ ...@@ -123,6 +117,7 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": ">=3.7", "phpunit/phpunit": ">=3.7",
"predis/predis": "~0.8",
"satooshi/php-coveralls": "~0.6" "satooshi/php-coveralls": "~0.6"
}, },
"type": "library", "type": "library",
...@@ -136,11 +131,14 @@ ...@@ -136,11 +131,14 @@
"Doctrine\\Common\\Cache\\": "lib/" "Doctrine\\Common\\Cache\\": "lib/"
} }
}, },
"notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{ {
"name": "Roman Borschel", "name": "Roman Borschel",
"email": "roman@code-factory.org" "email": "roman@code-factory.org"
...@@ -149,10 +147,6 @@ ...@@ -149,10 +147,6 @@
"name": "Benjamin Eberlei", "name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de" "email": "kontakt@beberlei.de"
}, },
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{ {
"name": "Jonathan Wage", "name": "Jonathan Wage",
"email": "jonwage@gmail.com" "email": "jonwage@gmail.com"
...@@ -168,7 +162,7 @@ ...@@ -168,7 +162,7 @@
"cache", "cache",
"caching" "caching"
], ],
"time": "2014-09-17 14:24:04" "time": "2014-12-28 23:29:42"
}, },
{ {
"name": "doctrine/lexer", "name": "doctrine/lexer",
...@@ -506,20 +500,20 @@ ...@@ -506,20 +500,20 @@
}, },
{ {
"name": "piwik/cache", "name": "piwik/cache",
"version": "0.2.2", "version": "0.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/piwik/component-cache.git", "url": "https://github.com/piwik/component-cache.git",
"reference": "e6205408641cbf16b5043e0092e4414e3a4330ff" "reference": "a08383ef0824bedb193c26393a83904355f94543"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/piwik/component-cache/zipball/e6205408641cbf16b5043e0092e4414e3a4330ff", "url": "https://api.github.com/repos/piwik/component-cache/zipball/a08383ef0824bedb193c26393a83904355f94543",
"reference": "e6205408641cbf16b5043e0092e4414e3a4330ff", "reference": "a08383ef0824bedb193c26393a83904355f94543",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/cache": "~1.3", "doctrine/cache": "dev-filecache-race-condition-fix as 1.3.1",
"php": ">=5.3.2" "php": ">=5.3.2"
}, },
"require-dev": { "require-dev": {
...@@ -549,7 +543,7 @@ ...@@ -549,7 +543,7 @@
"file", "file",
"redis" "redis"
], ],
"time": "2014-12-17 22:49:09" "time": "2014-12-29 00:00:08"
}, },
{ {
"name": "piwik/decompress", "name": "piwik/decompress",
...@@ -919,16 +913,16 @@ ...@@ -919,16 +913,16 @@
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v1.16.2", "version": "v1.16.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fabpot/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "42f758d9fe2146d1f0470604fc05ee43580873fc" "reference": "6dc11a1e8ecfc30e2c68aaeb218148409d8e68af"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/fabpot/Twig/zipball/42f758d9fe2146d1f0470604fc05ee43580873fc", "url": "https://api.github.com/repos/twigphp/Twig/zipball/6dc11a1e8ecfc30e2c68aaeb218148409d8e68af",
"reference": "42f758d9fe2146d1f0470604fc05ee43580873fc", "reference": "6dc11a1e8ecfc30e2c68aaeb218148409d8e68af",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -963,7 +957,7 @@ ...@@ -963,7 +957,7 @@
}, },
{ {
"name": "Twig Team", "name": "Twig Team",
"homepage": "https://github.com/fabpot/Twig/graphs/contributors", "homepage": "http://twig.sensiolabs.org/contributors",
"role": "Contributors" "role": "Contributors"
} }
], ],
...@@ -972,7 +966,7 @@ ...@@ -972,7 +966,7 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2014-10-17 12:53:44" "time": "2014-12-25 19:58:19"
} }
], ],
"packages-dev": [ "packages-dev": [
...@@ -1318,16 +1312,16 @@ ...@@ -1318,16 +1312,16 @@
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "2.0.13", "version": "2.0.14",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "0e7d2eec5554f869fa7a4ec2d21e4b37af943ea5" "reference": "ca158276c1200cc27f5409a5e338486bc0b4fc94"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/0e7d2eec5554f869fa7a4ec2d21e4b37af943ea5", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca158276c1200cc27f5409a5e338486bc0b4fc94",
"reference": "0e7d2eec5554f869fa7a4ec2d21e4b37af943ea5", "reference": "ca158276c1200cc27f5409a5e338486bc0b4fc94",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1379,7 +1373,7 @@ ...@@ -1379,7 +1373,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2014-12-03 06:41:44" "time": "2014-12-26 13:28:33"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
...@@ -1565,16 +1559,16 @@ ...@@ -1565,16 +1559,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "4.4.0", "version": "4.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "bbe7bcb83b6ec1a9eaabbe1b70d4795027c53ee0" "reference": "6a5e49a86ce5e33b8d0657abe145057fc513543a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bbe7bcb83b6ec1a9eaabbe1b70d4795027c53ee0", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6a5e49a86ce5e33b8d0657abe145057fc513543a",
"reference": "bbe7bcb83b6ec1a9eaabbe1b70d4795027c53ee0", "reference": "6a5e49a86ce5e33b8d0657abe145057fc513543a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1632,7 +1626,7 @@ ...@@ -1632,7 +1626,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2014-12-05 06:49:03" "time": "2014-12-28 07:57:05"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
...@@ -2107,10 +2101,18 @@ ...@@ -2107,10 +2101,18 @@
"time": "2014-12-02 20:19:20" "time": "2014-12-02 20:19:20"
} }
], ],
"aliases": [], "aliases": [
{
"alias": "1.3.1",
"alias_normalized": "1.3.1.0",
"version": "dev-filecache-race-condition-fix",
"package": "doctrine/cache"
}
],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"mnapoli/php-di": 20, "mnapoli/php-di": 20,
"doctrine/cache": 20,
"facebook/xhprof": 20 "facebook/xhprof": 20
}, },
"prefer-stable": false, "prefer-stable": false,
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter