partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 80dea2c0da205e8ee7fecf94cf83fbb25305f461
parent bb842fe58d4c4539019ebadf22cfebce2b35b75a
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed, 23 Sep 2015 17:27:38 +0200

Use bugfix for EscapeWSSEAuthenticationBundle as long as the pull request isn't merged

Diffstat:
Mcomposer.lock | 164++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------
1 file changed, 112 insertions(+), 52 deletions(-)

diff --git 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": "2ef89820899af22468636f980cad642d", + "hash": "794f38fae005e121c893b2d5e0982160", "packages": [ { "name": "atelierspierrot/famfamfam-silk-sprite", @@ -617,16 +617,16 @@ }, { "name": "doctrine/dbal", - "version": "v2.5.1", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "628c2256b646ae2417d44e063bce8aec5199d48d" + "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d", - "reference": "628c2256b646ae2417d44e063bce8aec5199d48d", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/01dbcbc5cd0a913d751418e635434a18a2f2a75c", + "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c", "shasum": "" }, "require": { @@ -684,20 +684,20 @@ "persistence", "queryobject" ], - "time": "2015-01-12 21:52:47" + "time": "2015-09-16 16:29:33" }, { "name": "doctrine/doctrine-bundle", - "version": "v1.5.1", + "version": "v1.5.2", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", - "reference": "8c5cedb4f2f7ebb66a963ae46ad9daa1e31cee01" + "reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/8c5cedb4f2f7ebb66a963ae46ad9daa1e31cee01", - "reference": "8c5cedb4f2f7ebb66a963ae46ad9daa1e31cee01", + "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3", + "reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3", "shasum": "" }, "require": { @@ -724,7 +724,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "1.5.x-dev" + "dev-master": "1.6.x-dev" } }, "autoload": { @@ -762,7 +762,7 @@ "orm", "persistence" ], - "time": "2015-08-12 15:52:00" + "time": "2015-08-31 14:47:06" }, { "name": "doctrine/doctrine-cache-bundle", @@ -1144,12 +1144,12 @@ "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", - "reference": "6f40d16de7a4da2fff883f2de92fdbf17e61d75d" + "reference": "6c527d8ccbccec5257bb2c92bca973653b1e3976" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/migrations/zipball/6f40d16de7a4da2fff883f2de92fdbf17e61d75d", - "reference": "6f40d16de7a4da2fff883f2de92fdbf17e61d75d", + "url": "https://api.github.com/repos/doctrine/migrations/zipball/6c527d8ccbccec5257bb2c92bca973653b1e3976", + "reference": "6c527d8ccbccec5257bb2c92bca973653b1e3976", "shasum": "" }, "require": { @@ -1203,7 +1203,7 @@ "database", "migrations" ], - "time": "2015-09-15 13:41:30" + "time": "2015-09-21 09:51:07" }, { "name": "doctrine/orm", @@ -1288,12 +1288,12 @@ "source": { "type": "git", "url": "https://github.com/dunglas/DunglasApiBundle.git", - "reference": "75a917493dea335b8d20e97803ee585aa031cc92" + "reference": "b30de689f94410c7dc0e449f2ecc15cfa8e70f54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dunglas/DunglasApiBundle/zipball/75a917493dea335b8d20e97803ee585aa031cc92", - "reference": "75a917493dea335b8d20e97803ee585aa031cc92", + "url": "https://api.github.com/repos/dunglas/DunglasApiBundle/zipball/b30de689f94410c7dc0e449f2ecc15cfa8e70f54", + "reference": "b30de689f94410c7dc0e449f2ecc15cfa8e70f54", "shasum": "" }, "require": { @@ -1356,7 +1356,7 @@ "json", "rest" ], - "time": "2015-09-15 08:58:13" + "time": "2015-09-23 13:09:28" }, { "name": "dunglas/php-property-info", @@ -1419,13 +1419,13 @@ "target-dir": "Escape/WSSEAuthenticationBundle", "source": { "type": "git", - "url": "https://github.com/escapestudios/EscapeWSSEAuthenticationBundle.git", - "reference": "013b7d36c46a950c0a4d7f7b3b824ce7f64ea904" + "url": "https://github.com/felicitus/EscapeWSSEAuthenticationBundle.git", + "reference": "9983b129fbe57947206c2e3ec0389daba5f16715" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/escapestudios/EscapeWSSEAuthenticationBundle/zipball/013b7d36c46a950c0a4d7f7b3b824ce7f64ea904", - "reference": "013b7d36c46a950c0a4d7f7b3b824ce7f64ea904", + "url": "https://api.github.com/repos/felicitus/EscapeWSSEAuthenticationBundle/zipball/9983b129fbe57947206c2e3ec0389daba5f16715", + "reference": "9983b129fbe57947206c2e3ec0389daba5f16715", "shasum": "" }, "require": { @@ -1448,7 +1448,6 @@ "Escape\\WSSEAuthenticationBundle": "" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -1465,11 +1464,14 @@ "description": "Symfony2 bundle to implement WSSE authentication", "homepage": "https://github.com/escapestudios/EscapeWSSEAuthenticationBundle", "keywords": [ - "Authentication", + "authentication", "bundle", "wsse" ], - "time": "2015-04-10 17:37:02" + "support": { + "source": "https://github.com/felicitus/EscapeWSSEAuthenticationBundle/tree/master" + }, + "time": "2015-09-15 15:19:00" }, { "name": "fortawesome/font-awesome", @@ -3016,22 +3018,22 @@ "source": { "type": "git", "url": "https://github.com/symfony/DoctrineBridge.git", - "reference": "e502c5697b139373247d94f8c5cce334f1a181a7" + "reference": "783a83b50b688fc5be3becb92462bdc4511dc292" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/DoctrineBridge/zipball/e502c5697b139373247d94f8c5cce334f1a181a7", - "reference": "e502c5697b139373247d94f8c5cce334f1a181a7", + "url": "https://api.github.com/repos/symfony/DoctrineBridge/zipball/783a83b50b688fc5be3becb92462bdc4511dc292", + "reference": "783a83b50b688fc5be3becb92462bdc4511dc292", "shasum": "" }, "require": { - "doctrine/common": "~2.3", + "doctrine/common": "~2.4", "php": ">=5.3.9" }, "require-dev": { "doctrine/data-fixtures": "1.0.*", - "doctrine/dbal": "~2.2", - "doctrine/orm": "~2.2,>=2.2.3", + "doctrine/dbal": "~2.4", + "doctrine/orm": "~2.4,>=2.4.5", "symfony/dependency-injection": "~2.2", "symfony/expression-language": "~2.2", "symfony/form": "~2.7,>=2.7.1", @@ -3077,7 +3079,7 @@ ], "description": "Symfony Doctrine Bridge", "homepage": "https://symfony.com", - "time": "2015-09-14 14:14:09" + "time": "2015-09-19 19:59:23" }, { "name": "symfony/monolog-bundle", @@ -3371,16 +3373,16 @@ }, { "name": "twig/twig", - "version": "v1.22.1", + "version": "v1.22.2", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "b7fc2469fa009897871fb95b68237286fc54a5ad" + "reference": "79249fc8c9ff62e41e217e0c630e2e00bcadda6a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/b7fc2469fa009897871fb95b68237286fc54a5ad", - "reference": "b7fc2469fa009897871fb95b68237286fc54a5ad", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/79249fc8c9ff62e41e217e0c630e2e00bcadda6a", + "reference": "79249fc8c9ff62e41e217e0c630e2e00bcadda6a", "shasum": "" }, "require": { @@ -3428,7 +3430,7 @@ "keywords": [ "templating" ], - "time": "2015-09-15 06:50:16" + "time": "2015-09-22 13:59:32" }, { "name": "willdurand/jsonp-callback-validator", @@ -3618,23 +3620,81 @@ "time": "2015-07-16 19:00:49" }, { + "name": "zendframework/zend-hydrator", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/zendframework/zend-hydrator.git", + "reference": "f3ed8b833355140350bbed98d8a7b8b66875903f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/f3ed8b833355140350bbed98d8a7b8b66875903f", + "reference": "f3ed8b833355140350bbed98d8a7b8b66875903f", + "shasum": "" + }, + "require": { + "php": ">=5.5", + "zendframework/zend-stdlib": "^2.5.1" + }, + "require-dev": { + "phpunit/phpunit": "~4.0", + "squizlabs/php_codesniffer": "^2.0@dev", + "zendframework/zend-eventmanager": "^2.5.1", + "zendframework/zend-filter": "^2.5.1", + "zendframework/zend-inputfilter": "^2.5.1", + "zendframework/zend-serializer": "^2.5.1", + "zendframework/zend-servicemanager": "^2.5.1" + }, + "suggest": { + "zendframework/zend-eventmanager": "^2.5.1, to support aggregate hydrator usage", + "zendframework/zend-filter": "^2.5.1, to support naming strategy hydrator usage", + "zendframework/zend-serializer": "^2.5.1, to use the SerializableStrategy", + "zendframework/zend-servicemanager": "^2.5.1, to support hydrator plugin manager usage" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev", + "dev-develop": "1.1-dev" + } + }, + "autoload": { + "psr-4": { + "Zend\\Hydrator\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "homepage": "https://github.com/zendframework/zend-hydrator", + "keywords": [ + "hydrator", + "zf2" + ], + "time": "2015-09-17 14:06:43" + }, + { "name": "zendframework/zend-stdlib", - "version": "2.6.0", + "version": "2.7.2", "source": { "type": "git", "url": "https://github.com/zendframework/zend-stdlib.git", - "reference": "a35758803fc9051ec1aff43989e679b6b451b1b4" + "reference": "130eaa89e24acbc6386af9061aabc78e1948b1f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/a35758803fc9051ec1aff43989e679b6b451b1b4", - "reference": "a35758803fc9051ec1aff43989e679b6b451b1b4", + "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/130eaa89e24acbc6386af9061aabc78e1948b1f9", + "reference": "130eaa89e24acbc6386af9061aabc78e1948b1f9", "shasum": "" }, "require": { - "php": ">=5.5" + "php": ">=5.5", + "zendframework/zend-hydrator": "~1.0" }, "require-dev": { + "athletic/athletic": "~0.1", "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "zendframework/zend-config": "~2.5", @@ -3653,8 +3713,8 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.6-dev", - "dev-develop": "2.7-dev" + "dev-master": "2.7-dev", + "dev-develop": "2.8-dev" } }, "autoload": { @@ -3671,7 +3731,7 @@ "stdlib", "zf2" ], - "time": "2015-07-21 17:08:05" + "time": "2015-09-23 13:11:47" } ], "packages-dev": [ @@ -4187,16 +4247,16 @@ }, { "name": "phpunit/phpunit", - "version": "4.8.7", + "version": "4.8.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "dab2ada9e9a503d2ec3c32fe0fb59dea9bdd9dfa" + "reference": "73fad41adb5b7bc3a494bb930d90648df1d5e74b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/dab2ada9e9a503d2ec3c32fe0fb59dea9bdd9dfa", - "reference": "dab2ada9e9a503d2ec3c32fe0fb59dea9bdd9dfa", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/73fad41adb5b7bc3a494bb930d90648df1d5e74b", + "reference": "73fad41adb5b7bc3a494bb930d90648df1d5e74b", "shasum": "" }, "require": { @@ -4255,7 +4315,7 @@ "testing", "xunit" ], - "time": "2015-09-14 06:57:22" + "time": "2015-09-20 12:56:44" }, { "name": "phpunit/phpunit-mock-objects",