From 729d1bfc1a01780f721bb9fb60fb974b88a2bc6f Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Mon, 22 Jun 2020 15:08:39 +0200 Subject: [PATCH] Changed package name --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 600c44b..818beb7 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,10 @@ { - "name": "tedivm/stash-bundle", + "name": "ezsystems/stash-bundle", "type": "symfony-bundle", "description": "Incorporates the Stash caching library into Symfony.", + "replace": { + "tedivm/stash-bundle": "self.version" + }, "keywords": [ "apc", "cache",