partkeepr

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

commit bb842fe58d4c4539019ebadf22cfebce2b35b75a
parent 71f31621462a48ed9f8e64163c0d02b9cefbdb20
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed, 23 Sep 2015 17:25:42 +0200

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

Diffstat:
Mcomposer.json | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/composer.json b/composer.json @@ -20,6 +20,12 @@ "source": "https://github.com/partkeepr/PartKeepr", "faq": "http://faq.partkeepr.org" }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/felicitus/EscapeWSSEAuthenticationBundle" + } + ], "require": { "php": ">=5.6.0", "symfony/symfony": "~2.7",